esp-idf/components/bootloader_support
Ivan Grokhotkov 0d69ed8620 bootloader_support: add esp_chip_id_t value for ESP32-S2 2020-02-06 19:50:14 +01:00
..
include bootloader_support: add esp_chip_id_t value for ESP32-S2 2020-02-06 19:50:14 +01:00
include_bootloader
src global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
test global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
CMakeLists.txt global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
Makefile.projbuild
README.rst
component.mk global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08: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.)