efuse: Burn operation does not block reading

This commit is contained in:
Konstantin Kondrashov
2021-06-18 11:52:47 +08:00
committed by Angus Gratton
parent 4d604ee6d2
commit 4c0cf40a39
13 changed files with 174 additions and 16 deletions

View File

@@ -296,6 +296,13 @@ static const esp_err_msg_t esp_err_msg_table[] = {
# endif
# ifdef ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS
ERR_TBL_IT(ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS), /* 5637 0x1605 Error not enough unused key blocks available */
# endif
# ifdef ESP_ERR_DAMAGED_READING
ERR_TBL_IT(ESP_ERR_DAMAGED_READING), /* 5638 0x1606 Error. Burn or reset was done during a
reading operation leads to damage read
data. This error is internal to the
efuse component and not returned by any
public API. */
# endif
// components/bootloader_support/include/esp_image_format.h
# ifdef ESP_ERR_IMAGE_BASE