From f9e024d7ea122f94d6867a7f53efae48fcc55e98 Mon Sep 17 00:00:00 2001 From: Richard Barry 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. --- .../RTOSDemo.ewd | 6 +- .../RTOSDemo.ewp | 76 +-------- .../RTOSDemo.uvopt | 60 +++---- .../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, 370 insertions(+), 121 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 @@