This is an automated email from Gerrit. Uwe Bonnes ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3376
-- gerrit commit e0cea8eb0de8eb598d99ea75873921714f012c1f Author: Uwe Bonnes <[email protected]> Date: Wed Mar 2 13:21:43 2016 +0100 target/stm32f4x.cfg: Fix typo. Taken from git://git.ac6.fr/openocd commit e8ed67c42227b7072a1e7 Change-Id: I531f4dac3f28e478de32dfc77c6ffaf847d08110 Signed-off-by: Uwe Bonnes <[email protected]> diff --git a/tcl/target/stm32f4x.cfg b/tcl/target/stm32f4x.cfg index 7205c46..0ac49e0 100644 --- a/tcl/target/stm32f4x.cfg +++ b/tcl/target/stm32f4x.cfg @@ -38,7 +38,7 @@ if { [info exists CPUTAPID] } { swj_newdap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID if { [info exists BSTAPID] } { - set _BSTAPID $BSTAPID + set _BSTAPID1 $BSTAPID } else { # See STM Document RM0090 # Section 38.6.2 -- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
