summaryrefslogtreecommitdiffstats
path: root/Makefile.include
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2019-02-22 10:45:35 +0000
committerroot <root@lab.panaceas.james.local>2019-02-22 10:45:35 +0000
commit904bc0ebdb9c059b7b1d276829bad766f73dc3e9 (patch)
tree30c01ecf79b72c6953d593d2d3dccfbcd31f76cd /Makefile.include
parente761edee5e8ef7106fc8080fc386447e7956be71 (diff)
downloadclock-904bc0ebdb9c059b7b1d276829bad766f73dc3e9.tar.gz
clock-904bc0ebdb9c059b7b1d276829bad766f73dc3e9.tar.bz2
clock-904bc0ebdb9c059b7b1d276829bad766f73dc3e9.zip
switch to stlink, blinky
Diffstat (limited to 'Makefile.include')
-rw-r--r--Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.include b/Makefile.include
index 7a60f2f..9225b89 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -31,7 +31,7 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m4 $(FP_FLAGS)
OOCD ?= openocd
#OOCD_INTERFACE ?= cmsis-dap
#OOCD_BOARD ?= arch_max
-OOCD_INTERFACE ?= j-link
+OOCD_INTERFACE ?= stlink-v2
OOCD_BOARD ?= stm32f407vet6
################################################################################