ota.rst 694 B

1234567891011121314151617181920212223242526272829303132
  1. OTA
  2. ===
  3. API Reference
  4. -------------
  5. Header Files
  6. ^^^^^^^^^^^^
  7. * `app_update/include/esp_ota_ops.h <https://github.com/espressif/esp-idf/blob/master/components/app_update/include/esp_ota_ops.h>`_
  8. Macros
  9. ^^^^^^
  10. .. doxygendefine:: ESP_ERR_OTA_BASE
  11. .. doxygendefine:: ESP_ERR_OTA_PARTITION_CONFLICT
  12. .. doxygendefine:: ESP_ERR_OTA_SELECT_INFO_INVALID
  13. .. doxygendefine:: ESP_ERR_OTA_VALIDATE_FAILED
  14. Type Definitions
  15. ^^^^^^^^^^^^^^^^
  16. .. doxygentypedef:: esp_ota_handle_t
  17. Functions
  18. ^^^^^^^^^
  19. .. doxygenfunction:: esp_ota_begin
  20. .. doxygenfunction:: esp_ota_write
  21. .. doxygenfunction:: esp_ota_end
  22. .. doxygenfunction:: esp_ota_set_boot_partition
  23. .. doxygenfunction:: esp_ota_get_boot_partition