esp-idf/components/bootloader_support
2023-04-04 16:09:47 +08:00
..
bootloader_flash spi_flash: Move mspi clock source switch to 64M in 2nd bootloader code from rtc_clk.c to bootloader_flash_config_esp32h2.c 2023-04-04 16:09:47 +08:00
include bootloader_support: Adds API to detect Factory reset has happened 2023-03-22 02:21:54 +08:00
private_include esp32c6: Enable ECDSA based secure boot 2023-02-13 13:02:11 +05:30
src Merge branch 'feature/unicore_bootloader_can_run_multicore_app' into 'master' 2023-03-29 21:56:26 +08:00
test_apps ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
.build-test-rules.yml ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
CMakeLists.txt bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
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.)