X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=Makefile_m644_conf.inc;h=1aa297f4a5b54cf3ce56c5595c417e79602b286e;hp=8d698e37d6be973a2c5af2581d861f2bfa513145;hb=refs%2Fheads%2Fbigint2-dev;hpb=997bf1010de28a0a7246b792254a1ec6a59d5d4d diff --git a/Makefile_m644_conf.inc b/Makefile_m644_conf.inc index 8d698e3..1aa297f 100644 --- a/Makefile_m644_conf.inc +++ b/Makefile_m644_conf.inc @@ -12,8 +12,10 @@ override CFLAGS = -MMD -MF$(DEP_DIR)$(patsubst %.o,%.d,$(notdir $@)) $(DEBUG) override LDFLAGS = -gdwarf-2 -Wl,-Map, override ASFLAGS = -mmcu=$(MCU_TARGET) -Wa,--gdwarf-2 -PROGRAMMER = avr911 -PROG_PORT = /dev/ttyUSB1 +#PROGRAMMER = avr911 +#PROG_PORT = /dev/ttyUSB1 +PROGRAMMER = avrispmkII +PROG_PORT = usb DEFS = -D$(call uc, $(MCU_TARGET)) -DF_CPU=$(F_CPU) FLASHCMD = avrdude -p $(MCU_TARGET) -P $(PROG_PORT) -c $(PROGRAMMER) -U flash:w:# no space at the end #FLASHCMD = avrdude -p $(MCU_TARGET) -c usbasp -U flash:w:# no space at the end