summaryrefslogtreecommitdiff
path: root/manifest.yml
diff options
context:
space:
mode:
authorjohnrhen <90864038+johnrhen@users.noreply.github.com>2021-12-08 13:17:00 -0800
committerGitHub <noreply@github.com>2021-12-08 13:17:00 -0800
commitc1266ddb605c9a0185fbd091951371e9dca99d6a (patch)
tree3acc9968b62b01602c5dd1c27d4f6bc995108bad /manifest.yml
parenteb9caf9d980c9c1e617ef71967732359e86f3677 (diff)
downloadfreertos-git-c1266ddb605c9a0185fbd091951371e9dca99d6a.tar.gz
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>
Diffstat (limited to 'manifest.yml')
-rw-r--r--manifest.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.yml b/manifest.yml
index 892d5eda1..77ed6b83f 100644
--- a/manifest.yml
+++ b/manifest.yml
@@ -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"