efuse: Add new APIs for keys, purposes, wr/rd protection

- the batch mode can be called recursively
This commit is contained in:
Konstantin Kondrashov
2020-12-04 10:42:57 +08:00
committed by Angus Gratton
parent a92d90435f
commit 4a487af43a
10 changed files with 1068 additions and 106 deletions

View File

@@ -290,6 +290,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
# endif
# ifdef ESP_ERR_CODING
ERR_TBL_IT(ESP_ERR_CODING), /* 5636 0x1604 Error while a encoding operation. */
# 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
// components/bootloader_support/include/esp_image_format.h
# ifdef ESP_ERR_IMAGE_BASE