esp-idf/components/bootloader_support
Angus Gratton f486736cbf bootloader: Fix "skip validate in deep sleep" on ESP32 & ESP32-S2
Regression in 83bf2e1ac1, this memory region was shifted from fast to slow RTC
memory (no change on ESP32-C3 as no RTC fast memory on this chip.)
2021-06-01 18:58:55 +10:00
..
include Merge branch 'doc/include_bootloader_random' into 'master' 2021-05-20 09:14:55 +00:00
include_bootloader bootloader: update copyright notice 2021-05-10 04:58:34 +02:00
src bootloader: Fix "skip validate in deep sleep" on ESP32 & ESP32-S2 2021-06-01 18:58:55 +10:00
test bootloader: update copyright notice 2021-05-10 04:58:34 +02:00
CMakeLists.txt secure_boot: Secure Boot V2 verify app signature on update (without Secure boot) 2021-03-15 12:30:20 +00:00
component.mk bootloader: Fix error in Make build system when signature options is on 2021-04-13 11:28:13 +00:00
Makefile.projbuild Secure boot: Correctly re-sign if signing key changes, better error if missing 2016-12-01 23:49:12 -08:00
README.rst Refactor existing bootloader common functionality into bootloader_support component 2016-11-02 17:58:41 +11:00

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