speedusb.pjt

来自「ti dsp TMS320C6713 usb速度测试程序源码」· PJT 代码 · 共 39 行

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

[Project Settings]
ProjectDir="E:\liuwei\EZDraw-v3\Software\6713DSP_Speed_Test\2006.2.22\SpeedUSB\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="boot.asm"
Source="c6x.c"
Source="isr.c"
Source="main.c"
Source="pll.c"
Source="lnk.cmd"

["Compiler" Settings: "Debug"]
Options=-g -k -q -pm -op2 -fr"E:\liuwei\EZDraw-v3\Software\6713DSP_Speed_Test\2006.2.22\SpeedUSB\Debug" -d"_DEBUG" -mv6710

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"E:\liuwei\EZDraw-v3\Software\6713DSP_Speed_Test\2006.2.22\SpeedUSB\Release" -mv6700

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

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

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\SpeedUSB.map" -o".\Debug\SpeedUSB.out" -w -x

["Linker" Settings: "Release"]
Options=-q -c -m".\Release\DSPTesting.map" -o".\Release\DSPTesting.out" -w -x

⌨️ 快捷键说明

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