esp-idf/components/bootloader_support
Omar Chebib 3a429b8b7a Bootloader: print date and time to the banner on boot
* Closes https://github.com/espressif/esp-idf/issues/9718
2022-09-08 06:08:49 +00:00
..
bootloader_flash
include Bootloader: retained memory can now be kept after reboot when custom data enabled 2022-08-31 03:23:30 +00:00
private_include
src Bootloader: print date and time to the banner on boot 2022-09-08 06:08:49 +00:00
test
test_apps/rtc_custom_section Bootloader: retained memory can now be kept after reboot when custom data enabled 2022-08-31 03:23:30 +00:00
.build-test-rules.yml Bootloader: retained memory can now be kept after reboot when custom data enabled 2022-08-31 03:23:30 +00:00
CMakeLists.txt
README.rst

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