C.S.M 40532cb820 Merge branch 'bugfix/esp32s3_lack_boot_resume' into 'master' 2 سال پیش
..
bootloader_flash 91ad084c15 bugfix(spi_flash): Add flash resuem in bootloader on esp32s3 2 سال پیش
include 941eb4e61e feat: Made read_otadata() API public 2 سال پیش
private_include c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files 2 سال پیش
src 56fb618733 fix(secure_ota): secure app verification issue without padding bytes 2 سال پیش
test_apps 91aaf8b1a0 ci(qemu): temporarily allow qemu tests to fail 2 سال پیش
.build-test-rules.yml cb6e2133f0 esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around 2 سال پیش
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app 2 سال پیش
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.)