drivers/interrupt_controller: stm32: add support of stm32mp1

Add support of the stm32mp1 gpio exti.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
This commit is contained in:
Arnaud Pouliquen 2019-02-26 18:58:24 +01:00 committed by Kumar Gala
commit 776671c7eb
3 changed files with 313 additions and 10 deletions

View file

@ -27,6 +27,10 @@
*/
#include <kernel_includes.h>
#ifdef CONFIG_EXTI_STM32
#include <stm32mp1xx_ll_exti.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32MP1SOC_H_ */