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

📄 atmega103.mak

📁 里面给出了ATmega103单片机编程的C语言实例程序
💻 MAK
字号:
CC = iccavr
CFLAGS =  -IC:\ICC\include\ -Ic:\documents\software\avr\atmega103\include -e -DATMEGA  -l -g -Mavr_mega
LFLAGS =  -LC:\ICC\lib\ -m -g -ucrtatmega.o -dram_end:0xfff -bdata:0x60.0xfff -bfunc_lit:0x60.0x10000 -dhwstk_size:16 -llpatmega -lcatmega -fihx_coff
FILES = \
buttons.o crc.o global.o initialise.o lcd.o main.o power.o rtc.o runtime.o serial.o 

atmega103:	$(FILES)
	$(CC) -o atmega103 $(LFLAGS) @atmega103.lk
buttons.o: c:/documents/software/avr/atmega103/include/button.h c:/documents/software/avr/atmega103/include/logic.h c:/documents/software/avr/atmega103/include/ports.h
buttons.o:	C:\Documents\Software\AVR\ATmega103\code\buttons.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\buttons.c
crc.o: c:/documents/software/avr/atmega103/include/crc.h c:/documents/software/avr/atmega103/include/logic.h c:/documents/software/avr/atmega103/include/fault.h
crc.o:	C:\Documents\Software\AVR\ATmega103\code\crc.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\crc.c
global.o:	C:\Documents\Software\AVR\ATmega103\code\global.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\global.c
initialise.o: c:/documents/software/avr/atmega103/include/initialise.h c:/documents/software/avr/atmega103/include/logic.h c:/documents/software/avr/atmega103/include/ports.h c:/documents/software/avr/atmega103/include/fault.h
initialise.o:	C:\Documents\Software\AVR\ATmega103\code\initialise.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\initialise.c
lcd.o: c:/documents/software/avr/atmega103/include/lcd.h c:/documents/software/avr/atmega103/include/logic.h c:/documents/software/avr/atmega103/include/ports.h
lcd.o:	C:\Documents\Software\AVR\ATmega103\code\lcd.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\lcd.c
main.o: c:/documents/software/avr/atmega103/include/main.h c:/documents/software/avr/atmega103/include/logic.h
main.o:	C:\Documents\Software\AVR\ATmega103\code\main.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\main.c
power.o: c:/documents/software/avr/atmega103/include/power.h c:/documents/software/avr/atmega103/include/logic.h c:/documents/software/avr/atmega103/include/ports.h
power.o:	C:\Documents\Software\AVR\ATmega103\code\power.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\power.c
rtc.o: c:/documents/software/avr/atmega103/include/rtc.h c:/documents/software/avr/atmega103/include/logic.h
rtc.o:	C:\Documents\Software\AVR\ATmega103\code\rtc.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\rtc.c
runtime.o: c:/documents/software/avr/atmega103/include/runtime.h c:/documents/software/avr/atmega103/include/logic.h c:/documents/software/avr/atmega103/include/ports.h
runtime.o:	C:\Documents\Software\AVR\ATmega103\code\runtime.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\runtime.c
serial.o: c:/documents/software/avr/atmega103/include/serial.h c:/documents/software/avr/atmega103/include/logic.h
serial.o:	C:\Documents\Software\AVR\ATmega103\code\serial.c
	$(CC) -c $(CFLAGS) C:\Documents\Software\AVR\ATmega103\code\serial.c

⌨️ 快捷键说明

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