esp-idf/components/efuse/src
KonstantinKondrashov 88ef0d8aeb efuse: Fix load_efuses_from_flash when FE is on
esp_efuse_utility_load_efuses_from_flash() read emul_efuse
as an encrypted partition, but that is not correct,
this partition was never encrypted.
Need to read it as not encrypted partition.

Fxed the case: If FE is already on then EFUSE VIRT mode can work with it.

Closes https://github.com/espressif/esp-idf/issues/10929
2023-03-23 16:20:43 +08:00
..
efuse_controller/keys all: Apply new version logic (major * 100 + minor) 2022-11-03 08:36:23 +00:00
esp_efuse_api.c efuse: Checks errors of 4x coding scheme for BLOCK0 if so then abort 2022-06-09 17:49:03 +08:00
esp_efuse_fields.c efuse: Remove dependency on bootloader component headers 2023-03-16 01:50:21 +08:00
esp_efuse_utility.c efuse: Fix load_efuses_from_flash when FE is on 2023-03-23 16:20:43 +08:00