]> granicus.if.org Git - esp-idf/commit
examples: Add OTA demo
authorChen Wu <chenwu@espressif.com>
Mon, 19 Dec 2016 07:40:21 +0000 (15:40 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 29 Dec 2016 09:37:17 +0000 (17:37 +0800)
commitd0fccbce15360ff520bc1133f311592895c1e024
treedd8950614826b0e6f39903d22ad84f2460c9d723
parent8bcd341fcae23c534ea98f47d1ba33e1694a9e48
examples: Add OTA demo
components/app_update/esp_ota_ops.c
examples/18_ota/Makefile [new file with mode: 0644]
examples/18_ota/OTA_workflow.png [new file with mode: 0644]
examples/18_ota/README.md [new file with mode: 0644]
examples/18_ota/main/Kconfig.projbuild [new file with mode: 0644]
examples/18_ota/main/component.mk [new file with mode: 0644]
examples/18_ota/main/ota.c [new file with mode: 0644]
examples/18_ota/sdkconfig [new file with mode: 0644]