From: Spencer Oliver Date: Wed, 26 Sep 2012 15:17:37 +0000 (+0100) Subject: cfg: add STM32F3-DISCOVERY board support X-Git-Tag: v0.6.1~3 X-Git-Url: https://git.sur5r.net/?p=openocd;a=commitdiff_plain;h=8f944fc22648da0f6d4d6114d7a9e45c794f70a1 cfg: add STM32F3-DISCOVERY board support Change-Id: I4a02e0504fc04ffc1238d9bb77ec05c1f781e7e8 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/876 Tested-by: jenkins --- diff --git a/tcl/board/stm32f3discovery.cfg b/tcl/board/stm32f3discovery.cfg new file mode 100644 index 00000000..5fd59508 --- /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