usb.mak

来自「SEED_DEC2812 USB部分原代码,对初学者很有用」· MAK 代码 · 共 55 行

MAK
55
字号
/************* 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]
USB.cmd 11

[Project Root]
D:\tic2xx\myprojects\USB

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

[source files]
vector.asm 1077873594 1
USB_TEST.c 1079339046 1
..\..\c2000\cgtools\lib\rts2xx.lib 0 1
descriptors.c 1068553494 1
stdlib.h 930810932 0
type.h 1064894156 0
sx2.h 1078827368 0
descriptors.h 1078305318 0
SEED-DEC2407.h 1073627018 0
DEC2407_USB.h 1079339036 0
ep0req.h 1069168106 0
-23143

[dependencies]
 0 -802
 7 4:1 5:2 6:3 7:4 8:5 9:6 10:7 -28322
 0 -802
 1 7:11 -18650
 0 -802
 0 -802
 1 5:15 -10224
 0 -802
 0 -802
 0 -802
 1 5:15 -10224

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

⌨️ 快捷键说明

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