summaryrefslogtreecommitdiffstats
path: root/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.include')
-rw-r--r--Makefile.include6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.include b/Makefile.include
index 1288fe0..7a60f2f 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -29,8 +29,10 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m4 $(FP_FLAGS)
# OpenOCD specific variables
OOCD ?= openocd
-OOCD_INTERFACE ?= cmsis-dap
-OOCD_BOARD ?= arch_max
+#OOCD_INTERFACE ?= cmsis-dap
+#OOCD_BOARD ?= arch_max
+OOCD_INTERFACE ?= j-link
+OOCD_BOARD ?= stm32f407vet6
################################################################################
# Black Magic Probe specific variables