morris 6c19e7b8a7 gdma: avoid manually start/stop when channel is controled by ETM %!s(int64=2) %!d(string=hai) anos
..
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 %!s(int64=2) %!d(string=hai) anos
include efbafb873b bootloader_support: Adds API to detect Factory reset has happened %!s(int64=2) %!d(string=hai) anos
private_include 2bb9499a7e esp32c6: Enable ECDSA based secure boot %!s(int64=2) %!d(string=hai) anos
src 6c5a7da77c Merge branch 'feature/unicore_bootloader_can_run_multicore_app' into 'master' %!s(int64=2) %!d(string=hai) anos
test_apps 6c19e7b8a7 gdma: avoid manually start/stop when channel is controled by ETM %!s(int64=2) %!d(string=hai) anos
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 %!s(int64=2) %!d(string=hai) anos
CMakeLists.txt f6453b7938 bootloader: fix and re-enable no-format warnings %!s(int64=2) %!d(string=hai) anos
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component %!s(int64=9) %!d(string=hai) anos

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