Move the community/partner supported ports to correct location (#361)
diff --git a/.gitmodules b/.gitmodules index e7ef2b0..aaa2390 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,6 +1,6 @@ [submodule "ThirdParty/FreeRTOS-Kernel-Partner-Supported-Ports"] - path = ThirdParty/Partner-Supported-Ports + path = portable/ThirdParty/Partner-Supported-Ports url = https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports [submodule "ThirdParty/FreeRTOS-Kernel-Community-Supported-Ports"] - path = ThirdParty/Community-Supported-Ports + path = portable/ThirdParty/Community-Supported-Ports url = https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports
diff --git a/ThirdParty/Community-Supported-Ports b/portable/ThirdParty/Community-Supported-Ports similarity index 100% rename from ThirdParty/Community-Supported-Ports rename to portable/ThirdParty/Community-Supported-Ports
diff --git a/ThirdParty/Partner-Supported-Ports b/portable/ThirdParty/Partner-Supported-Ports similarity index 100% rename from ThirdParty/Partner-Supported-Ports rename to portable/ThirdParty/Partner-Supported-Ports