Add dfu-util command for programming
Also add .bin generation, which is needed for dfu-util.
This commit is contained in:
@@ -10,6 +10,7 @@ AR = avr-ar rcs
|
||||
NM = avr-nm
|
||||
HEX = $(OBJCOPY) -O $(FORMAT) -R .eeprom -R .fuse -R .lock -R .signature
|
||||
EEP = $(OBJCOPY) -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O $(FORMAT)
|
||||
BIN =
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user