laokaiyao bf2a7b2df6 esp32h4: removed esp32h4 related codes před 2 roky
..
bootloader_flash b7053b46ef esp32h4: remove esp32h4 target from peripherals před 2 roky
include bf2a7b2df6 esp32h4: removed esp32h4 related codes před 2 roky
private_include bf2a7b2df6 esp32h4: removed esp32h4 related codes před 2 roky
src bf2a7b2df6 esp32h4: removed esp32h4 related codes před 2 roky
test_apps 6c19e7b8a7 gdma: avoid manually start/stop when channel is controled by ETM před 2 roky
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 před 2 roky
CMakeLists.txt f6453b7938 bootloader: fix and re-enable no-format warnings před 2 roky
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component před 9 roky

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