We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8db880 commit c69f7f8Copy full SHA for c69f7f8
ports/litex/Makefile
@@ -190,7 +190,7 @@ $(BUILD)/firmware.hex: $(BUILD)/firmware.elf
190
191
$(BUILD)/firmware.dfu: $(BUILD)/firmware.bin
192
$(ECHO) "Create $@"
193
- $(PYTHON3) $(TOP)/tools/dfu-suffix.py -b $^ -D 0x1209:0x5bf0 "$(BUILD)/firmware.dfu"
+ $(PYTHON3) $(TOP)/tools/dfu.py -b $^ -D 0x1209:0x5bf0 "$(BUILD)/firmware.dfu"
194
195
include $(TOP)/py/mkrules.mk
196
0 commit comments