h2t_x.pjt
来自「TMS320F2812的C++ examples 各个模块的程序」· PJT 代码 · 共 38 行
PJT
38 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti2000\examples\dsk2812\rtdx\h2t\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="..\..\..\..\c2000\cgtools\lib\rts2800_ml.lib"
Source="..\..\..\..\c2000\rtdx\lib\rtdxx.lib"
Source="..\shared\intvecs.asm"
Source="h2t.c"
Source="..\shared\f2812dsk_x.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\ti2000\examples\dsk2812\rtdx\h2t\Debug" -i"..\shared" -i"..\..\..\..\c2000\rtdx\include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ti2000\examples\dsk2812\rtdx\h2t\Release" -i"..\..\..\..\c2000\rtdx\include" -i"..\shared" -d"LARGE_MODEL" -ml -v28
["DspBiosBuilder" Settings: "Debug"]
Options=-v28
["DspBiosBuilder" Settings: "Release"]
Options=-v28
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\h2t_x.map" -o".\Debug\h2t_x.out" -x
["Linker" Settings: "Release"]
Options=-q -c -o".\Release\h2t.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?