zephyr/soc/arm/st_stm32/stm32f7
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
..
CMakeLists.txt soc: arm: st_stm32: Cleanup gpio function code. 2019-01-10 13:09:19 -06:00
dts_fixup.h
flash_registers.h
Kconfig.defconfig.series
Kconfig.defconfig.stm32f723xe
Kconfig.defconfig.stm32f746xg
Kconfig.defconfig.stm32f756xx
Kconfig.defconfig.stm32f769xi
Kconfig.series
Kconfig.soc
linker.ld
soc_registers.h soc: arm: st_stm32: Using LL library to implement gpio functions 2019-01-10 13:09:19 -06:00
soc.c
soc.h drivers/interrupt_controller: stm32: Use LL API 2019-01-31 03:18:36 -06:00