aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.include
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.include
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.include')
-rw-r--r--Makefile.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.include b/Makefile.include
index 5d6f84f..389aa68 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -28,8 +28,8 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 $(FP_FLAGS) -mfix-cortex-m3-ldrd
# OpenOCD specific variables
OOCD ?= openocd
-#OOCD_INTERFACE ?= ../oocd/interface/stlink-v2.cfg
-OOCD_INTERFACE ?= ../oocd/interface/j-link.cfg
+OOCD_INTERFACE ?= ../oocd/interface/stlink-v2.cfg
+#OOCD_INTERFACE ?= ../oocd/interface/j-link.cfg
OOCD_BOARD ?= ../oocd/board/STM32F103R_BOARD.cfg
################################################################################