esp-idf/components/bootloader_support
morris a34409cffc esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
..
include global: add new target name: esp32-s3 2020-06-11 21:40:08 +08:00
include_bootloader
src esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +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.)