📄 3510i.mak
字号:
CC = iccavr
CFLAGS = -IC:\icc\include -e -DATMEGA -l -g -Mavr_enhanced -Wf-r20_23
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bdata:0x60.0x45f -dhwstk_size:16 -beeprom:1.512 -fihx_coff -S2
FILES = keyscan.o main.o 3510i.o buzzpr.o
3510i: $(FILES)
$(CC) -o 3510i $(LFLAGS) @3510i.lk -lcatmegagr
keyscan.o: D:\StudyRoom\学习AVR\3510测试ICC版/keyscan.h C:/icc/include/iom16v.h C:/icc/include/macros.h D:\StudyRoom\学习AVR\3510测试ICC版/bit.h D:\StudyRoom\学习AVR\3510测试ICC版/3510i.h C:/icc/include/iom16v.h C:/icc/include/macros.h\
D:\StudyRoom\学习AVR\3510测试ICC版/bit.h D:\StudyRoom\学习AVR\3510测试ICC版/buzzpr.h D:\StudyRoom\学习AVR\3510测试ICC版/bit.h
keyscan.o: D:\StudyRoom\学习AVR\3510测试ICC版\keyscan.c
$(CC) -c $(CFLAGS) D:\StudyRoom\学习AVR\3510测试ICC版\keyscan.c
main.o: C:/icc/include/iom16v.h C:/icc/include/macros.h D:\StudyRoom\学习AVR\3510测试ICC版/3510i.h C:/icc/include/iom16v.h C:/icc/include/macros.h D:\StudyRoom\学习AVR\3510测试ICC版/bit.h D:\StudyRoom\学习AVR\3510测试ICC版/bit.h\
D:\StudyRoom\学习AVR\3510测试ICC版/tu.h D:\StudyRoom\学习AVR\3510测试ICC版/keyscan.h C:/icc/include/iom16v.h C:/icc/include/macros.h D:\StudyRoom\学习AVR\3510测试ICC版/bit.h D:\StudyRoom\学习AVR\3510测试ICC版/buzzpr.h\
D:\StudyRoom\学习AVR\3510测试ICC版/bit.h D:\StudyRoom\学习AVR\3510测试ICC版/chinese_12x12_pixel.h
main.o: D:\StudyRoom\学习AVR\3510测试ICC版\main.c
$(CC) -c $(CFLAGS) D:\StudyRoom\学习AVR\3510测试ICC版\main.c
3510i.o: D:\StudyRoom\学习AVR\3510测试ICC版/3510i.h C:/icc/include/iom16v.h C:/icc/include/macros.h D:\StudyRoom\学习AVR\3510测试ICC版/bit.h C:/icc/include/math.h D:\StudyRoom\学习AVR\3510测试ICC版/english_6x8_pixel.h
3510i.o: D:\StudyRoom\学习AVR\3510测试ICC版\3510i.c
$(CC) -c $(CFLAGS) D:\StudyRoom\学习AVR\3510测试ICC版\3510i.c
buzzpr.o: D:\StudyRoom\学习AVR\3510测试ICC版/buzzpr.h D:\StudyRoom\学习AVR\3510测试ICC版/bit.h
buzzpr.o: D:\StudyRoom\学习AVR\3510测试ICC版\buzzpr.c
$(CC) -c $(CFLAGS) D:\StudyRoom\学习AVR\3510测试ICC版\buzzpr.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -