Mahavir Jain eea2536dc4 Merge branch 'feature/conservative_key_revocation_in_secure_boot_v2' into 'master' há 2 anos atrás
..
bootloader_flash 6cea72b76b fix(ota): Fixed OTA fail on octal flash with 32MB memory, há 2 anos atrás
include eea2536dc4 Merge branch 'feature/conservative_key_revocation_in_secure_boot_v2' into 'master' há 2 anos atrás
private_include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world há 2 anos atrás
src eea2536dc4 Merge branch 'feature/conservative_key_revocation_in_secure_boot_v2' into 'master' há 2 anos atrás
test_apps 2e11919f70 fix(ci): change build-test-rules files folder há 2 anos atrás
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app há 2 anos atrás
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component há 9 anos atrás

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