Marius Vikhammer f9c1a2b791 Merge branch 'feature/core_c6_component_tests' into 'master' 2 лет назад
..
bootloader_flash 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 2 лет назад
include a5d6f62e7e heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target 3 лет назад
private_include 4713a9a7f2 ESP32H2: Introduce new chip target esp32h2, hello_world example supported 3 лет назад
src 146b9b047b soc: add modem regs and force enable i2c_ana_mst clock 3 лет назад
test_apps 25abc7f6d8 ci: update idf-core related tests for C6 2 лет назад
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 2 лет назад
CMakeLists.txt 44df5b31af feature: add ram loadable app support 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.)