Skip to content

Commit

Permalink
This PR adds the TCP submodule to the FreeRTOS/FreeRTOS repo (FreeRTO…
Browse files Browse the repository at this point in the history
…S#307)

* MISRA v5

* Remove TCP code

* Add TCP submodule

* Remove unit test and CMock submodule

* Update submodule pointer
  • Loading branch information
AniruddhaKanhere committed Oct 5, 2020
1 parent b4f50b8 commit a6393ee
Show file tree
Hide file tree
Showing 126 changed files with 4 additions and 52,932 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP
Submodule FreeRTOS-Plus-TCP added at b53e6e

0 comments on commit a6393ee

Please sign in to comment.