fir.mak

来自「FIR滤波器包括所有的源程序」· MAK 代码 · 共 34 行

MAK
34
字号
/************* 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]
fir.cmd 2

[Project Root]
E:\fir

[build options]
3
Linker = "-o fir_line.out -x "
Assembler = "-s -v2xx "
Compiler = "-g -v2xx -as -frE:\fir "

[source files]
main.asm 1180272226 1
dsp_init.h 1163952992 0
5096

[dependencies]
 1 1:2 30916
 0 -802

[version]
2.0
*/
-o fir_line.out -x
"main.obj"
"fir.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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