nuttx/boards/xtensa/esp32s3/common/scripts
Tiago Medicci Serrano 1197a80741 esp32s3: Enhance protected build linker scripts and memory layout
Instead of setting kernel/user space instruction and data ROM as
hard-coded values on linker, set them according to the max size
of the kernel image set by CONFIG_ESP32S3_KERNEL_IMAGE_SIZE. This
is done by making KIROM, UIROM, KDROM and UDROM dependent on the
kernel size value. Also, override CONFIG_NUTTX_USERSPACE config
according to CONFIG_ESP32S3_KERNEL_IMAGE_SIZE by using a custom
PREBUILD definition.
2023-08-02 21:38:44 +02:00
..
.gitignore
esp32s3_peripherals.ld espressif: Add missing Apache Foundation copyright header 2023-01-19 10:11:34 +08:00
esp32s3_rom.ld esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
flat_memory.ld Some follow-up changes for ESP32s3 32M flash support 2023-07-21 20:44:04 +08:00
kernel-space.ld xtensa/esp32s3: Configure the PMS peripheral for Protected Mode 2022-12-07 03:07:45 +08:00
legacy_sections.ld esp32s3/spiflash: pause other CPU before SPI flash operations 2023-05-24 00:37:46 +08:00
mcuboot_sections.ld esp32[c3|s3]: Fix relative path in file header 2023-01-19 10:11:34 +08:00
protected_memory.ld esp32s3: Enhance protected build linker scripts and memory layout 2023-08-02 21:38:44 +02:00
user-space.ld xtensa/esp32s3: Configure the PMS peripheral for Protected Mode 2022-12-07 03:07:45 +08:00