AWS IoT Device SDK Support

Use device cert/key embedded in firmware, or loaded from filesystem.
This commit is contained in:
Angus Gratton
2016-10-05 16:32:09 +11:00
parent 74817c35f3
commit da660b234c
32 changed files with 2076 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
[submodule "components/coap/libcoap"]
path = components/coap/libcoap
url = https://github.com/obgm/libcoap.git
[submodule "components/aws_iot/aws-iot-device-sdk-embedded-C"]
path = components/aws_iot/aws-iot-device-sdk-embedded-C
url = https://github.com/espressif/aws-iot-device-sdk-embedded-C.git