]> git.sur5r.net Git - armstart-ibdap/blobdiff - openocd-example.cfg
initial commit
[armstart-ibdap] / openocd-example.cfg
diff --git a/openocd-example.cfg b/openocd-example.cfg
new file mode 100644 (file)
index 0000000..f4a3721
--- /dev/null
@@ -0,0 +1,8 @@
+interface cmsis-dap
+source [find target/lpc11xx.cfg]
+adapter_khz 1000
+reset_config srst_only
+$_TARGETNAME configure -event gdb-attach {
+   echo "Halting target"
+   halt
+}