Ivan Grokhotkov 274fa56e71 Merge branch 'bugfix/esp32s3_usb_otg_console' into 'master' 2 år sedan
..
bootloader_flash c7053641bc spi_flash: 32M bits address flash map, (for customer use only) 2 år sedan
include efbafb873b bootloader_support: Adds API to detect Factory reset has happened 2 år sedan
private_include 2bb9499a7e esp32c6: Enable ECDSA based secure boot 3 år sedan
src 74fa41f434 esp_rom: add USB_OTG "port" number for S2 and S3 2 år sedan
test_apps 6c19e7b8a7 gdma: avoid manually start/stop when channel is controled by ETM 2 år sedan
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 3 år sedan
CMakeLists.txt f6453b7938 bootloader: fix and re-enable no-format warnings 2 år sedan
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component 9 år sedan

README.rst

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.)