nuttx/boards/xtensa/esp32s3/esp32s3-devkit
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
..
configs esp32s3: Enhance protected build linker scripts and memory layout 2023-08-02 21:38:44 +02:00
include xtensa/esp32s3: Add support for Protected Mode 2022-12-07 03:07:45 +08:00
scripts xtensa/esp32s3: Enable booting from MCUboot bootloader 2022-12-15 00:42:13 +08:00
src build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
Kconfig Fix Kconfig style 2023-06-20 12:54:50 -03:00