app.pjt

来自「本程序基于瑞泰公司的ICETEK-DM642-EDUlabv1.2开发板」· PJT 代码 · 共 42 行

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

[Project Settings]
ProjectName="app"
ProjectDir="C:\ti\boards\evmdm642\examples\audio\rf3\evmdm642\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"

[Source Files]
Source="..\algFIR\fir.c"
Source="..\algFIR\ifir.c"
Source="..\algVOL\ivol.c"
Source="..\algVOL\vol.c"
Source="..\appModules\appMain.c"
Source="..\appModules\appResources.c"
Source="..\appModules\appThreads.c"
Source="..\appModules\thrAudioproc.c"
Source="..\appModules\thrControl.c"
Source="..\appModules\thrRxSplit.c"
Source="..\appModules\thrTxJoin.c"
Source="app.cdb"
Source="appIO.c"
Source="link.cmd"

[Generated Files]
Source="appcfg.s62"
Source="appcfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -eoo64 -fr"$(Proj_dir)\Debug" -i"." -i"..\appModules" -i"..\algFIR" -i"..\algVOL" -i"$(Install_dir)\referenceframeworks\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 -i"$(Install_dir)\referenceframeworks\lib" -i"$(Install_dir)\ddk\lib" -i"$(Install_dir)\boards\evmdm642\lib"

⌨️ 快捷键说明

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