⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 7020.mak

📁 此程序为遥控器接收程序,以通过测试,可放心使用,我是参照网上资料修改的,单片机是NEC78f0547,希望对个需要的人有所帮助
💻 MAK
字号:
#
# Project manager generated MAKEFILE
#
TITLE = 7020
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\7020\pro
TOOLDIR = C:\NECTOOLS32\bin
WORKDIR = D:\7020\pro
DEBUG = 

CC = $(TOOLDIR)\cc78k0.exe
ST = $(TOOLDIR)\st78K0.exe
RA = $(TOOLDIR)\ra78K0.exe
LK = $(TOOLDIR)\lk78K0.exe
OC = $(TOOLDIR)\oc78K0.exe
LCNV = $(TOOLDIR)\lcnv78K0.exe

OBJS = main.rel  \
	option.rel  \
	time0.rel  \
	interrput.rel  \
	SPILCD.rel  \
	systeminit.rel  \
	Remote.rel 

DEP_main_c = D:\7020\pro\function.h \
	D:\7020\pro\time.h

DEP_option_asm = D:\7020\pro\option.inc

DEP_time0_c = D:\7020\pro\function.h

DEP_interrput_c = D:\7020\pro\function.h

DEP_SPILCD_c = C:\NECTools32\INC78K0\stdio.h \
	C:\NECTools32\INC78K0\stddef.h \
	C:\NECTools32\INC78K0\stdarg.h \
	D:\7020\pro\function.h

DEP_systeminit_c = 

DEP_Remote_c = D:\7020\pro\function.h

GOAL : D:\7020\pro\main.hex

main.rel : main.c $(DEP_main_c)
	$(CC) -fmain.pcc

option.rel : option.asm $(DEP_option_asm)
	$(RA) -foption.pra

time0.rel : time0.c $(DEP_time0_c)
	$(CC) -ftime0.pcc

interrput.rel : interrput.c $(DEP_interrput_c)
	$(CC) -finterrput.pcc

SPILCD.rel : SPILCD.c $(DEP_SPILCD_c)
	$(CC) -fSPILCD.pcc

systeminit.rel : systeminit.c $(DEP_systeminit_c)
	$(CC) -fsysteminit.pcc

Remote.rel : Remote.c $(DEP_Remote_c)
	$(CC) -fRemote.pcc

main.lmf : $(OBJS)
	$(LK) -fmain.plk

main.hex : main.lmf
	$(OC) -fmain.poc



⌨️ 快捷键说明

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