nuttx/boards/risc-v/espressif/common/scripts
Almir Okato f8b0b06b97 esp32c3-generic: 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 makes this bootloader configuration as default
for esp32c3-generic target and removes the need for running
'make bootloader' command for it.

Signed-off-by: Almir Okato <almir.okato@espressif.com>
2024-01-23 04:09:25 -08:00
..
.gitignore
common.ld
esp32c3_aliases.ld
esp32c3_flat_memory.ld esp32c3-generic: add simple boot support 2024-01-23 04:09:25 -08:00
esp32c3_legacy_sections.ld
esp32c3_mcuboot_sections.ld esp32c3-generic: add simple boot support 2024-01-23 04:09:25 -08:00
esp32c3_simple_boot_sections.ld esp32c3-generic: add simple boot support 2024-01-23 04:09:25 -08:00
esp32c6_aliases.ld
esp32c6_flat_memory.ld
esp32c6_legacy_sections.ld
esp32h2_aliases.ld
esp32h2_flat_memory.ld
esp32h2_legacy_sections.ld