esp-idf/components/bootloader_support
Jan Brudný dffe49f305 bootloader: update copyright notice 2021-06-02 14:22:09 +02: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: update copyright notice 2021-06-02 14:22:09 +02: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
Makefile.projbuild
README.rst
component.mk bootloader: Fix error in Make build system when signature options is on 2021-04-13 11:28:13 +00: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.)