esp-idf/components/bootloader_support
2022-09-15 15:19:42 +08:00
..
bootloader_flash bootloader_flash: Some bootloader flash functions are not put in IRAM 2022-08-29 17:24:05 +08:00
include Bootloader: retained memory can now be kept after reboot when custom data enabled 2022-08-31 03:23:30 +00:00
private_include refactor (bootloader_support, efuse)!: remove target-specific rom includes 2022-07-13 10:29:02 +08:00
src Bootloader: print date and time to the banner on boot 2022-09-08 06:08:49 +00:00
test_apps bootloader support: move unit tests to pytest 2022-09-15 15:19:42 +08: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 esp_app_format: Fixed build errors and resolved dependencies 2022-08-17 10:59:31 +05:30
README.rst Refactor existing bootloader common functionality into bootloader_support component 2016-11-02 17:58:41 +11:00

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