esp-idf/components/bootloader_support
Song Ruo Jing 987fd3208a Merge branch 'feature/esp32h2_clock_basic_support' into 'master'
clk: Add basic clock support for esp32h2

Closes IDF-6265 and IDF-5973

See merge request espressif/esp-idf!21943
2023-02-21 16:16:05 +08:00
..
bootloader_flash mmu: mmu_hal_check_valid_ext_vaddr_region 2023-02-17 13:04:55 +08:00
include heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target 2023-01-23 07:42:20 +01:00
private_include esp32c6: Enable ECDSA based secure boot 2023-02-13 13:02:11 +05:30
src Merge branch 'feature/esp32h2_clock_basic_support' into 'master' 2023-02-21 16:16:05 +08:00
test_apps ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
.build-test-rules.yml ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
CMakeLists.txt esp32c6: Enable ECDSA based secure boot 2023-02-13 13:02:11 +05:30
README.rst Refactor existing bootloader common functionality into bootloader_support component 2016-11-02 17:58:41 +11:00

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