esp-idf/components/bootloader_support
songruojing 304a8f142d esp32c6: introduce the target
Add esp32c6 target to tools and Kconfig
Create directories and files that are essential for `idf.py --preview set-target esp32c6`
2022-08-19 11:13:02 +08:00
..
bootloader_flash esp32c6: introduce the target 2022-08-19 11:13:02 +08:00
include esp_app_format: Fixed build errors and resolved dependencies 2022-08-17 10:59:31 +05:30
private_include refactor (bootloader_support, efuse)!: remove target-specific rom includes 2022-07-13 10:29:02 +08:00
src esp32c6: introduce the target 2022-08-19 11:13:02 +08:00
test build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
CMakeLists.txt esp_app_format: Fixed build errors and resolved dependencies 2022-08-17 10:59:31 +05:30
README.rst Refactor existing bootloader common functionality into bootloader_support component 2016-11-02 17:58:41 +11:00

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