mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-27 13:11:41 +01:00
flash_encryption: modify additional efuses burning method to fix them are not being written flass_encryption: burn efuse to disable boot from RAM space flash_encryption: added better checking for key generation state plus set read and write protect for them soc esp32s2: Add register-level bit definitions for read & wrote protect bits esp32s2: Fixes for flash encryption - Write efuses in a batch - Fix some detection of whether existing efuse blocks are read/write protected
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.)