X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=avr-makefile.inc;h=323786abf3024a9fa7ceb4ff3fd68a8fd218ca35;hb=a5cb349f9d72e0d2c82730647b4f142de6b7e485;hp=d44ca11ee4cf29adf67c5adf95a4e26422710c6c;hpb=206e5aa6d34ac3fb32bdf9e6affc153547e189d8;p=avr-crypto-lib.git diff --git a/avr-makefile.inc b/avr-makefile.inc index d44ca11..323786a 100644 --- a/avr-makefile.inc +++ b/avr-makefile.inc @@ -1,7 +1,7 @@ MCU_TARGET = atmega644 OPTIMIZE = -Os -PROGRAMMER = stk500v2 # avr911 +PROGRAMMER = avr911 DEFS = -D$(call uc, $(MCU_TARGET)) FLASHCMD = avrdude -p $(MCU_TARGET) -P /dev/ttyUSB0 -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