nuttx/boards/xtensa/esp32s3/common/scripts
Almir Okato 16f8966fa9 esp32s2: add simple boot support
The Simple Boot feature for Espressif chips is a method of booting
that doesn't depend on a 2nd stage bootloader. Its not the
intention to replace a 2nd stage bootloader such as MCUboot and
ESP-IDF bootloader, but to have a minimal and straight-forward way
of booting, and also simplify the building.

This commit also removes deprecated code and makes this bootloader
configuration as default for esp32s2 targets and removes the need
for running 'make bootloader' command for it.

Signed-off-by: Almir Okato <almir.okato@espressif.com>
2024-06-04 18:53:14 -03:00
..
.gitignore
esp32s3_aliases.ld xtensa/esp32s3: LCD controller driver 2023-09-19 11:38:05 +08:00
esp32s3_peripherals.ld
esp32s3_rom_aliases.ld
esp32s3_rom_api.ld Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
esp32s3_rom.ld
flat_memory.ld esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
kernel-space.ld esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
legacy_sections.ld xtensa/esp32s3: Add missing entries to iram.text from legacy_sections.ld 2024-04-24 09:46:04 +08:00
mcuboot_sections.ld esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
protected_memory.ld
simple_boot_sections.ld esp32s2: add simple boot support 2024-06-04 18:53:14 -03:00
user-space.ld