Fix my development make targets
This commit is contained in:
parent
3022774491
commit
83d4fdeb70
8
Makefile
8
Makefile
|
@ -29,10 +29,12 @@ clean:
|
||||||
## Helpful targets for development
|
## Helpful targets for development
|
||||||
##
|
##
|
||||||
|
|
||||||
fuses: AVDFLAGS += -p $(MCU)
|
VARIANT = neale
|
||||||
fuses: AVDFLAGS += -c usbtiny
|
|
||||||
|
|
||||||
upload: scoreboard-neale.hex
|
AVDFLAGS += -p $(MCU)
|
||||||
|
AVDFLAGS += -c usbtiny
|
||||||
|
|
||||||
|
upload: scoreboard-$(VARIANT).hex
|
||||||
avrdude $(AVDFLAGS) -U flash:w:$<
|
avrdude $(AVDFLAGS) -U flash:w:$<
|
||||||
|
|
||||||
fuses: FUSES += -U lfuse:w:0x7f:m
|
fuses: FUSES += -U lfuse:w:0x7f:m
|
||||||
|
|
Loading…
Reference in New Issue