This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/855
-- gerrit commit 19361ea9e1483185dc340a2a962624db7d202baf 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]> 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 } { -- ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
