]> granicus.if.org Git - esp-idf/commit
esp_https_ota: Add support for HTTPS based ota feature
authorJitin George <jitin@espressif.com>
Thu, 12 Jul 2018 12:15:44 +0000 (17:45 +0530)
committerJitin George <jitin@espressif.com>
Wed, 8 Aug 2018 09:25:22 +0000 (14:55 +0530)
commitfbe792f33f96d3b1497bb3f3d1f4261c0954c17d
treefed6e864bff48d586505df48b238539f84354d6c
parenta4270573e79f3b731097b48d738131b0f361e9ec
esp_https_ota: Add support for HTTPS based ota feature
22 files changed:
components/esp_https_ota/component.mk [new file with mode: 0644]
components/esp_https_ota/include/esp_https_ota.h [new file with mode: 0644]
components/esp_https_ota/src/esp_https_ota.c [new file with mode: 0644]
docs/Doxyfile
docs/en/api-reference/system/esp_https_ota.rst [new file with mode: 0644]
docs/en/api-reference/system/index.rst
docs/en/api-reference/system/ota.rst
docs/zh_CN/api-reference/system/esp_https_ota.rst [new file with mode: 0644]
examples/system/ota/README.md
examples/system/ota/native_ota_example/Makefile [moved from examples/system/ota/Makefile with 85% similarity]
examples/system/ota/native_ota_example/README.md [new file with mode: 0644]
examples/system/ota/native_ota_example/main/Kconfig.projbuild [moved from examples/system/ota/main/Kconfig.projbuild with 52% similarity]
examples/system/ota/native_ota_example/main/component.mk [moved from examples/system/ota/main/component.mk with 62% similarity]
examples/system/ota/native_ota_example/main/native_ota_example.c [moved from examples/system/ota/main/ota_example_main.c with 51% similarity]
examples/system/ota/native_ota_example/sdkconfig.defaults [moved from examples/system/ota/sdkconfig.defaults with 100% similarity]
examples/system/ota/server_certs/ca_cert.pem [new file with mode: 0644]
examples/system/ota/simple_ota_example/Makefile [new file with mode: 0644]
examples/system/ota/simple_ota_example/README.md [new file with mode: 0644]
examples/system/ota/simple_ota_example/main/Kconfig.projbuild [new file with mode: 0644]
examples/system/ota/simple_ota_example/main/component.mk [new file with mode: 0644]
examples/system/ota/simple_ota_example/main/simple_ota_example.c [new file with mode: 0644]
examples/system/ota/simple_ota_example/sdkconfig.defaults [new file with mode: 0644]