Re-add submodules to Community and Partner Contribution repos (#669)

This commit is contained in:
Archit Aggarwal
2021-07-27 10:26:37 -07:00
committed by GitHub
parent 67e5d4e6ec
commit d122d26d7d
11 changed files with 1118 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -52,3 +52,9 @@
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP"]
path = FreeRTOS-Plus/Source/Application-Protocols/coreSNTP
url = https://github.com/FreeRTOS/coreSNTP.git
[submodule "FreeRTOS/Demo/ThirdParty/Community-Supported-Demos"]
path = FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
url = https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos
[submodule "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos"]
path = FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos
url = https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos