nuttx/arch/xtensa
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
..
include Fix nuttx coding style 2023-07-14 01:16:06 +08:00
src esp32s3: Enhance protected build linker scripts and memory layout 2023-08-02 21:38:44 +02:00
Kconfig arch/xtensa/esp32_esp32s3: prevent arch's libc in the userspace 2023-05-17 13:58:48 +08:00