mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 21:00:44 +00:00
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>
This commit is contained in:
parent
be5c9b243b
commit
9014ec3191
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ SAI No
|
|||
TAMP No
|
||||
UCPD No
|
||||
VREFBUF No
|
||||
WWDG No
|
||||
WWDG Yes
|
||||
|
||||
========== ======= =====
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue