This is an automated email from Gerrit. Andrey Yurovsky ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1523
-- gerrit commit da262693f14bb1208ea210ce0d380260bc5444d9 Author: Andrey Yurovsky <[email protected]> Date: Mon Jul 22 17:42:15 2013 -0700 boards: add stm32l152c discovery This is an updated stm32l152 discovery. It replaces the RBT6 chip with a RCT6 and does not have hardware reset. Change-Id: If2fc3fe3e158e5f90cd590f4ca8f81dfba2954bb Signed-off-by: Andrey Yurovsky <[email protected]> diff --git a/tcl/board/stm32lcdiscovery.cfg b/tcl/board/stm32lcdiscovery.cfg new file mode 100644 index 0000000..0c1fbeb --- /dev/null +++ b/tcl/board/stm32lcdiscovery.cfg @@ -0,0 +1,10 @@ +# This is an STM32L discovery board with a single STM32L152RCT6 chip. +# http://www.st.com/internet/evalboard/product/250990.jsp + +source [find interface/stlink-v2.cfg] + +set WORKAREASIZE 0x4000 +source [find target/stm32lx_stlink.cfg] + +# connect under reset +reset_config srst_nogate -- ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
