C.S.M 7927ec44f1 Merge branch 'bugfix/gd25lq255e_unlock' into 'master' před 2 roky
..
bootloader_flash 7927ec44f1 Merge branch 'bugfix/gd25lq255e_unlock' into 'master' před 2 roky
include 941eb4e61e feat: Made read_otadata() API public před 2 roky
private_include c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files před 2 roky
src 7ec38eb309 Merge branch 'bugfix/update_all_esp32xxx/rom/gpio.h_comments' into 'master' před 2 roky
test_apps 91aaf8b1a0 ci(qemu): temporarily allow qemu tests to fail před 2 roky
.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 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.)