qep.pjt

来自「基于DSP2407」· PJT 代码 · 共 38 行

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

[Project Settings]
ProjectDir="E:\2407\QEP\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="f2407_c.h"
Source="qep.c"
Source="RTS2XX.LIB"
Source="VECTORS.ASM"
Source="LF2407.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"$(Proj_dir)\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"$(Proj_dir)\Release" -v2xx

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

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

["f2407_c.h" Settings: "Debug"]
ExcludeFromBuild=true

["f2407_c.h" Settings: "Release"]
ExcludeFromBuild=true

⌨️ 快捷键说明

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