stm32:l4: Add IWDG

Same as F3, reviewed against RM0394, tested
This commit is contained in:
Bruno Randolf
2017-12-18 15:42:32 +00:00
committed by Karl Palsson
parent 55ea31fd04
commit c90c9fe801
3 changed files with 55 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ OBJS += timer_common_all.o
OBJS += i2c_common_v2.o
OBJS += usart_common_all.o usart_common_v2.o
OBJS += dma_common_l1f013.o
OBJS += iwdg_common_all.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet