esp-idf/components/bootloader_support
Mahavir Jain 9cecde6fb4 bootloader: add anti-FI checks around secure version in anti-rollback scheme 2021-11-24 11:37:27 +08:00
..
include spi_flash: refact that flash qio can be overidable 2021-11-11 12:28:21 +08:00
include_bootloader bootloader_support: Fix and re-enable bootloader_debug_buffer function 2021-11-22 12:13:58 -03:00
src bootloader: add anti-FI checks around secure version in anti-rollback scheme 2021-11-24 11:37:27 +08:00
test Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
CMakeLists.txt bootloader: Enable clock glitch detection 2021-09-02 12:25:12 +05:30
README.rst

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