mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-17 15:34:06 +00:00
feat(partition_table): Add read-only partition flag and functionality
This commit is contained in:
@@ -133,6 +133,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
|
||||
# endif
|
||||
# ifdef ESP_ERR_NOT_FINISHED
|
||||
ERR_TBL_IT(ESP_ERR_NOT_FINISHED), /* 268 0x10c Operation has not fully completed */
|
||||
# endif
|
||||
# ifdef ESP_ERR_NOT_ALLOWED
|
||||
ERR_TBL_IT(ESP_ERR_NOT_ALLOWED), /* 269 0x10d Operation is not allowed */
|
||||
# endif
|
||||
// components/nvs_flash/include/nvs.h
|
||||
# ifdef ESP_ERR_NVS_BASE
|
||||
|
Reference in New Issue
Block a user