Xiao Xufeng 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart il y a 2 ans
..
bootloader_flash 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart il y a 2 ans
include eea2536dc4 Merge branch 'feature/conservative_key_revocation_in_secure_boot_v2' into 'master' il y a 2 ans
private_include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world il y a 2 ans
src 6cd8030160 Merge branch 'check_debug_aware_config' into 'master' il y a 2 ans
test_apps 2e11919f70 fix(ci): change build-test-rules files folder il y a 2 ans
CMakeLists.txt 05c147c3e8 fix(rng): only build bootloader_random apis once il y a 2 ans
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component il y a 9 ans

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