last8019.pjt
来自「单片机TCP IP software」· PJT 代码 · 共 31 行
PJT
31 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="d:\last8019\last8019\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="..\ClockUnit.c"
Source="..\IP Layer.c"
Source="..\Main.c"
Source="..\RTL8019AS.c"
Source="..\DSP.CMD"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"d:\last8019\last8019\Debug" -d"_DEBUG" -v2xx
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"d:\last8019\last8019\Release" -v2xx
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\last8019.map" -o".\Debug\last8019.out" -x -v2
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\last8019.map" -o".\Release\last8019.out" -x -v2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?