projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make Host mode Class drivers only set the class driver instance's state values once...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
KeyboardHost
/
makefile
diff --git
a/Demos/Host/LowLevel/KeyboardHost/makefile
b/Demos/Host/LowLevel/KeyboardHost/makefile
index
b9d9f24
..
6d8634c
100644
(file)
--- a/
Demos/Host/LowLevel/KeyboardHost/makefile
+++ b/
Demos/Host/LowLevel/KeyboardHost/makefile
@@
-520,7
+520,7
@@
flip: $(TARGET).hex
dfu: $(TARGET).hex
dfu-programmer $(MCU) erase
dfu: $(TARGET).hex
dfu-programmer $(MCU) erase
- dfu-programmer $(MCU) flash
--suppress-bootloader-mem --debug 1
$(TARGET).hex
+ dfu-programmer $(MCU) flash $(TARGET).hex
dfu-programmer $(MCU) reset
flip-ee: $(TARGET).hex $(TARGET).eep
dfu-programmer $(MCU) reset
flip-ee: $(TARGET).hex $(TARGET).eep
@@
-531,7
+531,7
@@
flip-ee: $(TARGET).hex $(TARGET).eep
$(REMOVE) $(TARGET)eep.hex
dfu-ee: $(TARGET).hex $(TARGET).eep
$(REMOVE) $(TARGET)eep.hex
dfu-ee: $(TARGET).hex $(TARGET).eep
- dfu-programmer $(MCU) eeprom-flash
--debug 1 --suppress-bootloader-mem
$(TARGET).eep
+ dfu-programmer $(MCU) eeprom-flash $(TARGET).eep
dfu-programmer $(MCU) reset
dfu-programmer $(MCU) reset