summaryrefslogtreecommitdiffstats
path: root/openocd.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'openocd.cfg')
-rw-r--r--openocd.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/openocd.cfg b/openocd.cfg
new file mode 100644
index 0000000..62f807b
--- /dev/null
+++ b/openocd.cfg
@@ -0,0 +1,6 @@
+source [find interface/stlink.cfg]
+transport select dapdirect_swd
+source [find target/stm32u0x.cfg]
+
+# Comment below to debug w/ gdb
+program build/microphone.hex verify reset exit