mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
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:
parent
eb9caf9d98
commit
c1266ddb60
26 changed files with 6750 additions and 9 deletions
14
manifest.yml
14
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue