From 90431d5fcb079d6dedac85396a9aadfb59f51624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 1 Apr 2019 15:17:06 +0200 Subject: [PATCH] Rakefile: openocd STLINKV2 interface is now stlink --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 688d6e7..dcf0c01 100644 --- a/Rakefile +++ b/Rakefile @@ -187,7 +187,7 @@ SWD_ADAPTER = ENV["SWD_ADAPTER"] || "BMP" # openOCD path to control the adapter OOCD = ENV["OOCD"] || "openocd" # openOCD adapted name -OOCD_INTERFACE = ENV["OOCD_INTERFACE"] || (SWD_ADAPTER=="STLINKV2" ? "stlink-v2" : "") +OOCD_INTERFACE = ENV["OOCD_INTERFACE"] || (SWD_ADAPTER=="STLINKV2" ? "stlink" : "") # openOCD target for the micro-controller OOCD_TARGET = "stm32f1x" # Black Magic Probe port