motiondetect.pjt

来自「编程环境为TI公司的CCS」· PJT 代码 · 共 43 行

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

[Project Settings]
ProjectName="app"
ProjectDir="C:\ti\chenprojects\SEEDVPM642 Video Codec Algorithm Examples\MotionDetect\projects\evmdm642\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"

[Source Files]
Source="..\..\cells\diff\cellDiff.c"
Source="..\..\cells\diff\idiff.c"
Source="..\..\cells\rotate\cellRotate.c"
Source="..\..\cells\rotate\irotate.c"
Source="..\..\threads\capture\seedvpm642_vcapparamsPAL_EMBEDDED.c"
Source="..\..\threads\Capture\thrCapture.c"
Source="..\..\threads\control\thrControl.c"
Source="..\..\threads\display\seedvpm642_vdisparamsPAL.c"
Source="..\..\threads\Display\thrDisplay.c"
Source="..\..\threads\main\appMain.c"
Source="..\..\threads\main\appResources.c"
Source="..\..\threads\main\appThreads.c"
Source="..\..\threads\process\thrProcess.c"
Source="DM642_app.cdb"
Source="link.cmd"

[Generated Files]
Source="DM642_appcfg.s62"
Source="DM642_appcfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -eoo64 -fr".\Debug" -i"..\..\projects\evmdm642" -i"..\..\evmdm642\include" -i"..\..\threads\main" -i"..\..\threads" -i"..\..\cells" -i"$(Install_dir)\boards\evmdm642\include" -i"..\..\diff_ti\include" -i"$(Install_dir)\DDK\include" -i"..\..\include" -d"UTL_DBGLEVEL=70" -d"CHIP_DM642" -ml3 -mv6400

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

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

⌨️ 快捷键说明

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