Skip to content

Commit

Permalink
boards: arm: Updated the board docs for pit
Browse files Browse the repository at this point in the history
Updated the board documentation to reflect
the enablement of the PIT peripheral.

Signed-off-by: Emilio Benavente <[email protected]>
  • Loading branch information
EmilioCBen authored and dleach02 committed Mar 7, 2024
1 parent 9815296 commit 25830e3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/nxp/frdm_k64f/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 2 additions & 0 deletions boards/nxp/frdm_k82f/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 2 additions & 0 deletions boards/nxp/mimxrt1010_evk/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 2 additions & 0 deletions boards/nxp/mimxrt1060_evk/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 2 additions & 0 deletions boards/nxp/mimxrt1160_evk/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 2 additions & 0 deletions boards/nxp/mimxrt1170_evk/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 25830e3

Please sign in to comment.