esp-idf/components/bootloader_support
Mahavir Jain d4ccdd48f6
esp32h2: add secure boot feature support
Closes IDF-6281
2023-03-06 16:57:45 +05:30
..
bootloader_flash mmu: mmu_hal_check_valid_ext_vaddr_region 2023-02-17 13:04:55 +08:00
include
private_include esp32c6: Enable ECDSA based secure boot 2023-02-13 13:02:11 +05:30
src esp32h2: add secure boot feature support 2023-03-06 16:57:45 +05:30
test_apps
.build-test-rules.yml
CMakeLists.txt esp32c6: Enable ECDSA based secure boot 2023-02-13 13:02:11 +05:30
README.rst

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