1
0

Update dfu-programmer command line arguments, old argument names have been changed in newer releases.

This commit is contained in:
Dean Camera
2015-11-08 14:20:50 +11:00
parent c9db3f0aa9
commit 4afebc8b70
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ dfu: $(TARGET).hex $(MAKEFILE_LIST)
# Programs in the target EEPROM memory using DFU-PROGRAMMER
dfu-ee: $(TARGET).eep $(MAKEFILE_LIST)
@echo $(MSG_DFU_CMD) Programming EEPROM with dfu-programmer using \"$<\"
dfu-programmer $(MCU) eeprom-flash $<
dfu-programmer $(MCU) flash --eeprom $<
dfu-programmer $(MCU) reset
# Phony build targets for this module