From d122d26d7da5a4aa0b43e1b1ae5f222205f76eee Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Tue, 27 Jul 2021 10:26:37 -0700 Subject: Re-add submodules to Community and Partner Contribution repos (#669) --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 27be47e25..8142dd039 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 -- cgit v1.2.1