From a103131163e54b89367c08751e71328643c0d5cd Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Sat, 2 Apr 2022 16:26:10 +0200 Subject: [PATCH] add reset target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0e7b237..fc5c1be 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ load: $(BUILDDIR)/$(TARGET).hex avrdude -p $(PROGC) -c $(TOOL) -U flash:w:$(BUILDDIR)/$(TARGET).hex -v -B 1MHz program: clean load + +reset: + avrdude -p $(PROGC) -c $(TOOL) size: $(BUILDDIR)/$(TARGET).elf avr-size -C --mcu=$(MCU) $(BUILDDIR)/$(TARGET).elf