Skip to content

Commit 25e9252

Browse files
decsnyhenrikbrixandersen
authored andcommitted
boards: frdm_mcxw71: Add timers to doc & yaml
Add timers that have been enabled to board doc table Add timers that have been enabled to board twister yaml Signed-off-by: Declan Snyder <[email protected]>
1 parent 4012161 commit 25e9252

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/nxp/frdm_mcxw71/doc/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ The ``frdm_mcxw71`` board target in Zephyr currently supports the following feat
5757
+-----------+------------+-------------------------------------+
5858
| FMU | on-chip | flash |
5959
+-----------+------------+-------------------------------------+
60+
| TPM | on-chip | pwm |
61+
+-----------+------------+-------------------------------------+
62+
| WDOG32 | on-chip | watchdog |
63+
+-----------+------------+-------------------------------------+
64+
| LPTMR | on-chip | counter |
65+
+-----------+------------+-------------------------------------+
66+
6067

6168
Programming and Debugging
6269
*************************

boards/nxp/frdm_mcxw71/frdm_mcxw71.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ toolchain:
1111
supported:
1212
- gpio
1313
- uart
14+
- counter
15+
- pwm
16+
- watchdog
1417
- pinctrl
1518
- flash

0 commit comments

Comments
 (0)