]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/fota_ops_api' into 'master'
authorWu Jian Gang <wujiangang@espressif.com>
Tue, 29 Nov 2016 05:45:44 +0000 (13:45 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Tue, 29 Nov 2016 05:45:44 +0000 (13:45 +0800)
commitde5279ce6cc80ab0aaf860b2171b05d168b45fc7
treebc46cdc812fc71582a1dff01250a7d9ab3cb10e6
parent01e94998c4ffc02d9ef3af7de4f7fe0f2b9e1a1c
parent72422b32dc322b0d41f42a9da0cbaf7765359436
Merge branch 'feature/fota_ops_api' into 'master'

Add fota ops api

add ota core function implement
1. esp_ota_begin: init ota partition need to be update, output ota handle,every partition need ota should be init firstly
2. esp_ota_write: write image data to update partition, will record wrote size automatically
3. esp_ota_end: verify image after ota ended
4. esp_ota_set_boot_partition: set next boot partition
5. esp_ota_get_boot_partition: get current running partition

See merge request !256