led.pjt

来自「ICETEK-LF2407-A板和教学实验箱使用说明书及开发板的所有实验例程」· PJT 代码 · 共 29 行

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

[Project Settings]
ProjectDir="C:\ICETEK\LF2407AE\LF2407Ae\Lab0301-Led\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="Led.C"
Source="Led.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\ICETEK\LF2407AE\LF2407Ae\Lab0301-Led\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ICETEK\LF2407AE\LF2407Ae\Lab0301-Led\Release" -v2xx

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

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

⌨️ 快捷键说明

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