projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0428214
)
outputs size when make dfuing
author
Jack Humbert
<jack.humb@gmail.com>
Thu, 19 May 2016 03:16:31 +0000
(23:16 -0400)
committer
Jack Humbert
<jack.humb@gmail.com>
Thu, 19 May 2016 03:16:33 +0000
(23:16 -0400)
tmk_core/rules.mk
patch
|
blob
|
history
diff --git
a/tmk_core/rules.mk
b/tmk_core/rules.mk
index 69c7985b4854008faee6e10676601c042e2752fc..552f32331a9b1939c734574c0af2cb4f18abdafd 100644
(file)
--- a/
tmk_core/rules.mk
+++ b/
tmk_core/rules.mk
@@
-428,7
+428,7
@@
flip: $(TARGET).hex
batchisp -hardware usb -device $(MCU) -operation loadbuffer $(TARGET).hex program
batchisp -hardware usb -device $(MCU) -operation start reset 0
-dfu: $(TARGET).hex
+dfu: $(TARGET).hex
sizeafter
ifneq (, $(findstring 0.7, $(shell dfu-programmer --version 2>&1)))
dfu-programmer $(MCU) erase --force
else