summaryrefslogtreecommitdiffstats
path: root/Makefile.include
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2019-02-19 13:46:18 +0000
committerroot <root@lab.panaceas.james.local>2019-02-19 13:46:18 +0000
commitb3c6320899d6b27899ab3c67c745e8d3b29af3a2 (patch)
tree41dc7fc5d71a841a416d0d53923de5d1d44277e3 /Makefile.include
parentc84e85e0e9641b006a376fab456ac2efcfdb14e2 (diff)
downloadclock-b3c6320899d6b27899ab3c67c745e8d3b29af3a2.tar.gz
clock-b3c6320899d6b27899ab3c67c745e8d3b29af3a2.tar.bz2
clock-b3c6320899d6b27899ab3c67c745e8d3b29af3a2.zip
working ethernet
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