summaryrefslogtreecommitdiffstats
path: root/oocd/interface/stlink-v2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'oocd/interface/stlink-v2.cfg')
-rw-r--r--oocd/interface/stlink-v2.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/oocd/interface/stlink-v2.cfg b/oocd/interface/stlink-v2.cfg
new file mode 100644
index 0000000..39fe1bb
--- /dev/null
+++ b/oocd/interface/stlink-v2.cfg
@@ -0,0 +1,17 @@
+#
+telnet_port 4444
+gdb_port 3333
+
+interface hla
+transport select hla_swd
+
+#hla_layout stlink
+#hla_device_desc "ST-LINK/V2"
+#hla_vid_pid 0x0483 0x3748
+
+
+source [find interface/stlink-v2.cfg]
+
+reset_config connect_assert_srst
+
+