Cao Sen Miao bc655a6890 spi_flash: Allow clock frequency up to 64M, and make it default on ESP32H2 %!s(int64=3) %!d(string=hai) anos
..
bootloader_flash bc655a6890 spi_flash: Allow clock frequency up to 64M, and make it default on ESP32H2 %!s(int64=2) %!d(string=hai) anos
include a5d6f62e7e heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target %!s(int64=3) %!d(string=hai) anos
private_include 2bb9499a7e esp32c6: Enable ECDSA based secure boot %!s(int64=3) %!d(string=hai) anos
src d4ccdd48f6 esp32h2: add secure boot feature support %!s(int64=3) %!d(string=hai) anos
test_apps 25abc7f6d8 ci: update idf-core related tests for C6 %!s(int64=3) %!d(string=hai) anos
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 %!s(int64=3) %!d(string=hai) anos
CMakeLists.txt 2bb9499a7e esp32c6: Enable ECDSA based secure boot %!s(int64=3) %!d(string=hai) anos
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component %!s(int64=9) %!d(string=hai) anos

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