drivers: interrupt_controller: Add STM32G4X exti support

Add EXTI driver support for STM32G4X SoC series.

Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
This commit is contained in:
Richard Osterloh 2019-09-04 09:42:04 +01:00 committed by Andrew Boie
commit 6a499f46ab
2 changed files with 9 additions and 3 deletions

View file

@ -35,6 +35,10 @@
#include <stm32g4xx_ll_pwr.h>
#endif /* CONFIG_CLOCK_CONTROL_STM32_CUBE */
#ifdef CONFIG_EXTI_STM32
#include <stm32g4xx_ll_exti.h>
#endif
#ifdef CONFIG_GPIO_STM32
#include <stm32g4xx_ll_gpio.h>
#endif