Skip to content

Commit 9014ec3

Browse files
liam-geotabxiaoxiang781216
authored andcommitted
Documentation/stm32h5: WWDG is supported.
WWDG is one of the supported stm32h5 peripherals and has its own implementation file. Signed-off-by: Liam Howatt <liamhowatt@geotab.com>
1 parent be5c9b2 commit 9014ec3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/guides/stm32_ports.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ SPI/I2S to be done arch/arm/src/stm32h5/stm32_spi.c
584584
TIM to be done arch/arm/src/stm32h5/stm32_tim.c
585585
USART/LPUART v3 arch/arm/src/stm32h5/stm32_serial.c
586586
USB FS arch/arm/src/stm32h5/stm32_usbfs.c
587+
WWDG v1 arch/arm/src/stm32h7/stm32_wwdg.c
587588
LPTIM n/a arch/arm/src/stm32h5/stm32_lptim.c
588589
PULSECOUNT n/a arch/arm/src/common/stm32/stm32_pulsecount.c
589590
PWM n/a arch/arm/src/stm32h5/stm32_pwm.c

Documentation/platforms/arm/stm32h5/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ SAI No
8282
TAMP No
8383
UCPD No
8484
VREFBUF No
85-
WWDG No
85+
WWDG Yes
8686

8787
========== ======= =====
8888

0 commit comments

Comments
 (0)