Home
last modified time | relevance | path

Searched refs:ESP_ERR_OTA_SMALL_SEC_VER (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/app_update/include/
Desp_ota_ops.h31 #define ESP_ERR_OTA_SMALL_SEC_VER (ESP_ERR_OTA_BASE + 0x04) /*!< Error if the firmw… macro
/hal_espressif-3.5.0/components/esp_common/src/
Desp_err_to_name.c262 # ifdef ESP_ERR_OTA_SMALL_SEC_VER
263 …ERR_TBL_IT(ESP_ERR_OTA_SMALL_SEC_VER), /* 5380 0x1504 Error if the firmware …
/hal_espressif-3.5.0/components/app_update/
Desp_ota_ops.c464 return ESP_ERR_OTA_SMALL_SEC_VER; in esp_ota_set_boot_partition()