?? atmega103.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 + -