esp-idf/components/bootloader_support
Kevin (Lao Kaiyao) cd9d321062 Merge branch 'feature/introduce_target_esp32c5' into 'master'
feat(esp32c5): introduce target esp32c5 (stage 1)

See merge request espressif/esp-idf!27299
2023-11-29 20:31:34 +08:00
..
bootloader_flash feat(esp32c5): introduce target esp32c5 2023-11-28 16:14:17 +08:00
include feat(esp32c5): introduce target esp32c5 2023-11-28 16:14:17 +08:00
private_include
src refactor(build_test_rules): invert the logic to avoid involving preview target 2023-11-28 16:14:17 +08:00
test_apps
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.)