morris 6c19e7b8a7 gdma: avoid manually start/stop when channel is controled by ETM 2 лет назад
..
bootloader_flash 5816c47457 spi_flash: Move mspi clock source switch to 64M in 2nd bootloader code from rtc_clk.c to bootloader_flash_config_esp32h2.c 2 лет назад
include efbafb873b bootloader_support: Adds API to detect Factory reset has happened 2 лет назад
private_include 2bb9499a7e esp32c6: Enable ECDSA based secure boot 2 лет назад
src 6c5a7da77c Merge branch 'feature/unicore_bootloader_can_run_multicore_app' into 'master' 2 лет назад
test_apps 6c19e7b8a7 gdma: avoid manually start/stop when channel is controled by ETM 2 лет назад
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 2 лет назад
CMakeLists.txt f6453b7938 bootloader: fix and re-enable no-format warnings 2 лет назад
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component 9 лет назад

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