summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-01 10:29:10 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-01 10:29:10 +0000
commit917f92f0525f405802d2b4d5a2d3ea12c427ebfd (patch)
treecdaa1e0c335dd2d9c85da933e6084611d2396ec2 /tcl
parentf486f86c6c1aff3248fb556541fe1a18ca456c46 (diff)
downloadopenocd+libswd-917f92f0525f405802d2b4d5a2d3ea12c427ebfd.tar.gz
openocd+libswd-917f92f0525f405802d2b4d5a2d3ea12c427ebfd.tar.bz2
openocd+libswd-917f92f0525f405802d2b4d5a2d3ea12c427ebfd.tar.xz
openocd+libswd-917f92f0525f405802d2b4d5a2d3ea12c427ebfd.zip
- add stm32 connectivity line tapid to stm32.cfg
git-svn-id: svn://svn.berlios.de/openocd/trunk@2440 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/stm32.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcl/target/stm32.cfg b/tcl/target/stm32.cfg
index d3f60feb..04cee234 100644
--- a/tcl/target/stm32.cfg
+++ b/tcl/target/stm32.cfg
@@ -52,8 +52,10 @@ if { [info exists BSTAPID ] } {
set _BSTAPID3 0x16410041
# High density devices, Rev A
set _BSTAPID4 0x06414041
+ # Connectivity line devices, Rev A and Rev Z
+ set _BSTAPID5 0x06418041
}
-jtag newtap $_CHIPNAME bs -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_BSTAPID1 -expected-id $_BSTAPID2 -expected-id $_BSTAPID3 -expected-id $_BSTAPID4
+jtag newtap $_CHIPNAME bs -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_BSTAPID1 -expected-id $_BSTAPID2 -expected-id $_BSTAPID3 -expected-id $_BSTAPID4 -expected-id $_BSTAPID5
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNAME