aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-04-18 10:47:29 +0100
committerPeter Stuge <peter@stuge.se>2012-04-18 10:50:16 +0000
commit7e2fb7ce9a445c1a3afc82b47b544d0b75855ea8 (patch)
treec47fdf67d9b23eca986a787f4be0f93dcef59735 /tcl
parentb6068f5a48f26db419217ac6b407a2746759e62a (diff)
downloadriscv-openocd-7e2fb7ce9a445c1a3afc82b47b544d0b75855ea8.zip
riscv-openocd-7e2fb7ce9a445c1a3afc82b47b544d0b75855ea8.tar.gz
riscv-openocd-7e2fb7ce9a445c1a3afc82b47b544d0b75855ea8.tar.bz2
cfg: add stm32f0discovery board config
Change-Id: I4fccdbd4e0a3bc70cd425c910ad1007519098e20 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/570 Reviewed-by: Peter Stuge <peter@stuge.se> Tested-by: jenkins
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/stm32f0discovery.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcl/board/stm32f0discovery.cfg b/tcl/board/stm32f0discovery.cfg
new file mode 100644
index 0000000..be71a10
--- /dev/null
+++ b/tcl/board/stm32f0discovery.cfg
@@ -0,0 +1,6 @@
+# This is an STM32F0 discovery board with a single STM32F051R8T6 chip.
+# http://www.st.com/internet/evalboard/product/253215.jsp
+
+source [find interface/stlink-v2.cfg]
+
+source [find target/stm32f0x_stlink.cfg]