add reset target
This commit is contained in:
3
Makefile
3
Makefile
@@ -38,6 +38,9 @@ load: $(BUILDDIR)/$(TARGET).hex
|
|||||||
|
|
||||||
program: clean load
|
program: clean load
|
||||||
|
|
||||||
|
reset:
|
||||||
|
avrdude -p $(PROGC) -c $(TOOL)
|
||||||
|
|
||||||
size: $(BUILDDIR)/$(TARGET).elf
|
size: $(BUILDDIR)/$(TARGET).elf
|
||||||
avr-size -C --mcu=$(MCU) $(BUILDDIR)/$(TARGET).elf
|
avr-size -C --mcu=$(MCU) $(BUILDDIR)/$(TARGET).elf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user