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:
parent
f7bad922f0
commit
6a499f46ab
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue