Armando (Dou Yiwen) b58a2ea6a6 Merge branch 'feature/support_cache_p4' into 'master' 2 年 前
..
bootloader_flash ec27891af6 change(cache): swap cache hal arg 'type' and 'level' 2 年 前
include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world 2 年 前
private_include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world 2 年 前
src ec27891af6 change(cache): swap cache hal arg 'type' and 'level' 2 年 前
test_apps 2e11919f70 fix(ci): change build-test-rules files folder 2 年 前
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app 2 年 前
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.)