soc: stm32l1: Add support for STM32 IWDG
The driver for STM32's independent watchdog already exists and is compatible with the stm32l1 SoC. Enable the independent watchdog for the stm32l1 series for use with this driver. Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
This commit is contained in:
parent
637582dfae
commit
271bd8bcea
3 changed files with 13 additions and 0 deletions
|
@ -61,6 +61,10 @@
|
|||
#include <stm32l1xx_ll_spi.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_IWDG_STM32
|
||||
#include <stm32l1xx_ll_iwdg.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_WWDG_STM32
|
||||
#include <stm32l1xx_ll_wwdg.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue