nuttx/boards/xtensa/esp32/common/scripts
nuttxs d09b6a9f51 boards/xtensa: fix the issue of undefined symbol reference errors
occurring during compilation and linking phase when the configuration
(CONFIG_ESP32S3_APP_FORMAT_LEGACY=y) is enabled.

---
undefined reference to _esp_system_init_fn_array_start
undefined reference to _esp_system_init_fn_array_end
undefined reference to __init_array_start
undefined reference to __init_array_end
---

Signed-off-by: nuttxs <zhaoqing.zhang@sony.com>
2025-09-10 10:56:16 -03:00
..
.gitignore xtensa/esp32: Simplify board linker script selection 2022-12-08 21:55:29 +08:00
esp32_aliases.ld xtensa/esp32: use common Espressif wireless source 2025-02-25 12:35:46 +01:00
esp32_sections.ld arch/xtensa: add sys_startup_fn call 2025-09-06 14:46:32 -03:00
flat_memory.ld xtensa/esp32: Fix getting the flash mappings by openocd-esp32 2025-04-18 02:25:14 +08:00
kernel-space.ld arch/xtensa: add sys_startup_fn call 2025-09-06 14:46:32 -03:00
legacy_sections.ld boards/xtensa: fix the issue of undefined symbol reference errors 2025-09-10 10:56:16 -03:00
mcuboot_sections.ld boards/xtensa/esp32: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
protected_memory.ld boards/xtensa/esp32: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
user-space.ld boards/xtensa/esp32: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00