Konstantin Kondrashov 6c5a7da77c Merge branch 'feature/unicore_bootloader_can_run_multicore_app' into 'master' há 2 anos atrás
..
bootloader_flash 88ef0d8aeb efuse: Fix load_efuses_from_flash when FE is on há 2 anos atrás
include efbafb873b bootloader_support: Adds API to detect Factory reset has happened há 2 anos atrás
private_include 2bb9499a7e esp32c6: Enable ECDSA based secure boot há 3 anos atrás
src 6c5a7da77c Merge branch 'feature/unicore_bootloader_can_run_multicore_app' into 'master' há 2 anos atrás
test_apps 25abc7f6d8 ci: update idf-core related tests for C6 há 3 anos atrás
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 há 3 anos atrás
CMakeLists.txt f6453b7938 bootloader: fix and re-enable no-format warnings há 2 anos atrás
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component há 9 anos atrás

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