stm32g0: add exti.

Regular exti, with enhanced EXTI_[FR]PR regs instead of EXTIR_PR.
This commit is contained in:
Guillaume Revaillot
2019-02-05 19:03:39 +01:00
committed by Karl Palsson
parent afd2db3097
commit 55121126c3
4 changed files with 157 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS += exti.o exti_common_all.o
OBJS += flash.o flash_common_all.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += pwr.o