esp-idf/components/bootloader_support
KonstantinKondrashov 2373f115fc efuse/esp32: Expands PKG_VER from 3 bit to 4 bits
Closes: IDF-1919
2020-09-17 07:44:37 +00:00
..
include efuse/esp32: Expands PKG_VER from 3 bit to 4 bits 2020-09-17 07:44:37 +00:00
include_bootloader bootloader: combine console code for ESP32 and S2, add USB support 2020-06-26 15:38:49 +02:00
src efuse/esp32: Expands PKG_VER from 3 bit to 4 bits 2020-09-17 07:44:37 +00:00
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt bootloader: fix section placement issues found by the check script 2020-09-03 18:14:17 +02:00
Makefile.projbuild
README.rst
component.mk bootloader: fix section placement issues found by the check script 2020-09-03 18:14:17 +02: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.)