USBasp/bin/firmware/Makefile88
Stefan Beller da7b6e47c7 Initial commit.
This includes the files as of
wget http://www.fischl.de/usbasp/usbasp.2011-05-28.tar.gz
tar -xf usbasp.2011.05-28.tar.gz
2012-05-19 16:27:27 +02:00

12 lines
257 B
Plaintext
Executable File

MCU_TARGET = atmega88
FLASHER = avrdude -c usbasp -p $(MCU_TARGET)
usbasp: fuses
$(FLASHER) -B 1 -U flash:w:usbasp.atmega88.2011-05-28.hex
fuses:
$(FLASHER) -B 300 -U lfuse:w:0xff:m -U hfuse:w:0xdd:m
shell:
$(FLASHER) -B 200 -t