esp-idf/components/bootloader_support
Angus Gratton 04ccb84b83 Merge branch 'feature/cpu_abstraction' into 'master'
CPU related operations abstraction

See merge request espressif/esp-idf!7301
2020-02-28 11:54:29 +08:00
..
include Merge branch 'feature/cpu_abstraction' into 'master' 2020-02-28 11:54:29 +08:00
include_bootloader feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
src Merge branch 'feature/cpu_abstraction' into 'master' 2020-02-28 11:54:29 +08:00
test
CMakeLists.txt Merge branch 'feature/cpu_abstraction' into 'master' 2020-02-28 11:54:29 +08:00
Makefile.projbuild
README.rst
component.mk feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30

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