Home
last modified time | relevance | path

Searched refs:OTA_SIZE_UNKNOWN (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/components/app_update/test/
Dtest_ota_ops.c32 TEST_ASSERT_NOT_EQUAL(ESP_OK, esp_ota_begin(running, OTA_SIZE_UNKNOWN, &handle));
39 TEST_ASSERT_EQUAL_HEX(ESP_ERR_NOT_FOUND, esp_ota_begin(&partition, OTA_SIZE_UNKNOWN, &handle));
Dtest_switch_ota.c122 TEST_ESP_OK(esp_ota_begin(next_app_partition, OTA_SIZE_UNKNOWN, &update_handle)); in copy_current_app_to_next_part()
142 TEST_ESP_OK(esp_ota_begin(next_app_partition, OTA_SIZE_UNKNOWN, &update_handle)); in copy_current_app_to_next_part_with_offset()
560 TEST_ESP_OK(esp_ota_begin(update_partition, OTA_SIZE_UNKNOWN, &update_handle)); in app_update()
/hal_espressif-2.7.6/components/app_update/include/
Desp_ota_ops.h31 #define OTA_SIZE_UNKNOWN 0xffffffff /*!< Used for esp_ota_begin() if new image size is unknown */ macro
/hal_espressif-2.7.6/docs/zh_CN/api-reference/system/
Dota.rst158 esp_ota_begin(update_partition, OTA_SIZE_UNKNOWN, &update_handle);
/hal_espressif-2.7.6/components/esp_https_ota/src/
Desp_https_ota.c284 const int erase_size = handle->bulk_flash_erase ? OTA_SIZE_UNKNOWN : OTA_WITH_SEQUENTIAL_WRITES; in esp_https_ota_perform()
/hal_espressif-2.7.6/components/app_update/
Desp_ota_ops.c158 if ((image_size == 0) || (image_size == OTA_SIZE_UNKNOWN)) { in esp_ota_begin()
/hal_espressif-2.7.6/docs/en/api-reference/system/
Dota.rst176 esp_ota_begin(update_partition, OTA_SIZE_UNKNOWN, &update_handle);