mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Add submodules for coreMQTT, coreJSON, and Device Shadow along with platform dependencies (#311)
This adds coreMQTT, coreJSON, and Device Shadow as submodules to the following directories: coreMQTT: FreeRTOS-Plus/Source/Application-Protocols/coreMQTT coreJSON: FreeRTOS-Plus/Source/coreJSON Device Shadow: FreeRTOS/FreeRTOS-Plus/Source/AWS/device-shadow-for-aws-iot-embedded-sdk Platform sources and includes that are utilized by these libraries are also moved from lts-development branch to master: FreeRTOS-Plus/Source/FreeRTOS-IoT-Libraries-LTS-Beta2/c_sdk/platform (lts-development) -> FreeRTOS-Plus/Source/Application-Protocols/platform (master) Co-authored-by: abhidixi11 <44424462+abhidixi11@users.noreply.github.com> Co-authored-by: leegeth <51681119+leegeth@users.noreply.github.com> Co-authored-by: Muneeb Ahmed <54290492+muneebahmed10@users.noreply.github.com> Co-authored-by: Carl Lundin <53273776+lundinc2@users.noreply.github.com>
This commit is contained in:
parent
cdf6d93cb9
commit
bd9db07f28
17 changed files with 3268 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -7,3 +7,12 @@
|
|||
[submodule "FreeRTOS/Test/CMock/CMock"]
|
||||
path = FreeRTOS/Test/CMock/CMock
|
||||
url = https://github.com/ThrowTheSwitch/CMock.git
|
||||
[submodule "FreeRTOS-Plus/Source/AWS/device-shadow-for-aws-iot-embedded-sdk"]
|
||||
path = FreeRTOS-Plus/Source/AWS/device-shadow-for-aws-iot-embedded-sdk
|
||||
url = https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk
|
||||
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"]
|
||||
path = FreeRTOS-Plus/Source/Application-Protocols/coreMQTT
|
||||
url = https://github.com/FreeRTOS/coreMQTT
|
||||
[submodule "FreeRTOS-Plus/Source/coreJSON"]
|
||||
path = FreeRTOS-Plus/Source/coreJSON
|
||||
url = https://github.com/FreeRTOS/coreJSON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue