nuttx/libs/libc/machine
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
..
arm libc/mcount: compatible with armv6m mcount implementation 2025-07-10 18:06:03 +08:00
arm64 kasan: kasan_reset_tag rename kasan_clear_tag 2025-06-30 18:19:38 +08:00
renesas libc/machine/renesas: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
risc-v libc/machine/riscv: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
sim
sparc
tricore
x86
x86_64
xtensa esp32s3/elf: Fix ELF loader on ESP32-S3 when using external PSRAM 2025-08-20 02:23:03 +08:00
arch_atomic.c
arch_libc.c
CMakeLists.txt
Kconfig
Make.defs