avrdude options changed in makefile.
This commit is contained in:
parent
af4ce35ff1
commit
7c7d71f2ce
6 changed files with 3 additions and 3 deletions
0
doc/78L05.pdf
Normal file → Executable file
0
doc/78L05.pdf
Normal file → Executable file
BIN
doc/Aufbauanleitung.odt
Normal file → Executable file
BIN
doc/Aufbauanleitung.odt
Normal file → Executable file
Binary file not shown.
0
doc/Aufbauanleitung.pdf
Normal file → Executable file
0
doc/Aufbauanleitung.pdf
Normal file → Executable file
6
firmware/Makefile
Normal file → Executable file
6
firmware/Makefile
Normal file → Executable 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
BIN
pcb/miniledcube.brd
Normal file → Executable file
Binary file not shown.
BIN
pcb/miniledcube.sch
Normal file → Executable file
BIN
pcb/miniledcube.sch
Normal file → Executable file
Binary file not shown.
Loading…
Reference in a new issue