mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
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>
18 lines
868 B
Text
18 lines
868 B
Text
[submodule "FreeRTOS/Source"]
|
|
path = FreeRTOS/Source
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
|
[submodule "FreeRTOS-Plus/Test/CMock"]
|
|
path = FreeRTOS-Plus/Test/CMock
|
|
url = https://github.com/ThrowTheSwitch/CMock
|
|
[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
|