diff --git a/doc/78L05.pdf b/doc/78L05.pdf old mode 100644 new mode 100755 diff --git a/doc/Aufbauanleitung.odt b/doc/Aufbauanleitung.odt old mode 100644 new mode 100755 index a9de632..fd5a21d Binary files a/doc/Aufbauanleitung.odt and b/doc/Aufbauanleitung.odt differ diff --git a/doc/Aufbauanleitung.pdf b/doc/Aufbauanleitung.pdf old mode 100644 new mode 100755 diff --git a/firmware/Makefile b/firmware/Makefile old mode 100644 new mode 100755 index d50b0a3..4c59588 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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 diff --git a/pcb/miniledcube.brd b/pcb/miniledcube.brd old mode 100644 new mode 100755 index da60a20..abe0ebc Binary files a/pcb/miniledcube.brd and b/pcb/miniledcube.brd differ diff --git a/pcb/miniledcube.sch b/pcb/miniledcube.sch old mode 100644 new mode 100755 index 3d956f1..a5d0b10 Binary files a/pcb/miniledcube.sch and b/pcb/miniledcube.sch differ