This is an automated email from Gerrit. Freddie Chopin ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/876
-- gerrit commit e5cf2e0e4892ef740dc62482913f14fa9fc97696 Author: Spencer Oliver <[email protected]> Date: Wed Sep 26 16:17:37 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..5fd5950 --- /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 -- ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
