[Pkg-electronics-commits] [openocd] 14/19: cfg: fix incorrect stm32f3 TAPID

Jonathan McDowell noodles at moszumanska.debian.org
Tue Oct 31 21:15:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

noodles pushed a commit to annotated tag v0.6.1
in repository openocd.

commit 80a9e44ac7496cea3d4807f9c07b47e73ac77b88
Author: Spencer Oliver <spen at spen-soft.co.uk>
Date:   Thu Sep 27 12:35:44 2012 +0100

    cfg: fix incorrect stm32f3 TAPID
    
    Change-Id: Id66d4e03a77c47a49086ee753bed01b3944064e1
    Signed-off-by: Spencer Oliver <spen at spen-soft.co.uk>
    Reviewed-on: http://openocd.zylin.com/874
    Tested-by: jenkins
---
 tcl/target/stm32f3x_stlink.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 } {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/openocd.git



More information about the Pkg-electronics-commits mailing list