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:
Ioannis Konstantelias 2019-07-15 16:07:00 +03:00 committed by Kumar Gala
commit 414e4d30a0
18 changed files with 384 additions and 0 deletions

View file

@ -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