stm32h7: added minimal stm32h7 exti defs, which share with G0.

Separated definitions that did not seem consistent between the "v2" EXTI
platforms. Added SYSCFG defs needed for EXTICR settings.
This commit is contained in:
Brian Viele
2020-03-20 18:21:38 -04:00
parent 89074d6a13
commit b1d8a4c546
6 changed files with 63 additions and 11 deletions

View File

@@ -38,6 +38,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS += dac_common_all.o
OBJS += exti_common_all.o
OBJS += flash_common_all.o flash_common_f.o flash_common_f24.o
OBJS += fmc_common_f47.o
OBJS += gpio_common_all.o gpio_common_f0234.o