Cao Sen Miao 6cea72b76b fix(ota): Fixed OTA fail on octal flash with 32MB memory, před 2 roky
..
bootloader_flash 6cea72b76b fix(ota): Fixed OTA fail on octal flash with 32MB memory, před 2 roky
include ab1eb37fe8 feat(partition_table): Add read-only partition flag and functionality před 2 roky
private_include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world před 2 roky
src 4541ad134d feat(uart): add RCC atomic block to uart/lp-uart peripheral před 2 roky
test_apps 2e11919f70 fix(ci): change build-test-rules files folder před 2 roky
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app před 2 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.)