Harshit Malpani 941eb4e61e feat: Made read_otadata() API public vor 2 Jahren
..
bootloader_flash d35ba005b8 bugfix: fix bootloader print wrong spi speed mode vor 2 Jahren
include 941eb4e61e feat: Made read_otadata() API public vor 2 Jahren
private_include c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files vor 2 Jahren
src 941eb4e61e feat: Made read_otadata() API public vor 2 Jahren
test_apps 434a9e4e2f ci(bootloader): Enable QEMU tests (ESP32 and ESP32C3) vor 2 Jahren
.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 vor 2 Jahren
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app vor 2 Jahren
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component vor 9 Jahren

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