Sachin Parekh 774f0ef636 Merge branch 'esp32c6/ecdsa_secure_boot_support' into 'master' 3 年 前
..
bootloader_flash 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 3 年 前
include a5d6f62e7e heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target 3 年 前
private_include 2bb9499a7e esp32c6: Enable ECDSA based secure boot 3 年 前
src 774f0ef636 Merge branch 'esp32c6/ecdsa_secure_boot_support' into 'master' 3 年 前
test_apps 25abc7f6d8 ci: update idf-core related tests for C6 3 年 前
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 3 年 前
CMakeLists.txt 2bb9499a7e esp32c6: Enable ECDSA based secure boot 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.)