Konstantin Kondrashov f875978fb3 Merge branch 'bugfix/incorrect_time_after_ota' into 'master' 2 years ago
..
bootloader_flash 91fc40cfd9 esp32: stop using deprecated name PICOD2 to avoid confusion 2 years ago
include 44e88792de Add ESP32-H2 chip id in `esp_chip_id_t` enum in esp_app_format.h header file 2 years ago
private_include c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files 2 years ago
src f875978fb3 Merge branch 'bugfix/incorrect_time_after_ota' into 'master' 2 years ago
test_apps cb6e2133f0 esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around 2 years ago
.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 years ago
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app 2 years ago
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component 9 years ago

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