esp-idf/components/bootloader_support
Angus Gratton a416452657 Merge branch 'feature/skip_sha256_error_on_fpga' into 'master'
bootloader: Skip a sha256 error on FPGA

See merge request espressif/esp-idf!10836
2020-10-16 14:43:06 +08:00
..
include bootloader_support: add esp32-s3 initial support 2020-09-22 15:15:03 +08:00
include_bootloader bootloader: create public bootloader_flash.h header 2020-09-19 10:52:02 +08:00
src Merge branch 'feature/skip_sha256_error_on_fpga' into 'master' 2020-10-16 14:43:06 +08:00
test
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_support: add esp32-s3 initial support 2020-09-22 15:15:03 +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.)