aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/interface')
-rw-r--r--tcl/interface/stlink-v1.cfg8
-rw-r--r--tcl/interface/stlink-v2.cfg8
2 files changed, 6 insertions, 10 deletions
diff --git a/tcl/interface/stlink-v1.cfg b/tcl/interface/stlink-v1.cfg
index d351324c..af678187 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 2757a334..3eee7d9e 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