zephyr/soc/espressif/esp32s2
Marcio Ribeiro baf62b7a98 soc: esp32: XIP removed from Espressif targets
The way ESP32 XIP works (with MMU and cache) does no fit the way Zephyr XIP
is implemented, causing issues related to included Zephyr linker files.
Flash code still resides in flash for execution, but MMU/Cache handles it
in such way that XIP might not (or should not) be used with current Zephyr
approach. To address this problem, XIP configuration option is being
removed from Espressif targets.

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2024-08-31 06:47:52 -04:00
..
CMakeLists.txt
Kconfig soc: esp32: XIP removed from Espressif targets 2024-08-31 06:47:52 -04:00
Kconfig.defconfig
Kconfig.mac
Kconfig.soc
default.ld soc: esp32: XIP removed from Espressif targets 2024-08-31 06:47:52 -04:00
mcuboot.ld soc: esp32: XIP removed from Espressif targets 2024-08-31 06:47:52 -04:00
memory.h soc: espressif: esp32s2: improve memory layout 2024-06-15 05:19:00 -04:00
newlib_fix.c
pinctrl_soc.h
power.c
poweroff.c
soc.c soc: espressif: psram as shared multi heap 2024-08-27 18:37:47 -04:00
soc.h
soc_cache.c