Mahavir Jain 214d2eeba7 Merge branch 'bugfix/manual_secure_boot_v2_multiple_digest_issue_v4.4' into 'release/v4.4' преди 4 години
..
include 9b53e18c44 add flash and PSRAM CS IO acquire function преди 4 години
include_bootloader bf1dde7233 bootloader: Enable clock glitch detection преди 4 години
src 214d2eeba7 Merge branch 'bugfix/manual_secure_boot_v2_multiple_digest_issue_v4.4' into 'release/v4.4' преди 4 години
test a2686dc4eb bootloader: update copyright notice преди 4 години
CMakeLists.txt bf1dde7233 bootloader: Enable clock glitch detection преди 4 години
Makefile.projbuild a9d5e26748 Secure boot: Correctly re-sign if signing key changes, better error if missing преди 9 години
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component преди 9 години
component.mk ee23a489b9 esp32h2: code clean up преди 4 години

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