📄 led.pjt
字号:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="$(Install_dir)\boards\davincievm\examples\led\"
ProjectType=Executable
CPUFamily=TMS470R2X
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="led_test.c"
Source="main.c"
Source="led.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -o1 -fr".\Debug\" -i"." -i"..\..\include\" -i"..\..\csl\arm\inc\" -d"_DEBUG" -d"ARM_SIDE" -d"SIM=0" -me -ml -mv5e --abi=ti_arm9_abi
["Compiler" Settings: "Release"]
Options=-q -o3 -fr".\Release\" -i"." -i"..\..\include\" -i"..\..\csl\arm\inc\" -d"ARM_SIDE" -d"SIM=0" -me -ml -mv5e --abi=ti_arm9_abi
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\led.map" -o".\Debug\led.out" -w -x
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\led.map" -o".\Release\led.out" -w -x
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -