esp-idf/components/bootloader_support
Kevin (Lao Kaiyao) 5bed8fab49 Merge branch 'refactor/rename_h2_to_h4' into 'master'
esp32h2: renaming esp32h2 to esp32h4

Closes IDF-6098

See merge request espressif/esp-idf!20676
2022-11-09 19:19:43 +08:00
..
bootloader_flash Merge branch 'refactor/rename_h2_to_h4' into 'master' 2022-11-09 19:19:43 +08:00
include esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
private_include esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
src Merge branch 'refactor/rename_h2_to_h4' into 'master' 2022-11-09 19:19:43 +08:00
test_apps soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock 2022-11-01 11:23:26 +08:00
.build-test-rules.yml Bootloader: retained memory can now be kept after reboot when custom data enabled 2022-08-31 03:23:30 +00:00
CMakeLists.txt esp_app_format: Fixed build errors and resolved dependencies 2022-08-17 10:59:31 +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.)