This is an automated email from Gerrit.

Jonathan Dumaresq (jdumar...@cimeq.qc.ca) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/374

-- gerrit

commit a29486d79fdadcc3e3d982ab0432b2cc7cb77796
Author: Jonathan Dumaresq <jdumar...@cimeq.qc.ca>
Date:   Thu Jan 12 14:20:22 2012 -0500

    Add the initial cfg file for the smt32f0x
    
    Change-Id: Iadbe6d6515f26813d4b1463a64c2b653bcb249a0
    Signed-off-by: Jonathan Dumaresq <jdumar...@cimeq.qc.ca>

diff --git a/tcl/target/stm32f0x_stlink.cfg b/tcl/target/stm32f0x_stlink.cfg
new file mode 100644
index 0000000..f94b258
--- /dev/null
+++ b/tcl/target/stm32f0x_stlink.cfg
@@ -0,0 +1,12 @@
+#
+# STM32f1x stlink pseudo target
+#
+
+set CHIPNAME stm32f0x
+set CPUTAPID 0x0BB11477
+set WORKAREASIZE 0x4000
+
+source [find target/stm32_stlink.cfg]
+
+set _FLASHNAME $_CHIPNAME.flash
+flash bank $_FLASHNAME stm32f0x 0 0 0 0 $_TARGETNAME

-- 

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to