Wu Zheng Hui 04987ac201 Merge branch 'feature/add_ram_loadable_app_support' into 'master' 3 سال پیش
..
bootloader_flash c0d2fcded7 refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 3 سال پیش
include a5d6f62e7e heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target 3 سال پیش
private_include 4713a9a7f2 ESP32H2: Introduce new chip target esp32h2, hello_world example supported 3 سال پیش
src 04987ac201 Merge branch 'feature/add_ram_loadable_app_support' into 'master' 3 سال پیش
test_apps 94120b82c2 esp32h2: add build test 3 سال پیش
.build-test-rules.yml 94120b82c2 esp32h2: add build test 3 سال پیش
CMakeLists.txt 44df5b31af feature: add ram loadable app support 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.)