Aditya Patwardhan 8d047ea910 esp_flash_encrypt: If it is supported then Enable secure download mode in release mode instead of disabling it completely. 3 年之前
..
bootloader_flash 86aa4df5b5 ESP32-H2: Introduce new target for ESP32H2 3 年之前
include cd21058097 C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 3 年之前
private_include 8677216576 esp32h2: renaming esp32h2 to esp32h4 3 年之前
src 8d047ea910 esp_flash_encrypt: If it is supported then Enable secure download mode in release mode instead of disabling it completely. 3 年之前
test_apps be0fdfa176 soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock 3 年之前
.build-test-rules.yml 26c4550e6d Bootloader: retained memory can now be kept after reboot when custom data enabled 3 年之前
CMakeLists.txt 0071ea498f esp_app_format: Fixed build errors and resolved dependencies 3 年之前
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component 9 年之前

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