drivers: watchdog: stm32: Add implementation for WWDG
Added drivers for System Window Watchdog of STM32 platform. Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>
This commit is contained in:
parent
f9152adc81
commit
414e4d30a0
18 changed files with 384 additions and 0 deletions
|
@ -64,6 +64,10 @@
|
|||
#include <stm32l4xx_ll_iwdg.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_WWDG_STM32
|
||||
#include <stm32l4xx_ll_wwdg.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ENTROPY_STM32_RNG
|
||||
#include <stm32l4xx_ll_rng.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue