X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=783fdcd6f4511c570c80e62232e9bd3cde7d895b;hb=9292bac4f53b0cce7650109c74bdead272898f98;hp=ad0e9414d5c1d7f1b5c34e7ca57dd231fe1568f4;hpb=7c9340c66e22efd5e865fec7cd6aa03221328907;p=avrfbosd diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index ad0e941..783fdcd --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ # This modified template is placed in the public domain like the original. # +#AVRDUDE_PROGRAMMER = usbasp +AVRDUDE_PROGRAMMER = usbtiny +AVRDUDE_PORT = usb # Target name and MCU setup ------------------------------------------------- @@ -159,9 +162,6 @@ LDFLAGS = $(EXTMEMOPTS) $(LDMAP) $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB) # Programming support using avrdude. Settings and variables. -AVRDUDE_PROGRAMMER = usbtiny -AVRDUDE_PORT = usb - AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep