kopia lustrzana https://github.com/espressif/esp-idf
47 wiersze
838 B
ReStructuredText
47 wiersze
838 B
ReStructuredText
|
OTA
|
||
|
===
|
||
|
|
||
|
Overview
|
||
|
--------
|
||
|
|
||
|
`Instructions`_
|
||
|
|
||
|
Application Example
|
||
|
-------------------
|
||
|
|
||
|
`Instructions`_
|
||
|
|
||
|
API Reference
|
||
|
-------------
|
||
|
|
||
|
`Instructions`_
|
||
|
|
||
|
.. _Instructions: template.html
|
||
|
|
||
|
Header Files
|
||
|
^^^^^^^^^^^^
|
||
|
|
||
|
* `app_update/include/esp_ota_ops.h <https://github.com/espressif/esp-idf/blob/master/components/app_update/include/esp_ota_ops.h>`_
|
||
|
|
||
|
Macros
|
||
|
------
|
||
|
|
||
|
.. doxygendefine:: ESP_ERR_OTA_BASE
|
||
|
.. doxygendefine:: ESP_ERR_OTA_PARTITION_CONFLICT
|
||
|
.. doxygendefine:: ESP_ERR_OTA_SELECT_INFO_INVALID
|
||
|
.. doxygendefine:: ESP_ERR_OTA_VALIDATE_FAILED
|
||
|
|
||
|
Type Definitions
|
||
|
^^^^^^^^^^^^^^^^
|
||
|
|
||
|
.. doxygentypedef:: esp_ota_handle_t
|
||
|
|
||
|
Functions
|
||
|
^^^^^^^^^
|
||
|
|
||
|
.. doxygenfunction:: esp_ota_begin
|
||
|
.. doxygenfunction:: esp_ota_write
|
||
|
.. doxygenfunction:: esp_ota_end
|
||
|
.. doxygenfunction:: esp_ota_set_boot_partition
|
||
|
.. doxygenfunction:: esp_ota_get_boot_partition
|