drivers: interrupt_controller: Add STM32L1X EXTI support
Add EXTI support for STM32L1X SoC series. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
parent
1eb6177e9b
commit
0525019b23
2 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
|||
#include <stm32l1xx_ll_gpio.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_EXTI_STM32
|
||||
#include <stm32l1xx_ll_exti.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32L1_SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue