esp-idf/components/bootloader_support
Michael (XIAO Xufeng) 78165c541e Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master'
bootloader: fixed the issue custom_uart_gpio doesn't take effect

Closes IDF-4606

See merge request espressif/esp-idf!16910
2022-03-02 02:35:14 +08:00
..
bootloader_flash
include soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
include_bootloader
src Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master' 2022-03-02 02:35:14 +08:00
test
CMakeLists.txt soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
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.)