📄 tv_power_tester.mak
字号:
CC = iccavr
CFLAGS = -IE:\company\hardware\eboda\LCD_TV\TV_power_tester -e -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -dhwstk_size:20 -beeprom:1.512 -fihx_coff -S2
FILES = funcation.o main.o
TV_power_tester: $(FILES)
$(CC) -o TV_power_tester $(LFLAGS) @TV_power_tester.lk
funcation.o: E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/define.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h
funcation.o: E:\company\hardware\eboda\LCD_TV\TV_power_tester\funcation.c
$(CC) -c $(CFLAGS) E:\company\hardware\eboda\LCD_TV\TV_power_tester\funcation.c
main.o: E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/define.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h
main.o: E:\company\hardware\eboda\LCD_TV\TV_power_tester\main.c
$(CC) -c $(CFLAGS) E:\company\hardware\eboda\LCD_TV\TV_power_tester\main.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -