This PR adds the TCP submodule to the FreeRTOS/FreeRTOS repo (#307)

* MISRA v5

* Remove TCP code

* Add TCP submodule

* Remove unit test and CMock submodule

* Update submodule pointer
This commit is contained in:
Aniruddha Kanhere 2020-10-05 16:20:42 -04:00 committed by GitHub
parent b4f50b8e3f
commit a6393ee653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
126 changed files with 4 additions and 52932 deletions

6
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[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/FreeRTOS-Plus-TCP"]
path = FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP
url = https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
[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