Armando 06782d1623 change(esp32p4): update rtc interrupt registration todo list %!s(int64=2) %!d(string=hai) anos
..
bootloader_flash 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world %!s(int64=2) %!d(string=hai) anos
include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world %!s(int64=2) %!d(string=hai) anos
private_include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world %!s(int64=2) %!d(string=hai) anos
src 06782d1623 change(esp32p4): update rtc interrupt registration todo list %!s(int64=2) %!d(string=hai) anos
test_apps 95626b9401 fix(bootloader_support): Fix memory leak for unit tests %!s(int64=2) %!d(string=hai) anos
.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 %!s(int64=2) %!d(string=hai) anos
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app %!s(int64=2) %!d(string=hai) anos
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component %!s(int64=9) %!d(string=hai) anos

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