Skip to content

Commit ed0ccbb

Browse files
manuarguefabiobaltieri
authored andcommitted
boards: arm: ucans32k1sic: enable watchdog support
Document support and enable testing for the watchdog driver on this board. Signed-off-by: Manuel Argüelles <[email protected]>
1 parent f38b01c commit ed0ccbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boards/arm/ucans32k1sic/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ LPI2C on-chip i2c
5151
LPSPI on-chip spi
5252
FTM on-chip pwm
5353
FlexCAN on-chip can
54+
Watchdog on-chip watchdog
5455
============ ========== ================================
5556

5657
The default configuration can be found in the Kconfig file

boards/arm/ucans32k1sic/ucans32k1sic.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 NXP
1+
# Copyright 2023-2024 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

44
identifier: ucans32k1sic
@@ -19,3 +19,4 @@ supported:
1919
- spi
2020
- pwm
2121
- can
22+
- watchdog

0 commit comments

Comments
 (0)