mirror of
https://github.com/sjlongland/atinysynth.git
synced 2025-09-13 18:13:16 +10:00
ports/attiny85: Define program
target
This commit is contained in:
parent
38bf5a4261
commit
b1ddd0c099
@ -16,12 +16,8 @@ EFUSE=0xff
|
||||
FREQ=16000000
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
$(BINDIR)/%.pgm: $(BINDIR)/%.ihex
|
||||
$(PROG) $(PROG_ARGS) -p $(PROG_DEV) -U flash:w:$^:i
|
||||
|
||||
setfuse:
|
||||
$(PROG) $(PROG_ARGS) -p $(PROG_DEV) \
|
||||
program: $(BINDIR)/synth.ihex
|
||||
$(PROG) $(PROG_ARGS) -p $(PROG_DEV) -U flash:w:$^:i \
|
||||
-U lfuse:w:$(LFUSE):m \
|
||||
-U hfuse:w:$(HFUSE):m \
|
||||
-U efuse:w:$(EFUSE):m
|
||||
|
Loading…
Reference in New Issue
Block a user