esp-idf/components/bootloader_support
Ivan Grokhotkov 40cff27053 Merge branch 'feature/esp32s2_pm' into 'master'
esp32s2: power management (DFS and auto light sleep)

Closes IDF-670, IDF-527, and IDFGH-231

See merge request espressif/esp-idf!7578
2020-02-19 18:26:33 +08:00
..
include bootloader_support: add esp_chip_id_t value for ESP32-S2 2020-02-06 19:50:14 +01:00
include_bootloader
src Merge branch 'feature/esp32s2_pm' into 'master' 2020-02-19 18:26:33 +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.)