efuse: Checks errors of 4x coding scheme for BLOCK0 if so then abort

This commit is contained in:
KonstantinKondrashov
2021-08-11 19:06:48 +05:00
parent 46f0313d6b
commit 5ec9baff36
10 changed files with 82 additions and 0 deletions

View File

@@ -68,6 +68,11 @@ void esp_efuse_utility_clear_program_registers(void)
efuse_hal_clear_program_registers();
}
esp_err_t esp_efuse_utility_check_errors(void)
{
return ESP_OK;
}
// Burn values written to the efuse write registers
esp_err_t esp_efuse_utility_burn_chip(void)
{