]> git.sur5r.net Git - freertos/commit
Added initial RM48 project files. These are not in the correct directory structure...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 4 Oct 2012 19:47:41 +0000 (19:47 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 4 Oct 2012 19:47:41 +0000 (19:47 +0000)
commitcbbd588ef9b81cccd62b4c0c915066d38eac9b45
treef8898525ed738237ff66e47287211e3944014967
parent824d220172c68bbd876d267f7cf14b6c68bde8ed
Added initial RM48 project files.  These are not in the correct directory structure yet.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1787 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
53 files changed:
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/.ccsproject [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/.cproject [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/.project [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/.settings/org.eclipse.cdt.codan.core.prefs [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/.settings/org.eclipse.cdt.debug.core.prefs [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/RM48L950.ccxml [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/GenQTest.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/GenQTest.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/TimerDemo.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/TimerDemo.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/countsem.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/countsem.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/dynamic.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/dynamic.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/gio.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/gio.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/demo/reg_task.asm [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/main.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/FreeRTOS.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/StackMacros.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/croutine.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/croutine.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/heap.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/list.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/list.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/mpu_wrappers.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/port.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/portASM.asm [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/portable.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/portmacro.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/projdefs.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/queue.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/queue.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/semphr.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/task.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/tasks.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/timers.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/os/timers.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_common.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_core.asm [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_core.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_intvecs.asm [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_memory.asm [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_memory.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_phantom.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_startup.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_system.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_system.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_types.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/startup/sys_vim.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/sys_link.cmd [new file with mode: 0644]