esp-idf/components/bootloader_support
Ivan Grokhotkov 413f05ce09 Merge branch 'docs/flash_encryption_disable' into 'master'
Docs: Document flash encryption disable steps, clean up flash encryption & secure boot docs

Generate clean up of flash encryption & secure boot docs

Including steps for disabling flash encryption (for people who accidentally enable it).

See merge request !500
2017-02-15 13:31:08 +08:00
..
include Merge branch 'docs/flash_encryption_disable' into 'master' 2017-02-15 13:31:08 +08:00
include_priv bootloader: Enable early boot RNG entropy source 2017-01-04 17:07:12 +11:00
src OTA: Fix issues with encrypted OTA 2017-01-26 18:52:35 +11:00
Makefile.projbuild
README.rst
component.mk Secure boot: Option for app & partition table signing to happen outside build system 2016-12-19 13:12:05 +11: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.)