From c024562dc403562d0170a053b51b4fb3313cd3fc Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Tue, 5 Jul 2016 01:32:40 -0700 Subject: [PATCH] Added verify command --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b6ec3f6..4b19e30 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,9 @@ erase: program: $(PROJECT).hex avrdude $(AVRDUDE_OPTS) -U flash:w:$(PROJECT).hex:i +verify: $(PROJECT).hex + avrdude $(AVRDUDE_OPTS) -U flash:v:$(PROJECT).hex:i + fuses: avrdude $(AVRDUDE_OPTS) -U fuse0:w:$(FUSE0):m -U fuse1:w:$(FUSE1):m \ -U fuse2:w:$(FUSE2):m -U fuse4:w:$(FUSE4):m -U fuse5:w:$(FUSE5):m -- 2.27.0