From 0732461e704c5fa4622cbc9106c522b3ee5e74ae Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Mon, 22 Mar 2021 10:06:22 -0700 Subject: [PATCH] moved XMOS ports to thirdparty --- portable/{ => ThirdParty}/XCC/XCORE200/port.c | 0 portable/{ => ThirdParty}/XCC/XCORE200/port.xc | 0 portable/{ => ThirdParty}/XCC/XCORE200/portasm.S | 0 portable/{ => ThirdParty}/XCC/XCORE200/portmacro.h | 0 portable/{ => ThirdParty}/XCC/XCORE200/rtos_support_rtos_config.h | 0 portable/{ => ThirdParty}/XCC/XCOREAI/port.c | 0 portable/{ => ThirdParty}/XCC/XCOREAI/port.xc | 0 portable/{ => ThirdParty}/XCC/XCOREAI/portasm.S | 0 portable/{ => ThirdParty}/XCC/XCOREAI/portmacro.h | 0 portable/{ => ThirdParty}/XCC/XCOREAI/rtos_support_rtos_config.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename portable/{ => ThirdParty}/XCC/XCORE200/port.c (100%) rename portable/{ => ThirdParty}/XCC/XCORE200/port.xc (100%) rename portable/{ => ThirdParty}/XCC/XCORE200/portasm.S (100%) rename portable/{ => ThirdParty}/XCC/XCORE200/portmacro.h (100%) rename portable/{ => ThirdParty}/XCC/XCORE200/rtos_support_rtos_config.h (100%) rename portable/{ => ThirdParty}/XCC/XCOREAI/port.c (100%) rename portable/{ => ThirdParty}/XCC/XCOREAI/port.xc (100%) rename portable/{ => ThirdParty}/XCC/XCOREAI/portasm.S (100%) rename portable/{ => ThirdParty}/XCC/XCOREAI/portmacro.h (100%) rename portable/{ => ThirdParty}/XCC/XCOREAI/rtos_support_rtos_config.h (100%) diff --git a/portable/XCC/XCORE200/port.c b/portable/ThirdParty/XCC/XCORE200/port.c similarity index 100% rename from portable/XCC/XCORE200/port.c rename to portable/ThirdParty/XCC/XCORE200/port.c diff --git a/portable/XCC/XCORE200/port.xc b/portable/ThirdParty/XCC/XCORE200/port.xc similarity index 100% rename from portable/XCC/XCORE200/port.xc rename to portable/ThirdParty/XCC/XCORE200/port.xc diff --git a/portable/XCC/XCORE200/portasm.S b/portable/ThirdParty/XCC/XCORE200/portasm.S similarity index 100% rename from portable/XCC/XCORE200/portasm.S rename to portable/ThirdParty/XCC/XCORE200/portasm.S diff --git a/portable/XCC/XCORE200/portmacro.h b/portable/ThirdParty/XCC/XCORE200/portmacro.h similarity index 100% rename from portable/XCC/XCORE200/portmacro.h rename to portable/ThirdParty/XCC/XCORE200/portmacro.h diff --git a/portable/XCC/XCORE200/rtos_support_rtos_config.h b/portable/ThirdParty/XCC/XCORE200/rtos_support_rtos_config.h similarity index 100% rename from portable/XCC/XCORE200/rtos_support_rtos_config.h rename to portable/ThirdParty/XCC/XCORE200/rtos_support_rtos_config.h diff --git a/portable/XCC/XCOREAI/port.c b/portable/ThirdParty/XCC/XCOREAI/port.c similarity index 100% rename from portable/XCC/XCOREAI/port.c rename to portable/ThirdParty/XCC/XCOREAI/port.c diff --git a/portable/XCC/XCOREAI/port.xc b/portable/ThirdParty/XCC/XCOREAI/port.xc similarity index 100% rename from portable/XCC/XCOREAI/port.xc rename to portable/ThirdParty/XCC/XCOREAI/port.xc diff --git a/portable/XCC/XCOREAI/portasm.S b/portable/ThirdParty/XCC/XCOREAI/portasm.S similarity index 100% rename from portable/XCC/XCOREAI/portasm.S rename to portable/ThirdParty/XCC/XCOREAI/portasm.S diff --git a/portable/XCC/XCOREAI/portmacro.h b/portable/ThirdParty/XCC/XCOREAI/portmacro.h similarity index 100% rename from portable/XCC/XCOREAI/portmacro.h rename to portable/ThirdParty/XCC/XCOREAI/portmacro.h diff --git a/portable/XCC/XCOREAI/rtos_support_rtos_config.h b/portable/ThirdParty/XCC/XCOREAI/rtos_support_rtos_config.h similarity index 100% rename from portable/XCC/XCOREAI/rtos_support_rtos_config.h rename to portable/ThirdParty/XCC/XCOREAI/rtos_support_rtos_config.h