This is an automated email from Gerrit. Jonathan Dumaresq ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/437
-- gerrit commit 9aad6c96b5785bc9de349a4ab23cb2b9f9cdc0fb Author: Jonathan Dumaresq <[email protected]> Date: Tue Feb 7 09:53:22 2012 -0500 Add stm32f0x target Change-Id: I4abfef4459b7e2780d17bdd7623fd1ef797cc8ea Signed-off-by: Jonathan Dumaresq <[email protected]> diff --git a/tcl/target/stm32f0x_stlink.cfg b/tcl/target/stm32f0x_stlink.cfg new file mode 100644 index 0000000..3a007d4 --- /dev/null +++ b/tcl/target/stm32f0x_stlink.cfg @@ -0,0 +1,13 @@ +# +# STM32f1x stlink pseudo target +# + +set CHIPNAME stm32f0x +set CPUTAPID 0x0BB11477 +set WORKAREASIZE 0x400 + +source [find target/stm32_stlink.cfg] + +# stm32f0x family uses stm32f1x driver +set _FLASHNAME $_CHIPNAME.flash +flash bank $_FLASHNAME stm32f1x 0 0 0 0 $_TARGETNAME -- ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
