nuttx/boards/xtensa/esp32s3/esp32s3-devkit/src
Almir Okato d098c1dc87 esp32s3: 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 esp32s3 targets and removes the need
for running 'make bootloader' command for it.

Other related fix, but not directly to Simple Boot:
- Instrumentation is required to run from IRAM to support it during
initialization. `is_eco0` function also needs to run from IRAM.
- `rtc.data` section placement was fixed.
- Provide arch-defined interfaces for efuses, in order to decouple
board config level from arch-defined values.

Signed-off-by: Almir Okato <almir.okato@espressif.com>
2024-04-17 19:43:05 +08:00
..
esp32s3_appinit.c
esp32s3_board_spi.c esp32s3-devkit: Add support to ST7735 SPI LCD 2022-07-09 01:36:41 +08:00
esp32s3_boot.c
esp32s3_bringup.c xtensa/esp32s3: Add ESP32-S3 AES driver 2024-03-28 09:34:04 +08:00
esp32s3_buttons.c esp32s3: Fully integrate Espressif HAL repository to ESP32-S3 2023-12-24 16:38:06 -08:00
esp32s3_djoystick.c esp32s3: Fully integrate Espressif HAL repository to ESP32-S3 2023-12-24 16:38:06 -08:00
esp32s3_gpio.c esp32s3: Fully integrate Espressif HAL repository to ESP32-S3 2023-12-24 16:38:06 -08:00
esp32s3_ledc.c esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
esp32s3_reset.c esp32s3: add reset/shutdown handler to run registered callbacks 2023-03-10 10:59:14 +02:00
esp32s3_st7735.c kernel: replace all usleep to nxsig_usleep in kernel space 2023-10-25 15:46:03 +08:00
esp32s3_twai.c esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
esp32s3-devkit.h esp32s3/rmt: Use the Espressif's common RMT driver. 2023-12-24 16:38:06 -08:00
Make.defs boards/esp32s3-devkit: Add board GPIO support 2023-09-12 16:22:15 +08:00