Merge branch 'feature/fix_load_efuses_from_flash_when_real_fe_is_on' into 'master'

efuse(virtual mode): Fix load_efuses_from_flash when FE is on

Closes IDFGH-9580

See merge request espressif/esp-idf!22793
This commit is contained in:
Zim Kalinowski
2023-03-28 17:32:11 +08:00
6 changed files with 34 additions and 5 deletions
+9
View File
@@ -26,6 +26,15 @@ void efuse_hal_get_mac(uint8_t *mac);
*/
uint32_t efuse_hal_chip_revision(void);
/**
* @brief Is flash encryption currently enabled in hardware?
*
* Flash encryption is enabled if the FLASH_CRYPT_CNT efuse has an odd number of bits set.
*
* @return true if flash encryption is enabled.
*/
bool efuse_hal_flash_encryption_enabled(void);
/**
* @brief Returns major chip version
*/