timer.mak
来自「实现240XDSP中的PWM波,SCI,SPI,usb,DA等一系列的模块化源程」· MAK 代码 · 共 36 行
MAK
36 行
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
and dependencies.
[command filename]
timer.cmd 3
[Project Root]
C:\tic2xx\myprojects\timer
[build options]
3
Linker = "-m timer.map -o timer.out -x "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -as -frC:\tic2xx\myprojects\timer "
[source files]
timer.asm 1048140898 1
vector.h 1048052314 0
f2407.h 1000392060 0
-29133
[dependencies]
2 2:3 1:4 20664
0 -802
0 -802
[version]
2.0
*/
-m timer.map -o timer.out -x
"timer.obj"
"timer.cmd"
/******** End of Project Data Generated by Code Composer ********/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?