Song Ruo Jing be0fdfa176 soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock před 3 roky
..
bootloader_flash 2c9bb4eb7d spi_flash: Support select flash mode automatically at run time(Quad flash or Octal flash) před 3 roky
include fbc19fad70 memory_utils: Modify esp_ptr_in_diram_iram to be compatible with esp32c6 před 3 roky
private_include 1c820b0a6d esp32c6: add bootloader support před 3 roky
src 2c9bb4eb7d spi_flash: Support select flash mode automatically at run time(Quad flash or Octal flash) před 3 roky
test_apps be0fdfa176 soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock před 3 roky
.build-test-rules.yml 26c4550e6d Bootloader: retained memory can now be kept after reboot when custom data enabled před 3 roky
CMakeLists.txt 0071ea498f esp_app_format: Fixed build errors and resolved dependencies před 3 roky
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component před 9 roky

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