summaryrefslogtreecommitdiff
path: root/openocd.cfg
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-06-08 18:45:51 +0200
committerjaseg <git@jaseg.de>2024-06-08 18:45:51 +0200
commitb0d059fb24a77ecb244f0722bba2c163668a7eac (patch)
treef168b2f0242992159d28bc6a054d0281d1af5f15 /openocd.cfg
downloadsubmit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.tar.gz
submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.tar.bz2
submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.zip
Initial commit
Diffstat (limited to 'openocd.cfg')
-rw-r--r--openocd.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/openocd.cfg b/openocd.cfg
new file mode 100644
index 0000000..3447e6f
--- /dev/null
+++ b/openocd.cfg
@@ -0,0 +1,9 @@
+gdb_port 3333
+tcl_port disabled
+telnet_port disabled
+
+source [find interface/stlink.cfg]
+source [find target/stm32f1x.cfg]
+
+init
+arm semihosting enable