projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed programming errors in the AVRISP-MKII project when the programming packet is...
[pub/USBasp.git]
/
LUFA
/
CodeTemplates
/
makefile_template
diff --git
a/LUFA/CodeTemplates/makefile_template
b/LUFA/CodeTemplates/makefile_template
index
c10bcf9
..
33b47e0
100644
(file)
--- a/
LUFA/CodeTemplates/makefile_template
+++ b/
LUFA/CodeTemplates/makefile_template
@@
-516,7
+516,7
@@
flip: $(TARGET).hex
\r
dfu: $(TARGET).hex
\r
dfu-programmer $(MCU) erase
\r
\r
dfu: $(TARGET).hex
\r
dfu-programmer $(MCU) erase
\r
- dfu-programmer $(MCU) flash
--suppress-bootloader-mem --debug 1
$(TARGET).hex
\r
+ dfu-programmer $(MCU) flash $(TARGET).hex
\r
dfu-programmer $(MCU) reset
\r
\r
flip-ee: $(TARGET).hex $(TARGET).eep
\r
dfu-programmer $(MCU) reset
\r
\r
flip-ee: $(TARGET).hex $(TARGET).eep
\r
@@
-527,7
+527,7
@@
flip-ee: $(TARGET).hex $(TARGET).eep
$(REMOVE) $(TARGET)eep.hex
\r
\r
dfu-ee: $(TARGET).hex $(TARGET).eep
\r
$(REMOVE) $(TARGET)eep.hex
\r
\r
dfu-ee: $(TARGET).hex $(TARGET).eep
\r
- dfu-programmer $(MCU) eeprom-flash
--debug 1 --suppress-bootloader-mem
$(TARGET).eep
\r
+ dfu-programmer $(MCU) eeprom-flash $(TARGET).eep
\r
dfu-programmer $(MCU) reset
\r
\r
\r
dfu-programmer $(MCU) reset
\r
\r
\r