aboutsummaryrefslogtreecommitdiff
path: root/tcl/target
diff options
context:
space:
mode:
authorChristopher Head <chead@zaber.com>2018-10-30 13:45:41 -0700
committerTomas Vanek <vanekt@fbl.cz>2018-11-18 08:21:05 +0000
commit3da1b2e657233c7c19ea1e8952508f2030e8585b (patch)
treec19b038c541dfea6a0c5c9bf9b1fc5b72f2c4ccd /tcl/target
parentea41048830f3ef79129fdbf3623d708585929f5b (diff)
downloadriscv-openocd-3da1b2e657233c7c19ea1e8952508f2030e8585b.zip
riscv-openocd-3da1b2e657233c7c19ea1e8952508f2030e8585b.tar.gz
riscv-openocd-3da1b2e657233c7c19ea1e8952508f2030e8585b.tar.bz2
target/stm32f7x: clarify reset_config comment
The reset_config line in the config file does not actually set connect_assert_srst (the default is connect_deassert_srst), but it reads as if it does. Clarify that the target is compatible with connect_assert_srst, without suggesting that the file actually sets it to that value. Change-Id: I14e9445ab282d386b5d0055f6adf03d7c8878a8c Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4743 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'tcl/target')
-rwxr-xr-xtcl/target/stm32f7x.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/tcl/target/stm32f7x.cfg b/tcl/target/stm32f7x.cfg
index b0468e2..f6a44cc 100755
--- a/tcl/target/stm32f7x.cfg
+++ b/tcl/target/stm32f7x.cfg
@@ -58,7 +58,10 @@ if {[using_jtag]} {
jtag_ntrst_delay 100
}
-# use hardware reset, connect under reset
+# Use hardware reset.
+#
+# This target is compatible with connect_assert_srst, which may be set in a
+# board file.
reset_config srst_only srst_nogate
if {![using_hla]} {