aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/stm32f4discovery.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-04 21:48:21 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-09 09:49:01 +0000
commit327fafc6a22f5ff22c591c1ca345d3910022cfec (patch)
tree69f01913941be28bba840bd6a6f2ae83ab4bf79d /tcl/board/stm32f4discovery.cfg
parent51f06253ade645ab64303d1be3bfe32611a27fd0 (diff)
cfg: add stlink pseudo stm32 targets
Change-Id: I71253c2090162b1214bbbb37396735bb9128f920 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/334 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl/board/stm32f4discovery.cfg')
-rw-r--r--tcl/board/stm32f4discovery.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcl/board/stm32f4discovery.cfg b/tcl/board/stm32f4discovery.cfg
new file mode 100644
index 00000000..33bcaa61
--- /dev/null
+++ b/tcl/board/stm32f4discovery.cfg
@@ -0,0 +1,6 @@
+# This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
+# http://www.st.com/internet/evalboard/product/252419.jsp
+
+source [find interface/stlink-usb.cfg]
+
+source [find target/stm32f4x_stlink.cfg]