mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Update dfu-programmer command line arguments, old argument names have been changed in newer releases.
This commit is contained in:
parent
c9db3f0aa9
commit
4afebc8b70
@ -88,7 +88,7 @@ dfu: $(TARGET).hex $(MAKEFILE_LIST)
|
|||||||
# Programs in the target EEPROM memory using DFU-PROGRAMMER
|
# Programs in the target EEPROM memory using DFU-PROGRAMMER
|
||||||
dfu-ee: $(TARGET).eep $(MAKEFILE_LIST)
|
dfu-ee: $(TARGET).eep $(MAKEFILE_LIST)
|
||||||
@echo $(MSG_DFU_CMD) Programming EEPROM with dfu-programmer using \"$<\"
|
@echo $(MSG_DFU_CMD) Programming EEPROM with dfu-programmer using \"$<\"
|
||||||
dfu-programmer $(MCU) eeprom-flash $<
|
dfu-programmer $(MCU) flash --eeprom $<
|
||||||
dfu-programmer $(MCU) reset
|
dfu-programmer $(MCU) reset
|
||||||
|
|
||||||
# Phony build targets for this module
|
# Phony build targets for this module
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
* - The CDC, DFU, Mass Storage and Printer class bootloaders are not compatible with devices with the BOOTRST fuse set and will
|
* - The CDC, DFU, Mass Storage and Printer class bootloaders are not compatible with devices with the BOOTRST fuse set and will
|
||||||
* exit automatically unless an external reset was the last reset cause (thanks to Alex Kazik)
|
* exit automatically unless an external reset was the last reset cause (thanks to Alex Kazik)
|
||||||
* - Added missing force-inline attribute to the endianness utility functions (thanks to Stefan Hellermann)
|
* - Added missing force-inline attribute to the endianness utility functions (thanks to Stefan Hellermann)
|
||||||
|
* - Updated the DFU build system module to use updated EEPROM programming command arguments for dfu-programmer 0.6.2 or newer
|
||||||
*
|
*
|
||||||
* <b>Fixed:</b>
|
* <b>Fixed:</b>
|
||||||
* - Fixed broken XMEGA serial stream driver due to missing USART base pointer parameter (thanks to William Patterson)
|
* - Fixed broken XMEGA serial stream driver due to missing USART base pointer parameter (thanks to William Patterson)
|
||||||
|
Loading…
Reference in New Issue
Block a user