async_pci.pjt

来自「DSP/BIOS Driver Developer Kit 1.11 The 」· PJT 代码 · 共 28 行

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

[Project Settings]
ProjectName="async_pci"
ProjectDir="c:\ti\ddk\apps\port\vt1423_pci\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"

[Source Files]
Source="async_pci.c"
Source="async_pci.cdb"
Source="async_pci.cmd"
Source="pciDevParams.c"

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

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

["Linker" Settings: "Debug"]
Options=-q -c -o"$(Proj_dir)\Debug\async_pci.out" -x -i"$(Proj_dir)\..\..\..\lib" 

⌨️ 快捷键说明

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