walnux/boards/xtensa/esp32s3
Tiago Medicci Serrano d250808c1c esp32s3/elf: Fix ELF loader on ESP32-S3 when using external PSRAM
Prior to this commit, it wasn't possible to load ELF modules from
the external PSRAM. There were two main issues about it: 1) copying
data using the instruction bus was being used instead of the data
bus (this, per si, isn't a problem, but requires special attention
regarding data alignment), and 2) the cache was not being properly
cleaned and flushed to properly access the loaded data using the
instruction bus.

Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
2025-08-20 02:23:03 +08:00
..
common esp32s3/elf: Fix ELF loader on ESP32-S3 when using external PSRAM 2025-08-20 02:23:03 +08:00
esp32s3-8048S043 add lcd suport 2025-06-24 16:29:00 +08:00
esp32s3-box boards/xtensa/esp32s3/esp32s3-box: Fix ILI9342C color inversion 2025-07-09 12:18:23 +08:00
esp32s3-devkit esp32s3: Fix bug related to the PSRAM-allocated task stack 2025-08-20 02:23:03 +08:00
esp32s3-eye boards/xtensa/esp32s3: Add missing board_memorymap.h 2025-08-20 02:23:03 +08:00
esp32s3-korvo-2 xtensa/espressif: Change LEDC implementation to common for Xtensa based Espressif chips 2025-07-05 11:12:06 +08:00
esp32s3-lcd-ev style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
esp32s3-lhcbit libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
esp32s3-meadow boards/xtensa/esp32s3: Add missing board_memorymap.h 2025-08-20 02:23:03 +08:00
esp32s3-xiao boards/xtensa: fix build errors related to data types on ESP32|S3 2025-04-18 09:32:58 +08:00
lckfb-szpi-esp32s3 boards/szpi-esp32s3: Enable touchscreen for LVGL 2025-07-07 08:46:58 -03:00