summaryrefslogtreecommitdiffstats
path: root/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.include')
-rw-r--r--Makefile.include10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.include b/Makefile.include
index adfecf6..3eccc25 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -27,9 +27,13 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 $(FP_FLAGS) -mfix-cortex-m3-ldrd
################################################################################
# OpenOCD specific variables
-OOCD ?= openocd
-OOCD_INTERFACE ?= flossjtag
-OOCD_BOARD ?= olimex_stm32_h103
+#OOCD ?= openocd
+#OOCD_INTERFACE ?= flossjtag
+#OOCD_BOARD ?= olimex_stm32_h103
+
+OOCD ?= openocd
+OOCD_INTERFACE ?= ../interface/j-link.cfg
+OOCD_BOARD ?= ../board/STM32F103R_BOARD.cfg
################################################################################
# Black Magic Probe specific variables