Mahavir Jain 5cc2eb15c9 Merge branch 'bugfix/bootloader_debug_buffers_v4.2' into 'release/v4.2' 4 years ago
..
include f8b9cb2864 paritition_table: Verify the partition table md5sum when loading the app 4 years ago
include_bootloader 8ffd02be29 bootloader_support: Fix and re-enable bootloader_debug_buffer function 4 years ago
src 5cc2eb15c9 Merge branch 'bugfix/bootloader_debug_buffers_v4.2' into 'release/v4.2' 4 years ago
test 3d0967a58a test: declare requirements and include dirs private 5 years ago
CMakeLists.txt 0c320bfb0e esp32s2: Support bootloader_random_enable() 5 years ago
Makefile.projbuild a9d5e26748 Secure boot: Correctly re-sign if signing key changes, better error if missing 9 years ago
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component 9 years ago
component.mk 0c320bfb0e esp32s2: Support bootloader_random_enable() 5 years ago

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