boards: arm: Updated the board docs for pit
Updated the board documentation to reflect the enablement of the PIT peripheral. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
parent
9815296500
commit
25830e3828
|
@ -110,6 +110,8 @@ configuration supports the following hardware features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| FTFE | on-chip | flash programming |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PIT | on-chip | pit |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in
|
||||
:zephyr_file:`boards/nxp/frdm_k64f/frdm_k64f_defconfig`
|
||||
|
|
|
@ -104,6 +104,8 @@ already supported, which can also be re-used on this frdm_k82f board:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| FTFA | on-chip | flash programming |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PIT | on-chip | pit |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in
|
||||
:zephyr_file:`boards/nxp/frdm_k82f/frdm_k82f_defconfig`
|
||||
|
|
|
@ -98,6 +98,8 @@ already supported, which can also be re-used on this mimxrt1010_evk board:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PIT | on-chip | pit |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
``boards/arm/mimxrt1010_evk/mimxrt1010_evk_defconfig``
|
||||
|
|
|
@ -150,6 +150,8 @@ already supported, which can also be re-used on this mimxrt1060_evk board:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| FLEXSPI | on-chip | flash programming |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PIT | on-chip | pit |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
``boards/arm/mimxrt1060_evk/mimxrt1060_evk_defconfig``
|
||||
|
|
|
@ -143,6 +143,8 @@ already supported, which can also be re-used on this mimxrt1160_evk board:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| FLEXSPI | on-chip | flash programming |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PIT | on-chip | pit |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
:zephyr_file:`boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7_defconfig`
|
||||
|
|
|
@ -166,6 +166,8 @@ RT1170 EVKB (`mimxrt1170_evk@B//cm7/cm4`)
|
|||
+-----------+------------+-------------------------------------+-----------------+-----------------+
|
||||
| SDHC | on-chip | SD host controller | Supported (M7) | Supported (M7) |
|
||||
+-----------+------------+-------------------------------------+-----------------+-----------------+
|
||||
| PIT | on-chip | pit | Supported (M7) | Supported (M7) |
|
||||
+-----------+------------+-------------------------------------+-----------------+-----------------+
|
||||
|
||||
The default configuration can be found in the defconfig files:
|
||||
:zephyr_file:`boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_defconfig`
|
||||
|
|
Loading…
Reference in a new issue