esp-idf/components/bootloader_support
Tian Hao 26a3cb93c7 component/soc : move dport access header files to soc
1. move dport access header files to soc
2. reduce dport register write protection. Only protect read operation
2017-05-09 18:06:00 +08:00
..
include docs: Improve/clarify partition, OTA & SPI flash docs 2017-02-20 15:31:42 +11:00
include_priv
src component/soc : move dport access header files to soc 2017-05-09 18:06:00 +08:00
test secure boot: Fix bootloader image verification failure 2017-04-26 11:23:35 +10: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.)