aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-03 15:24:13 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-03 16:03:28 +0000
commit49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3 (patch)
treef65cb7440711ea1708c25fe78819e9986b2d8566 /Makefile.rules
parent129a103238d69bd90b4fe9a44bbed943b9488fc2 (diff)
downloadserial_over_dp-49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3.tar.gz
serial_over_dp-49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3.tar.bz2
serial_over_dp-49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3.zip
support cheap chinese blue pill boards, make usb dfu compatible with dfuse
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules6
1 files changed, 3 insertions, 3 deletions
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"