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

📄 iic.mak

📁 the iic control demo source for the NEC mcu
💻 MAK
字号:
#
# Project manager generated MAKEFILE
#
TITLE = iic_slave
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = C:\NECTools32\customer_problem\visteon\IIC\slave
TOOLDIR = C:\NECTools32\BIN
WORKDIR = C:\NECTools32\customer_problem\visteon\IIC\slave
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 = iic_slave.rel  \
	option.rel 

DEP_iic_slave_c = C:\NECTools32\customer_problem\visteon\IIC\slave\serial_config.h \
	C:\NECTools32\customer_problem\visteon\IIC\slave\iic.h

DEP_option_asm = 

GOAL : C:\NECTools32\customer_problem\visteon\IIC\slave\iic_slave.hex

iic_slave.rel : iic_slave.c $(DEP_iic_slave_c)
	$(CC) -fiic_slave.pcc

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

iic_slave.lmf : $(OBJS)
	$(LK) -fiic_slave.plk

iic_slave.hex : iic_slave.lmf
	$(OC) -fiic_slave.poc



⌨️ 快捷键说明

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