This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2188
-- gerrit commit 17235944dae87fcd42b330151110f368a3d5e3db Author: Paul Fertser <[email protected]> Date: Mon Jun 23 16:32:54 2014 +0400 tcl/target/stm32l: restore slow clock on reset Change-Id: I63eafaa38b188fe50c13ab966be44a3eaa2006b0 Signed-off-by: Paul Fertser <[email protected]> diff --git a/tcl/target/stm32l.cfg b/tcl/target/stm32l.cfg index f9f7425..cfaf4c5 100644 --- a/tcl/target/stm32l.cfg +++ b/tcl/target/stm32l.cfg @@ -89,3 +89,6 @@ $_TARGETNAME configure -event reset-init { stm32l_enable_HSI } +$_TARGETNAME configure -event reset-start { + adapter_khz 100 +} -- ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
