From 265c152e06c1c620823601f8ce38abb14a834346 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 29 May 2018 10:57:24 +0200
Subject: [PATCH] boards/maple-mini: use common stlink parts

---
 boards/maple-mini/Makefile.include | 1 -
 boards/maple-mini/dist/openocd.cfg | 3 ---
 2 files changed, 4 deletions(-)
 delete mode 100644 boards/maple-mini/dist/openocd.cfg

diff --git a/boards/maple-mini/Makefile.include b/boards/maple-mini/Makefile.include
index ce0aa45579..0214ae6568 100644
--- a/boards/maple-mini/Makefile.include
+++ b/boards/maple-mini/Makefile.include
@@ -10,7 +10,6 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
 include $(RIOTMAKE)/tools/serial.inc.mk
 
 export DEBUG_ADAPTER ?= stlink
-export STLINK_VERSION ?= 2-1
 
 # this board uses openocd
 include $(RIOTMAKE)/tools/openocd.inc.mk
diff --git a/boards/maple-mini/dist/openocd.cfg b/boards/maple-mini/dist/openocd.cfg
deleted file mode 100644
index 43022477c4..0000000000
--- a/boards/maple-mini/dist/openocd.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-source [find target/stm32f1x.cfg]
-
-reset_config srst_only
-- 
GitLab