esp-idf/components/bootloader_support
morris 8e64a59fac refactor(periph_ctrl): remove orphaned clk_gate_ll.h
and deprecate the legacy periph_module_xxx functions for new targets
2024-03-29 10:53:05 +08:00
..
bootloader_flash feat(esp32c5mp): add system related components 2024-03-18 17:34:56 +08:00
include fix(bootloader_support): Fix API not defined for application 2024-03-28 15:05:10 +05:30
private_include
src refactor(periph_ctrl): remove orphaned clk_gate_ll.h 2024-03-29 10:53:05 +08:00
test_apps
CMakeLists.txt fix(bootloader_support): Fix API not defined for application 2024-03-28 15:05:10 +05:30
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.)