Armando d88236678a bootloader: fix bootloader_sha256_flash_contents mmap issue vor 3 Jahren
..
bootloader_flash d88236678a bootloader: fix bootloader_sha256_flash_contents mmap issue vor 3 Jahren
include cd21058097 C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT vor 3 Jahren
private_include 8677216576 esp32h2: renaming esp32h2 to esp32h4 vor 3 Jahren
src 7bc15f78a5 Merge branch 'feature/efuse_remove_warnings_for_memcpy' into 'master' vor 3 Jahren
test_apps be0fdfa176 soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock vor 3 Jahren
.build-test-rules.yml 7466ddfa8c ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) vor 3 Jahren
CMakeLists.txt 0071ea498f esp_app_format: Fixed build errors and resolved dependencies vor 3 Jahren
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component vor 9 Jahren

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