esp-idf/components/bootloader_support
Aditya Patwardhan 98430b2f94 secure_boot_v2: Fix warning message 2022-11-25 18:34:31 +05:30
..
include further fix spi flash/ram current leakage 2022-07-28 13:11:55 +08:00
include_bootloader re-enable some dummy based HPM flash chips 2022-09-30 11:29:43 +08:00
src secure_boot_v2: Fix warning message 2022-11-25 18:34:31 +05:30
test
CMakeLists.txt
Makefile.projbuild
README.rst
component.mk

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