mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -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
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue