47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
|
|
|
|
[Project Settings]
|
|
ProjectName="DSP2833x"
|
|
ProjectDir="C:\tidcs\c28\DSP2833x\v120\DSP2833x_examples\timed_led_blink\"
|
|
ProjectType=Executable
|
|
CPUFamily=TMS320C28XX
|
|
Tool="Compiler"
|
|
Tool="CustomBuilder"
|
|
Tool="DspBiosBuilder"
|
|
Tool="Linker"
|
|
Config="Debug"
|
|
Config="Release"
|
|
|
|
[Source Files]
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_ADC_cal.asm"
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_CodeStartBranch.asm"
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_CpuTimers.c"
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_DefaultIsr.c"
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_PieCtrl.c"
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_PieVect.c"
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_SysCtrl.c"
|
|
Source="..\..\DSP2833x_common\source\DSP2833x_usDelay.asm"
|
|
Source="..\..\DSP2833x_headers\source\DSP2833x_GlobalVariableDefs.c"
|
|
Source="Example_2833xLEDBlink.c"
|
|
Source="..\..\DSP2833x_common\cmd\28335_RAM_lnk.cmd"
|
|
Source="..\..\DSP2833x_headers\cmd\DSP2833x_Headers_nonBIOS.cmd"
|
|
|
|
["Compiler" Settings: "Debug"]
|
|
Options=-g -q -pdr -fr"C:\tidcs\c28\DSP2833x\v120\DSP2833x_examples\timed_led_blink\Debug" -fs"C:\tidcs\c28\DSP2833x\v120\DSP2833x_examples\timed_led_blink\Debug" -i"..\..\DSP2833x_headers\include" -i"..\..\DSP2833x_common\include" -d"_DEBUG" -d"LARGE_MODEL" --float_support=fpu32 -ml -mt -v28
|
|
|
|
["Compiler" Settings: "Release"]
|
|
Options=-q -o3 -fr"C:\tidcs\c28\DSP2833x\v120\DSP2833x_examples\timed_led_blink\Release" -d"LARGE_MODEL" -ml -v28
|
|
|
|
["DspBiosBuilder" Settings: "Debug"]
|
|
Options=-v28
|
|
|
|
["DspBiosBuilder" Settings: "Release"]
|
|
Options=-v28
|
|
|
|
["Linker" Settings: "Debug"]
|
|
Options=-q -c -ecode_start -m".\Debug\Example_2833xLEDBlink.map" -o".\Debug\Example_2833xLEDBlink.out" -stack0x200 -w -x -i"..\..\DSP2833x_headers\include" -l"rts2800_fpu32.lib"
|
|
|
|
["Linker" Settings: "Release"]
|
|
Options=-q -c -o".\Release\Example_2833xLEDBlink.out" -x
|
|
|