aboutsummaryrefslogtreecommitdiffstats
path: root/support/openocd
diff options
context:
space:
mode:
authorPerry Hung <iperry@alum.mit.edu>2010-06-05 21:46:22 -0400
committerPerry Hung <iperry@alum.mit.edu>2010-06-05 21:46:22 -0400
commite2b295651a79bdca5e8cc71b3098bfdfb0e4a99e (patch)
treeb9276e8be045e91768fc681ddd33760efa9bf156 /support/openocd
parent767bf60238435be10b7197dc4300b9e678f18c72 (diff)
downloadlibrambutan-e2b295651a79bdca5e8cc71b3098bfdfb0e4a99e.tar.gz
librambutan-e2b295651a79bdca5e8cc71b3098bfdfb0e4a99e.zip
trivial: fixed incorrect comment on jtag scan chain in openocd scripts
Diffstat (limited to 'support/openocd')
-rw-r--r--support/openocd/flash.cfg2
-rw-r--r--support/openocd/run.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/openocd/flash.cfg b/support/openocd/flash.cfg
index 86020bf..6cffa80 100644
--- a/support/openocd/flash.cfg
+++ b/support/openocd/flash.cfg
@@ -31,7 +31,7 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# See STM Document RM0008
- # Section 26.6.3
+ # Section 30.6.3
set _CPUTAPID 0x3ba00477
}
diff --git a/support/openocd/run.cfg b/support/openocd/run.cfg
index 234a3c8..87d33ae 100644
--- a/support/openocd/run.cfg
+++ b/support/openocd/run.cfg
@@ -31,7 +31,7 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# See STM Document RM0008
- # Section 26.6.3
+ # Section 30.6.3
set _CPUTAPID 0x3ba00477
}