This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/810
-- gerrit commit 6d248be7876e2c82838f05acfc3dae2cceb465d2 Author: Spencer Oliver <[email protected]> Date: Mon Sep 10 11:18:07 2012 +0100 cfg: add STM32F3-DISCOVERY board support Change-Id: I4a02e0504fc04ffc1238d9bb77ec05c1f781e7e8 Signed-off-by: Spencer Oliver <[email protected]> diff --git a/tcl/board/stm32f3discovery.cfg b/tcl/board/stm32f3discovery.cfg new file mode 100644 index 0000000..a656d13 --- /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/ + +source [find interface/stlink-v2.cfg] + +source [find target/stm32f3x_stlink.cfg] + +# use hardware reset, connect under reset +reset_config srst_only srst_nogate -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
