esp-idf/components/bootloader_support
Armando d6844051fc esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
..
bootloader_flash esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
include
private_include
src soc: add modem regs and force enable i2c_ana_mst clock 2023-02-06 21:43:26 +08:00
test_apps
.build-test-rules.yml
CMakeLists.txt
README.rst

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