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 heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target 2023-01-23 07:42:20 +01:00
private_include ESP32H2: Introduce new chip target esp32h2, hello_world example supported 2022-12-29 12:29:14 +08:00
src soc: add modem regs and force enable i2c_ana_mst clock 2023-02-06 21:43:26 +08:00
test_apps esp32h2: add build test 2023-01-17 10:29:04 +08:00
.build-test-rules.yml esp32h2: add build test 2023-01-17 10:29:04 +08:00
CMakeLists.txt feature: add ram loadable app support 2023-02-01 17:57:22 +08:00
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.)