This is an automated email from Gerrit. Freddie Chopin ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/874
-- gerrit commit 6cbf15fd02201a4559526e68062db293ff015aa0 Author: Spencer Oliver <[email protected]> Date: Thu Sep 27 12:35:44 2012 +0100 cfg: fix incorrect stm32f3 TAPID Change-Id: Id66d4e03a77c47a49086ee753bed01b3944064e1 Signed-off-by: Spencer Oliver <[email protected]> Reviewed-on: http://openocd.zylin.com/855 Tested-by: jenkins Reviewed-by: Freddie Chopin <[email protected]> diff --git a/tcl/target/stm32f3x_stlink.cfg b/tcl/target/stm32f3x_stlink.cfg index bc86ed9..b2ba9d9 100644 --- a/tcl/target/stm32f3x_stlink.cfg +++ b/tcl/target/stm32f3x_stlink.cfg @@ -7,7 +7,7 @@ if { [info exists CHIPNAME] == 0 } { } if { [info exists CPUTAPID] == 0 } { - set CPUTAPID 0x1ba01477 + set CPUTAPID 0x2ba01477 } if { [info exists WORKAREASIZE] == 0 } { -- ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
