Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/include/
Desp_flash_partitions.h54ESP_OTA_IMG_PENDING_VERIFY = 0x1U, /*!< First boot for this app was. If while the second … enumerator
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c375 if (otadata[i].ota_state == ESP_OTA_IMG_PENDING_VERIFY) {
425 otadata[active_otadata].ota_state = ESP_OTA_IMG_PENDING_VERIFY;
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild293 …fter updating the app, the bootloader runs a new app with the "ESP_OTA_IMG_PENDING_VERIFY" state s…