esp-idf/components/bootloader_support
Xiao Xufeng 63089b1f7e bootloader: enable super WDT and BOD reset on C2 2023-04-11 10:23:21 +08:00
..
bootloader_flash
include
private_include
src bootloader: enable super WDT and BOD reset on C2 2023-04-11 10:23:21 +08:00
test_apps gdma: avoid manually start/stop when channel is controled by ETM 2023-04-06 10:49:32 +08:00
.build-test-rules.yml
CMakeLists.txt
README.rst

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.)