diff --git a/.gitmodules b/.gitmodules index 27be47e25..fbaf28280 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/FreeRTOS-Partner-Supported-Demos"] + path = FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos + url = https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos +[submodule "FreeRTOS/Demo/ThirdParty/FreeRTOS-Community-Supported-Demos"] + path = FreeRTOS/Demo/ThirdParty/Community-Supported-Demos + url = https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos diff --git a/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos new file mode 160000 index 000000000..e21b617e4 --- /dev/null +++ b/FreeRTOS/Demo/ThirdParty/Community-Supported-Demos @@ -0,0 +1 @@ +Subproject commit e21b617e4c0516fd64ac7cb1352a7cde81b571bc diff --git a/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos b/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos new file mode 160000 index 000000000..109ef4d0f --- /dev/null +++ b/FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos @@ -0,0 +1 @@ +Subproject commit 109ef4d0f8973aa4e624cc3a4048c88ea048e0a4