From 36d613a8eca3df2bef20fdff1877a8d663892e36 Mon Sep 17 00:00:00 2001 From: David Chalco Date: Tue, 21 Apr 2020 16:54:03 -0700 Subject: [PATCH] relocated port to indicate compiler in its path, while avoiding name collision with xtensa's xcc --- portable/ThirdParty/{XMOS => XMOS_XCC}/XCORE200/port.c | 0 portable/ThirdParty/{XMOS => XMOS_XCC}/XCORE200/portasm.S | 0 portable/ThirdParty/{XMOS => XMOS_XCC}/XCORE200/portmacro.h | 0 .../{XMOS => XMOS_XCC}/XCORE200/rtos_support_rtos_config.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename portable/ThirdParty/{XMOS => XMOS_XCC}/XCORE200/port.c (100%) rename portable/ThirdParty/{XMOS => XMOS_XCC}/XCORE200/portasm.S (100%) rename portable/ThirdParty/{XMOS => XMOS_XCC}/XCORE200/portmacro.h (100%) rename portable/ThirdParty/{XMOS => XMOS_XCC}/XCORE200/rtos_support_rtos_config.h (100%) diff --git a/portable/ThirdParty/XMOS/XCORE200/port.c b/portable/ThirdParty/XMOS_XCC/XCORE200/port.c similarity index 100% rename from portable/ThirdParty/XMOS/XCORE200/port.c rename to portable/ThirdParty/XMOS_XCC/XCORE200/port.c diff --git a/portable/ThirdParty/XMOS/XCORE200/portasm.S b/portable/ThirdParty/XMOS_XCC/XCORE200/portasm.S similarity index 100% rename from portable/ThirdParty/XMOS/XCORE200/portasm.S rename to portable/ThirdParty/XMOS_XCC/XCORE200/portasm.S diff --git a/portable/ThirdParty/XMOS/XCORE200/portmacro.h b/portable/ThirdParty/XMOS_XCC/XCORE200/portmacro.h similarity index 100% rename from portable/ThirdParty/XMOS/XCORE200/portmacro.h rename to portable/ThirdParty/XMOS_XCC/XCORE200/portmacro.h diff --git a/portable/ThirdParty/XMOS/XCORE200/rtos_support_rtos_config.h b/portable/ThirdParty/XMOS_XCC/XCORE200/rtos_support_rtos_config.h similarity index 100% rename from portable/ThirdParty/XMOS/XCORE200/rtos_support_rtos_config.h rename to portable/ThirdParty/XMOS_XCC/XCORE200/rtos_support_rtos_config.h