esp-idf/components/bootloader_support
Angus Gratton 3e7ba2f389 bootloader: Don't print an error message after WDT reset in unicore mode
Caused some confusion here: https://github.com/espressif/esp-idf/issues/4388
2020-05-19 03:35:53 +00:00
..
include Merge branch 'feature/cpu_abstraction' into 'master' 2020-02-28 11:54:29 +08:00
include_bootloader
src bootloader: Don't print an error message after WDT reset in unicore mode 2020-05-19 03:35:53 +00:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt bootloader/flash_encrypt: added esp32s2 flash encryption code on build system and enabled example 2020-04-24 12:43:47 -03: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.)