Searched refs:OTA_SIZE_UNKNOWN (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-2.7.6/components/app_update/test/ |
D | test_ota_ops.c | 32 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));
|
D | test_switch_ota.c | 122 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/ |
D | esp_ota_ops.h | 31 #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/ |
D | ota.rst | 158 esp_ota_begin(update_partition, OTA_SIZE_UNKNOWN, &update_handle);
|
/hal_espressif-2.7.6/components/esp_https_ota/src/ |
D | esp_https_ota.c | 284 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/ |
D | esp_ota_ops.c | 158 if ((image_size == 0) || (image_size == OTA_SIZE_UNKNOWN)) { in esp_ota_begin()
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | ota.rst | 176 esp_ota_begin(update_partition, OTA_SIZE_UNKNOWN, &update_handle);
|