esp-idf/components/bootloader_support
Angus Gratton 57d6026f97 Merge branch 'feature/efuse_support_for_esp32s3' into 'master'
efuse: Adds support for esp32-s3 chip

See merge request espressif/esp-idf!10491
2020-10-22 13:53:01 +08:00
..
include bootloader_support: Add missing inttypes include in esp_app_format.h 2020-10-20 21:49:07 +08:00
include_bootloader bootloader: create public bootloader_flash.h header 2020-09-19 10:52:02 +08:00
src Merge branch 'feature/efuse_support_for_esp32s3' into 'master' 2020-10-22 13:53:01 +08:00
test
CMakeLists.txt esp32s2: Support bootloader_random_enable() 2020-10-16 18:48:26 +11:00
Makefile.projbuild
README.rst
component.mk bootloader_support makefile: Use consistent indentation 2020-10-16 18:48:26 +11: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.)