]> granicus.if.org Git - esp-idf/commit
aws_iot: moving AWS IoT to independent repository
authorMahavir Jain <mahavir@espressif.com>
Mon, 25 Mar 2019 16:00:26 +0000 (21:30 +0530)
committerbot <bot@espressif.com>
Fri, 12 Apr 2019 05:36:05 +0000 (05:36 +0000)
commit1cfa09d4e8496e1c27a64c80182dc4af16013189
treec60dc0191ade4de2b74f2d7d611badeaf8d1324e
parentf2ce4fc81bec40797b1bcdf682bdb8773840e71d
aws_iot: moving AWS IoT to independent repository

Like other cloud frameworks, AWS IoT will also be supported through
independent repository, https://github.com/espressif/esp-aws-iot
38 files changed:
.gitignore
.gitmodules
components/aws_iot/CMakeLists.txt [deleted file]
components/aws_iot/Kconfig [deleted file]
components/aws_iot/aws-iot-device-sdk-embedded-C [deleted submodule]
components/aws_iot/component.mk [deleted file]
components/aws_iot/include/aws_iot_config.h [deleted file]
components/aws_iot/include/aws_iot_log.h [deleted file]
components/aws_iot/include/network_platform.h [deleted file]
components/aws_iot/include/threads_platform.h [deleted file]
components/aws_iot/include/timer_platform.h [deleted file]
components/aws_iot/port/network_mbedtls_wrapper.c [deleted file]
components/aws_iot/port/threads_freertos.c [deleted file]
components/aws_iot/port/timer.c [deleted file]
examples/protocols/aws_iot/README.md [deleted file]
examples/protocols/aws_iot/subscribe_publish/CMakeLists.txt [deleted file]
examples/protocols/aws_iot/subscribe_publish/Makefile [deleted file]
examples/protocols/aws_iot/subscribe_publish/README.md [deleted file]
examples/protocols/aws_iot/subscribe_publish/main/CMakeLists.txt [deleted file]
examples/protocols/aws_iot/subscribe_publish/main/Kconfig.projbuild [deleted file]
examples/protocols/aws_iot/subscribe_publish/main/certs/README.md [deleted file]
examples/protocols/aws_iot/subscribe_publish/main/certs/aws-root-ca.pem [deleted file]
examples/protocols/aws_iot/subscribe_publish/main/component.mk [deleted file]
examples/protocols/aws_iot/subscribe_publish/main/subscribe_publish_sample.c [deleted file]
examples/protocols/aws_iot/subscribe_publish/sdkconfig.ci [deleted file]
examples/protocols/aws_iot/subscribe_publish/sdkconfig.defaults [deleted file]
examples/protocols/aws_iot/thing_shadow/CMakeLists.txt [deleted file]
examples/protocols/aws_iot/thing_shadow/Makefile [deleted file]
examples/protocols/aws_iot/thing_shadow/README.md [deleted file]
examples/protocols/aws_iot/thing_shadow/main/CMakeLists.txt [deleted file]
examples/protocols/aws_iot/thing_shadow/main/Kconfig.projbuild [deleted file]
examples/protocols/aws_iot/thing_shadow/main/certs/README.md [deleted file]
examples/protocols/aws_iot/thing_shadow/main/certs/aws-root-ca.pem [deleted file]
examples/protocols/aws_iot/thing_shadow/main/component.mk [deleted file]
examples/protocols/aws_iot/thing_shadow/main/thing_shadow_sample.c [deleted file]
examples/protocols/aws_iot/thing_shadow/sdkconfig.ci [deleted file]
examples/protocols/aws_iot/thing_shadow/sdkconfig.defaults [deleted file]
tools/ci/mirror-list.txt