From 8f944fc22648da0f6d4d6114d7a9e45c794f70a1 Mon Sep 17 00:00:00 2001
From: Spencer Oliver <spen@spen-soft.co.uk>
Date: Wed, 26 Sep 2012 16:17:37 +0100
Subject: [PATCH] cfg: add STM32F3-DISCOVERY board support

Change-Id: I4a02e0504fc04ffc1238d9bb77ec05c1f781e7e8
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/876
Tested-by: jenkins
---
 tcl/board/stm32f3discovery.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 tcl/board/stm32f3discovery.cfg

diff --git a/tcl/board/stm32f3discovery.cfg b/tcl/board/stm32f3discovery.cfg
new file mode 100644
index 000000000..5fd595088
--- /dev/null
+++ b/tcl/board/stm32f3discovery.cfg
@@ -0,0 +1,9 @@
+# This is an STM32F3 discovery board with a single STM32F303VCT6 chip.
+# http://www.st.com/internet/evalboard/product/254044.jsp
+
+source [find interface/stlink-v2.cfg]
+
+source [find target/stm32f3x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
-- 
GitLab