From 3d64de74a72b9044871b1aced43775f96566a758 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Tue, 10 Sep 2013 12:54:15 +0000 Subject: [PATCH] Finalise XMC1000 GCC demos. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2034 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../.cproject | 120 +++++++++++++++- .../org.eclipse.cdt.managedbuilder.core.prefs | 10 ++ .../{startup_XMC1200.s => startup_XMC1300.s} | 2 +- .../Atollic_Specific/system_XMC1100.c | 130 ++++++++++++++++++ .../Atollic_Specific/system_XMC1100.h | 55 ++++++++ .../Atollic_Specific/system_XMC1200.c | 130 ++++++++++++++++++ .../Atollic_Specific/system_XMC1200.h | 55 ++++++++ .../Atollic_Specific/system_XMC1300.c | 130 ++++++++++++++++++ .../Atollic_Specific/system_XMC1300.h | 54 ++++++++ .../{IAR_Specific => }/XMC1100.h | 0 .../{IAR_Specific => }/XMC1200.h | 0 .../{IAR_Specific => }/XMC1300.h | 0 .../main.c | 2 +- 13 files changed, 683 insertions(+), 5 deletions(-) rename FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/{startup_XMC1200.s => startup_XMC1300.s} (99%) create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/system_XMC1100.c create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/system_XMC1100.h create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/system_XMC1200.c create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/system_XMC1200.h create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/system_XMC1300.c create mode 100644 FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/system_XMC1300.h rename FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/{IAR_Specific => }/XMC1100.h (100%) rename FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/{IAR_Specific => }/XMC1200.h (100%) rename FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/{IAR_Specific => }/XMC1300.h (100%) diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/.cproject b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/.cproject index c89adb5d4..16b025885 100644 --- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/.cproject +++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/.cproject @@ -108,7 +108,7 @@ - + @@ -161,7 +161,6 @@