esp-idf/components/bootloader_support
Michael (XIAO Xufeng) ac6f45d290 bootloader: support unlock MXIC flash chips 2022-06-09 12:41:56 +08:00
..
include spi_flash: move the unlock patch to bootloader and add support for GD 2022-06-09 12:41:56 +08:00
include_bootloader bootloader: add xmc spi_flash startup flow to improve reliability 2022-06-09 12:41:56 +08:00
src bootloader: support unlock MXIC flash chips 2022-06-09 12:41:56 +08:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt esp32s2: Support bootloader_random_enable() 2020-10-19 10:24:37 +11:00
Makefile.projbuild
README.rst
component.mk esp32s2: Support bootloader_random_enable() 2020-10-19 10:24:37 +11:00

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