Cao Sen Miao 94120b82c2 esp32h2: add build test 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 94120b82c2 esp32h2: add build test 3 лет назад
test_apps 94120b82c2 esp32h2: add build test 3 лет назад
.build-test-rules.yml 94120b82c2 esp32h2: add build test 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.)