source: anotherchoice/tags/jsp-1.4.4-full-UTF8/tools/C5402DSK/ccs_project/TOPPERS.pjt@ 26

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 2.5 KB
Line 
1; Code Composer Project File, Version 2.0 (do not modify or remove this line)
2
3[Project Settings]
4ProjectName="ccs_project"
5ProjectDir="C:\ti\myprojects\jsp\tools\C5402DSK\ccs_project\"
6ProjectType=Executable
7CPUFamily=TMS320C54XX
8Tool="Compiler"
9Tool="DspBiosBuilder"
10Tool="Linker"
11Config="Debug"
12Config="Release"
13
14[Source Files]
15Source="..\..\..\config\tms320c54x\c5402dsk\sys_config.c"
16Source="..\..\..\config\tms320c54x\c5402dsk\sys_support.S"
17Source="..\..\..\config\tms320c54x\c5402dsk\tl16c550cfn.c"
18Source="..\..\..\config\tms320c54x\cpu_config.c"
19Source="..\..\..\config\tms320c54x\cpu_support.S"
20Source="..\..\..\config\tms320c54x\start.S"
21Source="..\..\..\config\tms320c54x\vectors.S"
22Source="..\..\..\kernel\banner.c"
23Source="..\..\..\kernel\cyclic.c"
24Source="..\..\..\kernel\dataqueue.c"
25Source="..\..\..\kernel\eventflag.c"
26Source="..\..\..\kernel\exception.c"
27Source="..\..\..\kernel\interrupt.c"
28Source="..\..\..\kernel\mailbox.c"
29Source="..\..\..\kernel\mempfix.c"
30Source="..\..\..\kernel\semaphore.c"
31Source="..\..\..\kernel\startup.c"
32Source="..\..\..\kernel\sys_manage.c"
33Source="..\..\..\kernel\syslog.c"
34Source="..\..\..\kernel\task.c"
35Source="..\..\..\kernel\task_except.c"
36Source="..\..\..\kernel\task_manage.c"
37Source="..\..\..\kernel\task_sync.c"
38Source="..\..\..\kernel\time_event.c"
39Source="..\..\..\kernel\time_manage.c"
40Source="..\..\..\kernel\wait.c"
41Source="..\..\..\library\log_output.c"
42Source="..\..\..\library\strerror.c"
43Source="..\..\..\library\t_perror.c"
44Source="..\..\..\library\vasyslog.c"
45Source="..\..\..\systask\logtask.c"
46Source="..\..\..\systask\serial.c"
47Source="..\..\..\systask\timer.c"
48Source="..\kernel_cfg.c"
49Source="..\ldiv.asm"
50Source="..\lmpy.asm"
51Source="..\sample1.c"
52Source="..\udiv.asm"
53Source="..\..\..\config\tms320c54x\c5402dsk\c5402dsk.cmd"
54
55["Compiler" Settings: "Debug"]
56Options=-k -q -o2 -eas -eoo -fr"C:\ti\myprojects\jsp\tools\C5402dsk\ccs_project\Debug" -fs"C:\ti\myprojects\jsp\tools\C5402dsk\ccs_project\Debug" -i"C:\ti\myprojects\jsp\kernel" -i"C:\ti\myprojects\jsp\include" -i"C:\ti\myprojects\jsp\config\tms320c54x" -i"C:\ti\myprojects\jsp\tools\C5402DSK" -i"C:\ti\myprojects\jsp\config\tms320c54x\c5402dsk" -d"_DEBUG" -d"NDEBUG"
57
58["Compiler" Settings: "Release"]
59Options=-q -o2 -fr"C:\ti\myprojects\jsp\tools\C5402dsk\ccs_project\Release"
60
61["DspBiosBuilder" Settings: "Debug"]
62Options=-v54
63
64["DspBiosBuilder" Settings: "Release"]
65Options=-v54
66
67["Linker" Settings: "Debug"]
68Options=-q -a -c -e_start -mTOPPERS.map -o"..\TOPPERS.out" -x
69
70["Linker" Settings: "Release"]
71Options=-q -c -o".\Release\ccs_project.out" -x
Note: See TracBrowser for help on using the repository browser.