post.pjt

来自「MSP430与DSP接口技术2 编辑环境C语言,未试过,仅供参考」· PJT 代码 · 共 41 行

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

[Project Settings]
ProjectName="post"
ProjectDir="C:\ti\examples\dsk5510\bsl\post\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="post.c"
Source="post.cdb"
Source="postcfg.cmd"

[Generated Files]
Source="postcfg.s55"
Source="postcfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -mg -q -fr".\Debug" -i"." -d"_DEBUG" -ml -mn -v5510:2

["Compiler" Settings: "Release"]
Options=-mg -q -fr".\Release" -i"." -ml -mn -v5510:2

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

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

["Linker" Settings: "Debug"]
Options=-q -a -c -m".\Debug\post.map" -o".\Debug\post.out" -x -l"dsk5510bslx.lib"

["Linker" Settings: "Release"]
Options=-q -a -c -m".\Release\post.map" -o".\Release\post.out" -x -l"dsk5510bslx.lib"

⌨️ 快捷键说明

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