Marius Vikhammer 68088c6371 Merge branch 'ci/fix_overwrite_pytest_configs' into 'master' il y a 2 ans
..
bootloader_flash 8d84a5315a Merge branch 'fix/bootloader_missing_include' into 'master' il y a 2 ans
include 49f16eefbb esp32h4: checked all the corner stuffs of the removal il y a 2 ans
private_include bf2a7b2df6 esp32h4: removed esp32h4 related codes il y a 2 ans
src bf2a7b2df6 esp32h4: removed esp32h4 related codes il y a 2 ans
test_apps 1a5e47bd07 ci: fixed test apps overriding pytest configs il y a 2 ans
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 il y a 2 ans
CMakeLists.txt f6453b7938 bootloader: fix and re-enable no-format warnings il y a 2 ans
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component il y a 9 ans

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