tone.pjt

来自「dsp6713开发板的许多例程.对入门特别有用」· PJT 代码 · 共 41 行

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

[Project Settings]
ProjectName="tone"
ProjectDir="C:\ti\examples\dsk6713\bsl\tone\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

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

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

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\ti\examples\dsk6713\bsl\tone\Debug" -i"." -i"$(Install_dir)\c6000\dsk6713\include" -d"_DEBUG" -ml3 -mv6710

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ti\examples\dsk6713\bsl\tone\Release" -mv6400

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

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

["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\tone.out" -x -i"$(Install_dir)\c6000\dsk6713\lib" -l"dsk6713bsl.lib"

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

⌨️ 快捷键说明

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