]> git.sur5r.net Git - freertos/commit
Add GCC project for Infineon XMC4500 Hexagon kit CPU board.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 11 Mar 2012 14:07:48 +0000 (14:07 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 11 Mar 2012 14:07:48 +0000 (14:07 +0000)
commitab4285456c4cbb067ca04cc6c93c5856067c9940
treecdb48be2bdbc8d0399ceb47ab99ef0b064e2db2d
parentb960d4dfef9df8b45d7fa7fb3fd01bdc7df18084
Add GCC project for Infineon XMC4500 Hexagon kit CPU board.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1685 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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]