projects
/
bbctrl-firmware
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
146b2c1
)
Added verify command
author
Joseph Coffland
<joseph@cauldrondevelopment.com>
Tue, 5 Jul 2016 08:32:40 +0000
(
01:32
-0700)
committer
Joseph Coffland
<joseph@cauldrondevelopment.com>
Tue, 5 Jul 2016 08:32:40 +0000
(
01:32
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b6ec3f675b70195c1ad09f8e9581a41e389c3516..4b19e308bfe7bdef4dad0d457fc980a042309f4c 100644
(file)
--- 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