Jakob Hasse c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files %!s(int64=2) %!d(string=hai) anos
..
bootloader_flash d1a447f6c0 bootloader_support: fix register backup %!s(int64=2) %!d(string=hai) anos
include 49f16eefbb esp32h4: checked all the corner stuffs of the removal %!s(int64=2) %!d(string=hai) anos
private_include c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files %!s(int64=2) %!d(string=hai) anos
src bf2a7b2df6 esp32h4: removed esp32h4 related codes %!s(int64=2) %!d(string=hai) anos
test_apps 1a5e47bd07 ci: fixed test apps overriding pytest configs %!s(int64=2) %!d(string=hai) anos
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 %!s(int64=3) %!d(string=hai) anos
CMakeLists.txt d17248ecdf build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES %!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.)