esp-idf/components/bootloader_support
Angus Gratton cbc58b85e2 Merge branch 'feature/adds_check_in_app_that_flash_enc_is_on' into 'master'
bootloader: Adds a check that app is run under FE

Closes IDF-640

See merge request espressif/esp-idf!12368
2021-02-25 22:39:13 +00:00
..
include secure_boot: Checks secure boot efuses 2021-02-23 03:56:21 +08:00
include_bootloader
src Merge branch 'feature/adds_check_in_app_that_flash_enc_is_on' into 'master' 2021-02-25 22:39:13 +00:00
test
CMakeLists.txt secure_boot: Checks secure boot efuses 2021-02-23 03:56:21 +08:00
Makefile.projbuild
README.rst
component.mk

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