This is an automated email from Gerrit. Uwe Bonnes ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2434
-- gerrit commit 9004c094b7ff3e45c31a7409182974e3a7042a73 Author: Uwe Bonnes <[email protected]> Date: Thu Dec 11 16:24:27 2014 +0100 Add Configuration for STM32F334 Discovery board. For convenience only! Configuration is same as for st_nucleo_f334r8.cfg. Change-Id: I77ebef93b184592f25ff18bb2da776d636f60ff0 Signed-off-by: Uwe Bonnes <[email protected]> diff --git a/tcl/board/stm32f334discovery.cfg b/tcl/board/stm32f334discovery.cfg new file mode 100644 index 0000000..574f9a4 --- /dev/null +++ b/tcl/board/stm32f334discovery.cfg @@ -0,0 +1,11 @@ +# This is an STM32F334 discovery board with a single STM32F334C8T6 chip. +# http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF260318 + +source [find interface/stlink-v2-1.cfg] + +transport select hla_swd + +source [find target/stm32f3x.cfg] + +# use hardware reset, connect under reset +reset_config srst_only srst_nogate -- ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
