]> begriffs open source - freertos/commit
Add GCC project for Infineon XMC4500 Hexagon kit CPU board.
authorRichard Barry <ribarry@amazon.com>
Sun, 11 Mar 2012 14:07:48 +0000 (14:07 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 11 Mar 2012 14:07:48 +0000 (14:07 +0000)
commitb22ee3c9972b689842003e0eb7386f9201bce050
treecdb48be2bdbc8d0399ceb47ab99ef0b064e2db2d
parentc86abdb67c78d6fbf88e1e85256325fc1eb56ac9
Add GCC project for Infineon XMC4500 Hexagon kit CPU board.
20 files changed:
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/.cproject [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/.project [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/.settings/com.atollic.truestudio.debug.hardware_device.prefs [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Include/arm_common_tables.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Include/arm_math.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Include/core_cm4.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Include/core_cm4_simd.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Include/core_cmFunc.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Include/core_cmInstr.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Infineon/XMC4500_series/Include/XMC4500.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Infineon/XMC4500_series/Include/gpio.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CMSIS/Infineon/XMC4500_series/Include/system_XMC4500.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/startup_XMC4500.s [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/system_XMC4500.c [new file with mode: 0644]
Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/xmc4500_flash.ld [new file with mode: 0644]