stm32g4: Add EXTI support
The STM32G4xx series contain two regular EXTI v1 blocks; one at offset 0x00, the other at offset 0x20. Add support for EXTI. Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
886cd116ff
commit
a9b71e2f8c
@@ -43,6 +43,7 @@ OBJS += dac_common_all.o dac_common_v2.o
|
||||
OBJS += desig_common_all.o desig_common_v1.o
|
||||
OBJS += dma_common_l1f013.o
|
||||
OBJS += dmamux.o
|
||||
OBJS += exti_common_all.o
|
||||
OBJS += fdcan.o fdcan_common.o
|
||||
OBJS += flash.o flash_common_all.o flash_common_f.o flash_common_idcache.o
|
||||
OBJS += gpio_common_all.o gpio_common_f0234.o
|
||||
|
||||
Reference in New Issue
Block a user