This is an automated email from Gerrit.

Christopher Head (ch...@zaber.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/4743

-- gerrit

commit 56fb4e091de2f6a7160d61fbbdfe70878acec7d7
Author: Christopher Head <ch...@zaber.com>
Date:   Tue Oct 30 13:45:41 2018 -0700

    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 <ch...@zaber.com>

diff --git a/tcl/target/stm32f7x.cfg b/tcl/target/stm32f7x.cfg
index e06a345..4e33107 100755
--- a/tcl/target/stm32f7x.cfg
+++ b/tcl/target/stm32f7x.cfg
@@ -58,7 +58,9 @@ if {[using_jtag]} {
  jtag_ntrst_delay 100
 }
 
-# use hardware reset, connect under reset
+# Use hardware reset.
+#
+# This target is compatible with connect_assert_srst.
 reset_config srst_only srst_nogate
 
 if {![using_hla]} {

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to