tone.pjt

来自「DSK6713的DA测试源码程序 可以开发DSK6713程序前用来测试和学习」· PJT 代码 · 共 42 行

PJT
42
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="tone"
ProjectDir="C:\CCStudio_v3.1\MyProjects\hongdawei\Exp-07\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="tone.c"
Source="tone.cdb"

[Generated Files]
Source="tonecfg.cmd"
Source="tonecfg.s62"
Source="tonecfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\CCStudio_v3.1\MyProjects\hongdawei\Exp-07\Debug" -i"." -d"_DEBUG" -ml3 -mv6710

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\CCStudio_v3.1\MyProjects\hongdawei\Exp-07\Release" -mv6400

["DspBiosBuilder" Settings: "Debug"]
Options=-v6x

["DspBiosBuilder" Settings: "Release"]
Options=-v6x

["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\tone.out" -x -l"dsk6713bsl.lib"

["Linker" Settings: "Release"]
Options=-q -c -o".\Release\tone.out" -x

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?