Mahavir Jain fd34bdb70a Merge branch 'feature/secure_features_are_enabled_correctly' into 'master' пре 3 година
..
bootloader_flash 4713a9a7f2 ESP32H2: Introduce new chip target esp32h2, hello_world example supported пре 3 година
include 696f7495a0 security: Adds new APIs to check that all eFuse security features are enabled correctly пре 3 година
private_include 4713a9a7f2 ESP32H2: Introduce new chip target esp32h2, hello_world example supported пре 3 година
src fd34bdb70a Merge branch 'feature/secure_features_are_enabled_correctly' into 'master' пре 3 година
test_apps be0fdfa176 soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock пре 3 година
.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) пре 3 година
CMakeLists.txt 0071ea498f esp_app_format: Fixed build errors and resolved dependencies пре 3 година
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component пре 9 година

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