Jiang Jiang Jian 7482ad5139 Merge branch 'bugfix/support_esp32s2_eco1_v4.2' into 'release/v4.2' hace 3 años
..
include f8b9cb2864 paritition_table: Verify the partition table md5sum when loading the app hace 4 años
include_bootloader 8ffd02be29 bootloader_support: Fix and re-enable bootloader_debug_buffer function hace 4 años
src 7482ad5139 Merge branch 'bugfix/support_esp32s2_eco1_v4.2' into 'release/v4.2' hace 3 años
test 3d0967a58a test: declare requirements and include dirs private hace 5 años
CMakeLists.txt 0c320bfb0e esp32s2: Support bootloader_random_enable() hace 5 años
Makefile.projbuild a9d5e26748 Secure boot: Correctly re-sign if signing key changes, better error if missing hace 9 años
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component hace 9 años
component.mk 0c320bfb0e esp32s2: Support bootloader_random_enable() hace 5 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.)