esp-idf/components/bootloader_support
Armando 101e6a18eb esp32p4: introduce the target
Add esp32p4 target to tools and Kconfig
Create directories and files that are essential for `idf.py --preview set-target esp32p4`
2023-06-13 15:16:11 +08:00
..
bootloader_flash esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
include esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
private_include
src esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
test_apps
.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.)