From: Spencer Oliver Date: Wed, 18 Apr 2012 09:47:29 +0000 (+0100) Subject: cfg: add stm32f0discovery board config X-Git-Tag: v0.6.0-rc1~145 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=7e2fb7ce9a445c1a3afc82b47b544d0b75855ea8 cfg: add stm32f0discovery board config Change-Id: I4fccdbd4e0a3bc70cd425c910ad1007519098e20 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/570 Reviewed-by: Peter Stuge Tested-by: jenkins --- diff --git a/tcl/board/stm32f0discovery.cfg b/tcl/board/stm32f0discovery.cfg new file mode 100644 index 0000000000..be71a10110 --- /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]