avrdude options changed in makefile.

This commit is contained in:
Kai Lauterbach 2011-10-05 22:13:44 +02:00
parent af4ce35ff1
commit 7c7d71f2ce
6 changed files with 3 additions and 3 deletions

0
doc/78L05.pdf Normal file → Executable file
View file

BIN
doc/Aufbauanleitung.odt Normal file → Executable file

Binary file not shown.

0
doc/Aufbauanleitung.pdf Normal file → Executable file
View file

6
firmware/Makefile Normal file → Executable file
View file

@ -11,7 +11,7 @@ SRC = main.c
# You probably want to change this to your own programming device
# AVR ISP mkII
PGMDEV = avrispmkII
PGMDEV = dragon_isp
PGMOPT = -P usb # Try -B 10 in case of programming errors
# Pony-STK200
@ -56,10 +56,10 @@ info:
avr-size $(TARGET).elf
program:
@$(AVRDUDE) -p $(MCU) -q -q -u -V -c $(PGMDEV) $(PGMOPT) -U flash:w:$(TARGET).hex:i
@$(AVRDUDE) -p $(MCU) -u -V -c $(PGMDEV) $(PGMOPT) -U flash:w:$(TARGET).hex:i
fuses:
@$(AVRDUDE) -p $(MCU) -q -q -u -V -c $(PGMDEV) $(PGMOPT) -U lfuse:w:0xE4:m -U hfuse:w:0xDF:m
@$(AVRDUDE) -p $(MCU) -u -V -c $(PGMDEV) $(PGMOPT) -U lfuse:w:0xE4:m -U hfuse:w:0xDF:m
clean:
@$(REMOVE) $(TARGET).elf

BIN
pcb/miniledcube.brd Normal file → Executable file

Binary file not shown.

BIN
pcb/miniledcube.sch Normal file → Executable file

Binary file not shown.