From 49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Mar 2021 15:24:13 +0000 Subject: support cheap chinese blue pill boards, make usb dfu compatible with dfuse --- Makefile.rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 28422d9..6e9fe6c 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -149,9 +149,9 @@ flash: $(BINARY).flash @#printf " OBJCOPY $(*).hex\n" $(Q)$(OBJCOPY) -Oihex $(*).elf $(*).hex -%.dfu: %.elf - @#printf " OBJCOPY $(*).dfu\n" - $(Q)$(OBJCOPY) -Obinary $(*).elf $(*).dfu +#%.dfu: %.elf +# @#printf " OBJCOPY $(*).dfu\n" +# $(Q)$(OBJCOPY) -Obinary $(*).elf $(*).dfu %.srec: %.elf @#printf " OBJCOPY $(*).srec\n" -- cgit v1.2.3