stm32g0: add iwdg.

regular v2 iwdg.
This commit is contained in:
Guillaume Revaillot
2019-01-17 18:10:47 +01:00
parent 3d422a930f
commit bb98d0755c
3 changed files with 36 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ OBJS += flash.o flash_common_all.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += pwr.o
OBJS += rcc.o rcc_common_all.o
OBJS += iwdg_common_all.o
VPATH +=../:../../cm3:../common