Mahavir Jain aed0e3604b Merge branch 'bugfix/c6_h2_decrease_rng_frequency' into 'master' 2 лет назад
..
bootloader_flash 1ec55b7d1a spi_flash: Add GD25LQ255E flash support 2 лет назад
include 44e88792de Add ESP32-H2 chip id in `esp_chip_id_t` enum in esp_app_format.h header file 2 лет назад
private_include c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files 2 лет назад
src d7ce04a5cd esp_hw_support: decrease RNG read frequency on C6 and H2 2 лет назад
test_apps 1a5e47bd07 ci: fixed test apps overriding pytest configs 2 лет назад
.build-test-rules.yml 25abc7f6d8 ci: update idf-core related tests for C6 3 лет назад
CMakeLists.txt 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app 2 лет назад
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component 9 лет назад

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