vport.pjt

来自「TE3320和DSP的VP口无缝连接后的驱动程序源码」· PJT 代码 · 共 38 行

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

[Project Settings]
ProjectName="vport"
ProjectDir="C:\CCStudio_v3.1\MyProjects\evmdm642_32le\"
ProjectType=Library
CPUFamily=TMS320C64XX
Tool="Archiver"
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Config="Debug"
Config="Release"

[Source Files]
Source="drvparams.c"
Source="jpegdec.c"
Source="vportcap.c"

["Archiver" Settings: "Debug"]
Options=-r -o$(Proj_dir)\debug\vport.l64

["Archiver" Settings: "Release"]
Options=-r -o$(Proj_dir)\..\..\..\lib\vport.l64

["Compiler" Settings: "Debug"]
Options=-g -q -eoo64 -fr"$(Proj_dir)\Debug" -i"$(Proj_dir)\..\include" -i"$(Install_dir)\boards\evmdm642\include" -d"CHIP_DM642" -ml3 -mv6400

["Compiler" Settings: "Release"]
Options=-q -o3 -eoo64 -fr"$(Proj_dir)\Debug" -i"$(Proj_dir)\..\..\..\include" -d"CHIP_DM642" -ml3 -mv6400

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

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

⌨️ 快捷键说明

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