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:
Benedikt Spranger
2023-02-19 09:57:44 +01:00
committed by Piotr Esden-Tempski
parent 886cd116ff
commit a9b71e2f8c
3 changed files with 62 additions and 0 deletions

View File

@@ -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