esp-idf/components/bootloader_support
Ivan Grokhotkov 274fa56e71 Merge branch 'bugfix/esp32s3_usb_otg_console' into 'master'
system: support USB_OTG CDC console on ESP32-S3

Closes IDF-2048, IDF-2987, IDFGH-7134, IDFGH-7291, and IDFGH-7835

See merge request espressif/esp-idf!19312
2023-04-18 16:28:49 +08:00
..
bootloader_flash spi_flash: 32M bits address flash map, (for customer use only) 2023-04-14 11:37:09 +08:00
include bootloader_support: Adds API to detect Factory reset has happened 2023-03-22 02:21:54 +08:00
private_include esp32c6: Enable ECDSA based secure boot 2023-02-13 13:02:11 +05:30
src esp_rom: add USB_OTG "port" number for S2 and S3 2023-04-12 11:08:42 +02:00
test_apps gdma: avoid manually start/stop when channel is controled by ETM 2023-04-06 10:49:32 +08:00
.build-test-rules.yml ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
CMakeLists.txt bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
README.rst Refactor existing bootloader common functionality into bootloader_support component 2016-11-02 17:58:41 +11:00

Bootloader Support Component
============================

Overview
--------

"Bootloader support" contains APIs which are used by the bootloader but are also needed for the main app.

Code in this component needs to be aware of being executed in a bootloader environment (no RTOS available, BOOTLOADER_BUILD macro set) or in an esp-idf app environment (RTOS running, need locking support.)