esp-idf/components/bootloader_support
2021-12-13 11:47:48 +08:00
..
include update esp32h2beta2 chip_id to 14 2021-11-24 12:30:43 +08:00
include_bootloader bootloader_support: Fix and re-enable bootloader_debug_buffer function 2021-11-22 12:13:58 -03:00
src spi_flash: add support for th 1M flash 2021-12-13 11:47:48 +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 Refactor existing bootloader common functionality into bootloader_support component 2016-11-02 17:58:41 +11:00

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