[STM32F0:IWDG] Add initial support

This commit is contained in:
BuFran
2013-07-09 23:44:16 +02:00
committed by Piotr Esden-Tempski
parent 4e566bf8b1
commit c99be0fb96
3 changed files with 55 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ ARFLAGS = rcs
OBJS = flash.o rcc.o usart.o
OBJS += gpio_common_all.o gpio_common_f0234.o crc_common_all.o \
pwr_common_all.o
pwr_common_all.o iwdg_common_all.o
VPATH += ../../usb:../:../../cm3:../common