mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Changes to prepare for Jobs Library Demo (#401)
* Add submodule pointer to the aws/jobs-for-aws-iot-embedded-sdk repository for the Jobs library * Commonize the MQTT helper functions used by the Device Shadow demo by re-locating them to FreeRTOS-Plus/Demo/AWS/MQTT_Demo_Helpers and updating the Device Shadow demo to use the new files
This commit is contained in:
parent
de26f7f2f4
commit
e96fd8b872
7 changed files with 192 additions and 160 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -25,3 +25,6 @@
|
|||
[submodule "FreeRTOS-Plus/Source/Application-Protocols/corePKCS11"]
|
||||
path = FreeRTOS-Plus/Source/corePKCS11
|
||||
url = https://github.com/FreeRTOS/corePKCS11.git
|
||||
[submodule "FreeRTOS-Plus/Source/AWS/jobs"]
|
||||
path = FreeRTOS-Plus/Source/AWS/jobs
|
||||
url = https://github.com/aws/jobs-for-aws-iot-embedded-sdk.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue