rtc.mak

来自「实现240XDSP中的PWM波,SCI,SPI,usb,DA等一系列的模块化源程」· MAK 代码 · 共 47 行

MAK
47
字号
/************* 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]
RTC.cmd 7

[Project Root]
C:\tic2xx\myprojects\RTC

[build options]
3
Linker = "-c -m RTC.map -o RTC.out -x "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -as -frC:\tic2xx\myprojects\RTC "

[source files]
RTC_TEST.c 1076983744 1
vector.asm 1076922288 1
..\..\c2000\cgtools\lib\rts2xx.lib 0 1
rtc_func.c 1076926168 1
string.h 0 0
RTC_func.h 1076923622 0
SEED-DEC2407.h 1076924246 0
-29458

[dependencies]
 3 4:1 5:2 6:3 7531
 0 -802
 0 -802
 2 4:1 5:2 6246
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -m RTC.map -o RTC.out -x
"rtc_func.obj"
"vector.obj"
"RTC_TEST.obj"
"..\..\c2000\cgtools\lib\rts2xx.lib"
"RTC.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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