From 10e80c47acf85a13d93da8732c6cff9f4fd0c158 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 31 Aug 2013 14:36:32 +0000 Subject: [PATCH] Move files common to IAR and Keil projects from compiler specific directories under the XMC demo directory into the XMC demo directory itself. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2011 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../RTOSDemo.ewd | 6 +- .../RTOSDemo.ewp | 76 +-------- .../RTOSDemo.uvopt | 46 +++--- .../RTOSDemo.uvproj | 24 +-- .../{System_IAR => }/XMC1200.h | 0 .../main-full.c | 2 +- .../main.c | 2 +- .../settings/RTOSDemo.cspy.bat | 24 +++ .../settings/RTOSDemo.dni | 113 +++++++++++++ .../settings/RTOSDemo.wsdt | 150 ++++++++++++++++++ .../settings/RTOSDemo_Debug.jlink | 34 ++++ .../{System_IAR => }/system_XMC1200.c | 0 .../{System_IAR => }/system_XMC1200.h | 0 13 files changed, 363 insertions(+), 114 deletions(-) rename FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/{System_IAR => }/XMC1200.h (100%) create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/settings/RTOSDemo.cspy.bat create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/settings/RTOSDemo.dni create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/settings/RTOSDemo.wsdt create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/settings/RTOSDemo_Debug.jlink rename FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/{System_IAR => }/system_XMC1200.c (100%) rename FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/{System_IAR => }/system_XMC1200.h (100%) diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/RTOSDemo.ewd b/FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/RTOSDemo.ewd index 51b04f1df..d1f08e34e 100644 --- a/FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/RTOSDemo.ewd +++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_Boot_Kits_IAR_Keil/RTOSDemo.ewd @@ -49,7 +49,7 @@