📄 getpower_m8.mak
字号:
CC = iccavr
CFLAGS = -ID:\icc\include\ -e -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\icc\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -dhwstk_size:16 -beeprom:1.512 -fihx_coff -S2
FILES = GetPower_M8.o
GetPower_M8: $(FILES)
$(CC) -o GetPower_M8 $(LFLAGS) @GetPower_M8.lk
GetPower_M8.o: D:/icc/include/iom8v.h D:/icc/include/math.h D:/icc/include/macros.h D:/icc/include/eeprom.h D:/icc/include/string.h D:/icc/include/_const.h D:/icc/include/stdio.h D:/icc/include/stdarg.h D:/icc/include/_const.h
GetPower_M8.o: E:\GetPower_M8_source\GetPower_M8.c
$(CC) -c $(CFLAGS) E:\GetPower_M8_source\GetPower_M8.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -