graph.pjt
来自「TMS320c6000系列DSP做图像处理的应用举例」· PJT 代码 · 共 39 行
PJT
39 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="graph"
ProjectDir="D:\Work\IDK-M\ICETEK-6711-A\Demo\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="BOOT.ASM"
Source="download.c"
Source="graph.c"
Source="vectors.asm"
Source="graph.cmd"
["Compiler" Settings: "Debug"]
Options=-q -fr"D:\Work\IDK-M\ICETEK-6711-A\Demo\Debug" -d"_DEBUG" -ml3 -mv6710
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\Work\IDK-M\ICETEK-6711-A\Demo\Release" -mv6700
["DspBiosBuilder" Settings: "Debug"]
Options=-v6x
["DspBiosBuilder" Settings: "Release"]
Options=-v6x
["Linker" Settings: "Debug"]
Options=-q -c -m"graph.map" -o".\Debug\graph.out" -x
["Linker" Settings: "Release"]
Options=-q -c -o".\Release\graph.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?