myvga.pjt

来自「自己编写的,采用DSP实现字符叠加的程序,基于合众达SEED-DEC643的扳子」· PJT 代码 · 共 49 行

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

[Project Settings]
ProjectDir="D:\CCS22\my_own_OSD_1224\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="colorbarRGB.c"
Source="lib\DEC643BSL.lib"
Source="lib\vport.l64"
Source="osdutil.c"
Source="video.cdb"
Source="video_rgb.c"
Source="ycbcr422pl_to_rgb565_h.asm"
Source="video.cmd"
Source="videocfg.cmd"

[Generated Files]
Source="videocfg.s62"
Source="videocfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -o3 -fr"D:\CCS22\my_own_OSD_1224\Debug" -i"D:\CCS22\my_own_OSD_1224\include" -d"_DEBUG" -d"CHIP_DM642" -mv6400

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\CCS22\my_own_OSD_1224\Release" -mv6400

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

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

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

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

["video.cmd" Settings: "Debug"]
ExcludeFromBuild=true

⌨️ 快捷键说明

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