This is an automated email from Gerrit.

Michael T. Richter ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/2021

-- gerrit

commit efdc85711ac92314b6de503572b07f671dc9ec77
Author: Michael T. Richter <[email protected]>
Date:   Thu Mar 6 21:09:27 2014 +0800

    topic: Added support for two STM32F030-based boards.
    
    1. Added 32F0308DISCOVERY board from ST Microelectronics.
    2. Added STM32F030F4P6 Minimum board from vcc-gnd.com.
    
    The first is a trivial modification from STM32F0DISCOVERY.  The second
    is a simple, bare-bones board with hardly any meat.
    
    Change-Id: I17dd9541448cf615852b2b010d1801b1430ecf6a
    Signed-off-by: Michael T. Richter <[email protected]>

diff --git a/tcl/board/32f0308discovery.cfg b/tcl/board/32f0308discovery.cfg
new file mode 100644
index 0000000..3478ae5
--- /dev/null
+++ b/tcl/board/32f0308discovery.cfg
@@ -0,0 +1,10 @@
+# This is an STM32F0 discovery board with a single STM32F030R8T6 chip.
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF259100
+
+source [find interface/stlink-v2.cfg]
+
+set WORKAREASIZE 0x2000
+source [find target/stm32f0x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
diff --git a/tcl/board/stm32f030f4p6-minimum.cfg 
b/tcl/board/stm32f030f4p6-minimum.cfg
new file mode 100644
index 0000000..4f86846
--- /dev/null
+++ b/tcl/board/stm32f030f4p6-minimum.cfg
@@ -0,0 +1,13 @@
+# This is a bare-bones STM32F0 board with a single STM32F030F4P6 chip.
+# Manufactured by vcc-gnd.com (http://vcc-gnd.taobao.com/).
+# Product page at http://item.taobao.com/item.htm?id=36481303532.
+
+# Product has SWD interface but no built-in adapter.
+
+# The STM32F030F4P6 is a *tightly* constrained chip; the work area size must be
+# similarly constrained.
+set WORKAREASIZE 0x1000
+source [find target/stm32f0x.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
diff --git a/tcl/test/selftest.cfg b/tcl/test/selftest.cfg
old mode 100755
new mode 100644

-- 

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to