]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
adding Salsa20
[avr-crypto-lib.git] / avr-makefile.inc
index 121f0293ec548714b9df78aed6ed273d94d6d72e..9de0323c1c1103788444fbac6dec889cc30be083 100644 (file)
@@ -7,6 +7,7 @@ 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
+RESETCMD       = avrdude -p $(MCU_TARGET) -P /dev/ttyUSB0 -c $(PROGRAMMER) 
 DEP_DIR        = deps/
 TEST_DIR       = test/
 BIN_DIR        = bin/