makefile
来自「scmRTOS is real-time preemptive operatin」· 代码 · 共 49 行
TXT
49 行
#==========================================================
# name for generation BIN file
#==========================================================
PRJ := 3-Channel
#==========================================================
# Other path, all files .c .asm include in project
#==========================================================
D_o_src := ..\mb91270 ..\scmrtos\fr ..\scmrtos\common
#==========================================================
# Other path for find includes files
#==========================================================
D_o_inc :=
#==========================================================
# Other .C sourse file
#==========================================================
D_o_c :=
#==========================================================
# Other .ASM sourse file
#==========================================================
D_o_asm :=
#----------------------------------------------------------
# Other parameters
#----------------------------------------------------------
CPU := MB91F272
#**********************
# !!! DO NOT DELETE !!!
#**********************
include ..\makefile.mb91
#**********************
# !!! DO NOT DELETE !!!
#**********************
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?