mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
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:
parent
b4f50b8e3f
commit
a6393ee653
126 changed files with 4 additions and 52932 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue