72 lines
2.4 KiB
Plaintext
72 lines
2.4 KiB
Plaintext
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
|
|
|
|
[Project Settings]
|
|
ProjectDir="F:\ICE\"
|
|
ProjectType=Executable
|
|
CPUFamily=TMS320C28XX
|
|
Tool="Compiler"
|
|
Tool="CustomBuilder"
|
|
Tool="DspBiosBuilder"
|
|
Tool="Linker"
|
|
Config="Debug"
|
|
Config="Release"
|
|
|
|
[Source Files]
|
|
Source="ADC.c"
|
|
Source="bios.c"
|
|
Source="cntrl_adr.c"
|
|
Source="crc16.c"
|
|
Source="ecan.c"
|
|
Source="filter_bat2.c"
|
|
Source="i2c.c"
|
|
Source="isolatio.c"
|
|
Source="log_to_mem.c"
|
|
Source="main.c"
|
|
Source="measure.c"
|
|
Source="message.c"
|
|
Source="peripher.c"
|
|
Source="RS485.c"
|
|
Source="spise2p.c"
|
|
Source="tools.c"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_Adc.c"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_ADC_cal.asm"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_CpuTimers.c"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_PieCtrl.c"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_SWPrioritizedDefaultIsr.c"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_SWPrioritizedPieVect.c"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_SysCtrl.c"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_usDelay.asm"
|
|
Source="v120\DSP2833x_common\source\DSP2833x_Xintf.c"
|
|
Source="v120\DSP2833x_headers\source\DSP2833x_GlobalVariableDefs.c"
|
|
Source="F28335.cmd"
|
|
Source="v120\DSP2833x_headers\cmd\DSP2833x_Headers_nonBIOS.cmd"
|
|
|
|
["Debug" Settings]
|
|
FinalBuildCmd=$(Proj_dir)\bin\hex2000.exe $(Proj_dir)\bin\ice.out -boot -sci8 -map $(Proj_dir)\bin\ice.map -o $(Proj_dir)\bin\ice.hex -i
|
|
FinalBuildCmd=$(Proj_dir)\bin\hex2000.exe $(Proj_dir)\bin\ice.out -boot -sci8 -map $(Proj_dir)\bin\ice.map -o $(Proj_dir)\bin\ice.bin -b
|
|
|
|
["Compiler" Settings: "Debug"]
|
|
Options=-g -pdsw225 -fr"$(Proj_dir)\Debug" -fs"$(Proj_dir)\Asm" -i"$(Proj_dir)\v120\DSP2833x_headers\include" -i"$(Proj_dir)\v120\DSP2833x_common\include" -d"_DEBUG" -d"LARGE_MODEL" -md -ml -v28 --float_support=fpu32
|
|
|
|
["Compiler" Settings: "Release"]
|
|
Options=-pdsw225 -o3 -fr"$(Proj_dir)\Release" -d"LARGE_MODEL" -ml -v28
|
|
|
|
["Linker" Settings: "Debug"]
|
|
Options=-c -e_c_int00 -m".\Debug\ice.map" -o".\bin\ice.out" -stack0x3f0 -w -x -l"rts2800_fpu32.lib"
|
|
|
|
["Linker" Settings: "Release"]
|
|
Options=-c -m".\Release\UKSS745.1TMS320F28335.map" -o".\Release\UKSS745.1TMS320F28335.out" -w -x
|
|
|
|
["F28335.cmd" Settings: "Debug"]
|
|
LinkOrder=1
|
|
|
|
["F28335.cmd" Settings: "Release"]
|
|
LinkOrder=1
|
|
|
|
["v120\DSP2833x_headers\cmd\DSP2833x_Headers_nonBIOS.cmd" Settings: "Debug"]
|
|
LinkOrder=2
|
|
|
|
["v120\DSP2833x_headers\cmd\DSP2833x_Headers_nonBIOS.cmd" Settings: "Release"]
|
|
LinkOrder=1
|
|
|