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

View file

@ -136,4 +136,18 @@ dependencies:
url: "https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git"
path: "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface"
- name: "fleet-provisioning"
version: "3ec98fc"
repository:
type: "git"
url: "https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk.git"
path: "FreeRTOS-Plus/Source/AWS/fleet-provisioning"
- name: "tinycbor"
version: "v0.6.0"
repository:
type: "git"
url: "https://github.com/intel/tinycbor.git"
path: "FreeRTOS-Plus/ThirdParty/tinycbor"
license: "MIT"