zephyr/soc/arm/st_stm32
Erwan Gouriou a985e03349 drivers/interrupt_controller: stm32: Use LL API
exti driver implementation does not fit all SoCs because
some EXTI ip does not match stm32_exti register map provided.
Instead of providing exti register map for all SoCs, use LL API
which abstracts IP variations and enable uniform use of the drivers
on all STM32SoCs.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-01-31 03:18:36 -06:00
..
common soc: st: add STM32L452XC 2019-01-23 03:19:15 -06:00
stm32f0 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
stm32f1 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
stm32f2 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
stm32f3 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
stm32f4 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
stm32f7 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
stm32l0 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
stm32l4 drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.soc