zephyr/arch/arm/soc/st_stm32/stm32f7
Aurelien Jarno 069d409b29 arch: arm: stm32: enable instruction and data caches on STM32F7
The Cortex-M7 CPU included in the STM32F7 SoCs has instruction and data
caches that significantly boost the performances. Enable them during the
SoC initialization. Note that the D-cache should only be enabled if it
is disabled, to workaround CMSIS issue #331.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-08-25 07:15:33 -07:00
..
CMakeLists.txt drivers: gpio: stm32: STM32F7 GPIO support 2018-06-28 08:29:32 -05:00
Kconfig.defconfig.series Kconfig: Switch to improved globbing statements 2018-08-15 04:07:44 -07:00
Kconfig.defconfig.stm32f723xe arch: arm: stm32: add basic support for STM32F723 SoC 2018-07-03 13:53:36 -05:00
Kconfig.defconfig.stm32f746xg drivers: gpio: stm32: STM32F7 GPIO support 2018-06-28 08:29:32 -05:00
Kconfig.defconfig.stm32f769xi arch: arm: stm32: add basic support for STM32F769 SoC 2018-07-06 09:56:25 -05:00
Kconfig.series
Kconfig.soc arch: arm: stm32: add basic support for STM32F769 SoC 2018-07-06 09:56:25 -05:00
dts.fixup drivers: i2c: stm32: add support for STM32F7 2018-07-25 07:19:12 -04:00
flash_registers.h drivers: flash: stm32: STM32F7 flash memory suport 2018-06-28 08:29:32 -05:00
gpio_registers.h drivers: gpio: stm32: STM32F7 GPIO support 2018-06-28 08:29:32 -05:00
linker.ld
soc.c arch: arm: stm32: enable instruction and data caches on STM32F7 2018-08-25 07:15:33 -07:00
soc.h drivers: i2c: stm32: add support for STM32F7 2018-07-25 07:19:12 -04:00
soc_gpio.c drivers: gpio: stm32: STM32F7 GPIO support 2018-06-28 08:29:32 -05:00
soc_registers.h drivers: gpio: stm32: STM32F7 GPIO support 2018-06-28 08:29:32 -05:00