Port the AWS Fleet Provisioning demo from the CSDK (#724)

* Add fleet provisioning and tinycbor submodules

* Copy demo files from FP in CSDK and the Defender Demo

* Modify FP demo files to function in FreeRTOS

* Update styling and formatting of demo files to match FreeRTOS conventions

Co-authored-by: Archit Gupta <71798289+archigup@users.noreply.github.com>
This commit is contained in:
johnrhen 2021-12-08 13:17:00 -08:00 committed by GitHub
parent eb9caf9d98
commit c1266ddb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 6750 additions and 9 deletions

6
.gitmodules vendored
View file

@ -64,3 +64,9 @@
[submodule "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface"]
path = FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface
url = https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Library.git
[submodule "FreeRTOS-Plus/ThirdParty/tinycbor"]
path = FreeRTOS-Plus/ThirdParty/tinycbor
url = https://github.com/intel/tinycbor.git
[submodule "FreeRTOS-Plus/Source/AWS/fleet-provisioning"]
path = FreeRTOS-Plus/Source/AWS/fleet-provisioning
url = https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk.git