From 5e596c2e3282016d4b00ba7db6a9cce634f97d13 Mon Sep 17 00:00:00 2001 From: Archit Gupta <71798289+archigup@users.noreply.github.com> Date: Mon, 21 Jun 2021 10:42:23 -0700 Subject: [PATCH] Add new submodules for port demo contribution (#628) Adds two new submodules for community and partner supported ports demos. --- .gitmodules | 6 ++++++ FreeRTOS/Demo/ThirdParty/Community-Supported-Demos | 1 + FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos | 1 + 3 files changed, 8 insertions(+) create mode 160000 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos create mode 160000 FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos 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