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

@ -44,6 +44,10 @@
#include <stm32g0xx_ll_gpio.h>
#endif
#ifdef CONFIG_WWDG_STM32
#include <stm32g0xx_ll_wwdg.h>
#endif
#ifdef CONFIG_SERIAL_HAS_DRIVER
#include <stm32g0xx_ll_usart.h>
#endif