Marius Vikhammer e3861261eb fix(wdt): move non-auto generated wdt values to ll hace 2 años
..
bootloader_flash 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world hace 2 años
include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world hace 2 años
private_include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world hace 2 años
src e3861261eb fix(wdt): move non-auto generated wdt values to ll hace 2 años
test_apps 7dbd3f6909 feat(ci): Enable p4 example, test_apps and unit tests CI build hace 2 años
.build-test-rules.yml 6f412393b6 change(ci): add todo to p4 build test enable hace 2 años
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app hace 2 años
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component hace 9 años

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