[Pkg-electronics-commits] [openocd] 16/19: cfg: add STM32F3-DISCOVERY board support
Jonathan McDowell
noodles at moszumanska.debian.org
Tue Oct 31 21:15:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
noodles pushed a commit to annotated tag v0.6.1
in repository openocd.
commit 8f944fc22648da0f6d4d6114d7a9e45c794f70a1
Author: Spencer Oliver <spen at spen-soft.co.uk>
Date: Wed Sep 26 16:17:37 2012 +0100
cfg: add STM32F3-DISCOVERY board support
Change-Id: I4a02e0504fc04ffc1238d9bb77ec05c1f781e7e8
Signed-off-by: Spencer Oliver <spen at spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/876
Tested-by: jenkins
---
tcl/board/stm32f3discovery.cfg | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/tcl/board/stm32f3discovery.cfg b/tcl/board/stm32f3discovery.cfg
new file mode 100644
index 0000000..5fd5950
--- /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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/openocd.git
More information about the Pkg-electronics-commits
mailing list