45 lines
1.8 KiB
Plaintext
45 lines
1.8 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\gpio_setup\"
|
||
|
ProjectType=Executable
|
||
|
CPUFamily=TMS320C28XX
|
||
|
Tool="Compiler"
|
||
|
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_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_2833xGpioSetup.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\gpio_setup\Debug" -fs"C:\tidcs\c28\DSP2833x\v120\DSP2833x_examples\gpio_setup\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\gpio_setup\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_2833xGpioSetup.map" -o".\Debug\Example_2833xGpioSetup.out" -stack0x200 -w -x -i"..\..\DSP2833x_headers\include" -l"rts2800_fpu32.lib"
|
||
|
|
||
|
["Linker" Settings: "Release"]
|
||
|
Options=-q -c -o".\Release\Example_2833xGpioToggle.out" -x
|
||
|
|