esp-idf/components/bootloader_support
KonstantinKondrashov 0b5d4edbc6 bootloader: Fixes bootloader_common_get_sha256_of_partition. Adds hash check.
Closes https://github.com/espressif/esp-idf/issues/8274
2022-01-25 19:58:29 +08:00
..
include
include_bootloader bootloader_support: Fix and re-enable bootloader_debug_buffer function 2021-11-23 09:01:24 -03:00
src bootloader: Fixes bootloader_common_get_sha256_of_partition. Adds hash check. 2022-01-25 19:58:29 +08:00
test
CMakeLists.txt
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.)