From 25830e3828ccbb05789476ef3d9d1261588f8ad0 Mon Sep 17 00:00:00 2001 From: Emilio Benavente Date: Wed, 10 Jan 2024 16:02:05 -0600 Subject: [PATCH] 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 --- boards/nxp/frdm_k64f/doc/index.rst | 2 ++ boards/nxp/frdm_k82f/doc/index.rst | 2 ++ boards/nxp/mimxrt1010_evk/doc/index.rst | 2 ++ boards/nxp/mimxrt1060_evk/doc/index.rst | 2 ++ boards/nxp/mimxrt1160_evk/doc/index.rst | 2 ++ boards/nxp/mimxrt1170_evk/doc/index.rst | 2 ++ 6 files changed, 12 insertions(+) diff --git a/boards/nxp/frdm_k64f/doc/index.rst b/boards/nxp/frdm_k64f/doc/index.rst index 97c158804e..f144fa0ce9 100644 --- a/boards/nxp/frdm_k64f/doc/index.rst +++ b/boards/nxp/frdm_k64f/doc/index.rst @@ -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` diff --git a/boards/nxp/frdm_k82f/doc/index.rst b/boards/nxp/frdm_k82f/doc/index.rst index 71e6e5133f..f306dc6dad 100644 --- a/boards/nxp/frdm_k82f/doc/index.rst +++ b/boards/nxp/frdm_k82f/doc/index.rst @@ -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` diff --git a/boards/nxp/mimxrt1010_evk/doc/index.rst b/boards/nxp/mimxrt1010_evk/doc/index.rst index 6c1eac7a6f..df15589a0a 100644 --- a/boards/nxp/mimxrt1010_evk/doc/index.rst +++ b/boards/nxp/mimxrt1010_evk/doc/index.rst @@ -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`` diff --git a/boards/nxp/mimxrt1060_evk/doc/index.rst b/boards/nxp/mimxrt1060_evk/doc/index.rst index de0943ce83..94d76f4924 100644 --- a/boards/nxp/mimxrt1060_evk/doc/index.rst +++ b/boards/nxp/mimxrt1060_evk/doc/index.rst @@ -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`` diff --git a/boards/nxp/mimxrt1160_evk/doc/index.rst b/boards/nxp/mimxrt1160_evk/doc/index.rst index 501182df32..ca680d0a10 100644 --- a/boards/nxp/mimxrt1160_evk/doc/index.rst +++ b/boards/nxp/mimxrt1160_evk/doc/index.rst @@ -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` diff --git a/boards/nxp/mimxrt1170_evk/doc/index.rst b/boards/nxp/mimxrt1170_evk/doc/index.rst index 40dffaba76..13b8d795c1 100644 --- a/boards/nxp/mimxrt1170_evk/doc/index.rst +++ b/boards/nxp/mimxrt1170_evk/doc/index.rst @@ -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`