stm32l0: enable iwdg

This commit is contained in:
Guillaume Revaillot
2018-03-27 18:30:36 +02:00
committed by Karl Palsson
parent 207eb07d4c
commit c670bdca1a
4 changed files with 70 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ OBJS += flash.o flash_common_l01.o
OBJS += i2c_common_v2.o
OBJS += rng_common_v1.o
OBJS += usart_common_all.o usart_common_v2.o
OBJS += iwdg_common_all.o
OBJS += usb.o usb_control.o usb_standard.o
OBJS += st_usbfs_core.o st_usbfs_v2.o