nuttx/arch/xtensa/src
nuttxs fa2d2b8898 boards/xtensa: fixes for compilation and start-up issues when legacy
boot mode is configured

1. Explicitly define the .rtc_reserved section to ensure RTC data
that requires fixed address is correctly placed and does not
conflict with other sections
2. When legacy boot is configured, vecbase must also be set and
clear the BSS section
3. Cache must be disabled during Flash operations, so all
Flash-operation-related functions must be placed in IRAM
(internal RAM). Update the linker script for legacy boot mode

Signed-off-by: nuttxs <zhaoqing.zhang@sony.com>
2026-01-26 19:22:14 -03:00
..
cmake build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
common arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
esp32 nuttx/arch: merge tickless and tick process 2026-01-12 16:20:42 +08:00
esp32s2 arch/xtensa: Fix esp32s2 SPI errors 2026-01-27 03:09:34 +08:00
esp32s3 boards/xtensa: fixes for compilation and start-up issues when legacy 2026-01-26 19:22:14 -03:00
lx6 build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
lx7 build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
.gitignore
CMakeLists.txt arch/xtensa: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Makefile arch/xtensa:add crt0 to initialize environment 2025-04-16 01:24:57 +08:00