This is an automated email from Gerrit.

Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/582

-- gerrit

commit bfb7a11521bad261833adf8bc7559b896679aa2e
Author: Spencer Oliver <[email protected]>
Date:   Thu Apr 19 15:53:07 2012 +0100

    cfg: remove unused stlink options
    
    reset_config is now supported by stlink, remove from the config as this
    is a per board option.
    
    Change-Id: I85208d2154502b8d3a098afe1d9a28d75820a7c0
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/tcl/interface/stlink-v1.cfg b/tcl/interface/stlink-v1.cfg
index d351324..af67818 100644
--- a/tcl/interface/stlink-v1.cfg
+++ b/tcl/interface/stlink-v1.cfg
@@ -6,8 +6,6 @@ interface stlink
 stlink_layout sg
 stlink_device_desc "ST-LINK/V1"
 stlink_vid_pid 0x0483 0x3744
-#
-# dummy values, not really needed
-#
-adapter_khz 1
-reset_config trst_and_srst
+
+# unused but set to disable warnings
+adapter_khz 1000
diff --git a/tcl/interface/stlink-v2.cfg b/tcl/interface/stlink-v2.cfg
index 2757a33..3eee7d9 100644
--- a/tcl/interface/stlink-v2.cfg
+++ b/tcl/interface/stlink-v2.cfg
@@ -6,8 +6,6 @@ interface stlink
 stlink_layout usb
 stlink_device_desc "ST-LINK/V2"
 stlink_vid_pid 0x0483 0x3748
-#
-# dummy values, not really needed
-#
-adapter_khz 1
-reset_config trst_and_srst
\ No newline at end of file
+
+# unused but set to disable warnings
+adapter_khz 1000

-- 

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to