This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9014ec3191a2016f1cb76fe989297fff16eb4736 Author: Liam Howatt <[email protected]> AuthorDate: Tue Aug 25 12:01:40 2026 -0400 Documentation/stm32h5: WWDG is supported. WWDG is one of the supported stm32h5 peripherals and has its own implementation file. Signed-off-by: Liam Howatt <[email protected]> --- Documentation/guides/stm32_ports.rst | 1 + Documentation/platforms/arm/stm32h5/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/guides/stm32_ports.rst b/Documentation/guides/stm32_ports.rst index 4476fd223dd..2f71ac004df 100644 --- a/Documentation/guides/stm32_ports.rst +++ b/Documentation/guides/stm32_ports.rst @@ -584,6 +584,7 @@ SPI/I2S to be done arch/arm/src/stm32h5/stm32_spi.c TIM to be done arch/arm/src/stm32h5/stm32_tim.c USART/LPUART v3 arch/arm/src/stm32h5/stm32_serial.c USB FS arch/arm/src/stm32h5/stm32_usbfs.c +WWDG v1 arch/arm/src/stm32h7/stm32_wwdg.c LPTIM n/a arch/arm/src/stm32h5/stm32_lptim.c PULSECOUNT n/a arch/arm/src/common/stm32/stm32_pulsecount.c PWM n/a arch/arm/src/stm32h5/stm32_pwm.c diff --git a/Documentation/platforms/arm/stm32h5/index.rst b/Documentation/platforms/arm/stm32h5/index.rst index 01bec8a49e6..1be538f2013 100644 --- a/Documentation/platforms/arm/stm32h5/index.rst +++ b/Documentation/platforms/arm/stm32h5/index.rst @@ -82,7 +82,7 @@ SAI No TAMP No UCPD No VREFBUF No -WWDG No +WWDG Yes ========== ======= =====
