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:
parent
b237245694
commit
776671c7eb
3 changed files with 313 additions and 10 deletions
|
@ -27,6 +27,10 @@
|
|||
*/
|
||||
#include <kernel_includes.h>
|
||||
|
||||
#ifdef CONFIG_EXTI_STM32
|
||||
#include <stm32mp1xx_ll_exti.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32MP1SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue