evm_app.pjt
来自「dsp源代码(tmsvc5502)闻庭evm版」· PJT 代码 · 共 41 行
PJT
41 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\my_priv\evm5502\evm5502_wintech\examples\evm_app\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="aic23.c"
Source="evm_app.c"
Source="evm_app.cdb"
Source="userlinker.cmd"
[Generated Files]
Source="evm_appcfg.s55"
Source="evm_appcfg_c.c"
["Compiler" Settings: "Debug"]
Options=-g -mg -q -fr"F:\my_priv\evm5502\evm5502_wintech\examples\evm_app\Debug" -i"." -i"..\..\include" -d"_DEBUG" -d"CHIP_5502" -ml
["Compiler" Settings: "Release"]
Options=-q -o2 -fr"F:\my_priv\evm5502\evm5502_wintech\examples\evm_app\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v55
["DspBiosBuilder" Settings: "Release"]
Options=-v55
["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\evm_app.out" -x -i"..\..\lib" -l"evm5502bsl.lib"
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\evm_app.map" -o".\Release\evm_app.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?