mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 04:58:28 +00:00
Documentation/stm32h5: IWDG is supported.
IWDG 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
b2085723be
commit
788d3640eb
2 changed files with 2 additions and 1 deletions
|
|
@ -536,6 +536,7 @@ FLASH to be done arch/arm/src/stm32h5/stm32_flash.c
|
|||
GPIO to be done arch/arm/src/stm32h5/stm32_gpio.c
|
||||
GPDMA to be done arch/arm/src/stm32h5/stm32_dma.c
|
||||
I2C to be done arch/arm/src/stm32h5/stm32_i2c.c
|
||||
IWDG v1 arch/arm/src/stm32h5/stm32_iwdg.c
|
||||
ICACHE to be done arch/arm/src/stm32h5/stm32_icache.c
|
||||
OCTOSPI to be done arch/arm/src/stm32h5/stm32_qspi.c
|
||||
PWR to be done arch/arm/src/stm32h5/stm32_pwr.c
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ FSMC No
|
|||
GTZC No
|
||||
HASH No
|
||||
I3C No
|
||||
IWDG No
|
||||
IWDG Yes
|
||||
LPTIM No
|
||||
OTFDEC No
|
||||
PKA No
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue