wuzhenghui fbc19fad70 memory_utils: Modify esp_ptr_in_diram_iram to be compatible with esp32c6 hace 3 años
..
bootloader_flash 1c820b0a6d esp32c6: add bootloader support hace 3 años
include fbc19fad70 memory_utils: Modify esp_ptr_in_diram_iram to be compatible with esp32c6 hace 3 años
private_include 1c820b0a6d esp32c6: add bootloader support hace 3 años
src 1c820b0a6d esp32c6: add bootloader support hace 3 años
test_apps 7cef82e0df bootloader support: move unit tests to pytest hace 3 años
.build-test-rules.yml 26c4550e6d Bootloader: retained memory can now be kept after reboot when custom data enabled hace 3 años
CMakeLists.txt 0071ea498f esp_app_format: Fixed build errors and resolved dependencies hace 3 años
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component hace 9 años

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