Zim Kalinowski fa1a3ce0b5 Merge branch 'refactor/components_linux_compatible' into 'master' 2 ani în urmă
..
bootloader_flash 17063b51e0 feat(soc): added flash operation range macros in ext_mem_defs.h 2 ani în urmă
include eea2536dc4 Merge branch 'feature/conservative_key_revocation_in_secure_boot_v2' into 'master' 2 ani în urmă
private_include 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world 2 ani în urmă
src 2407813a67 Merge branch 'feature/update_esp32c6-h2_apm_api' into 'master' 2 ani în urmă
test_apps 2e11919f70 fix(ci): change build-test-rules files folder 2 ani în urmă
CMakeLists.txt 548022fbe6 refactor(linux): excluded all non-Linux components from build 2 ani în urmă
README.rst aceb6517c0 Refactor existing bootloader common functionality into bootloader_support component 9 ani în urmă

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