Add the gdb and openocd configuration script for the latest openocd version.
[bertos.git] / bertos / cpu / cortex-m3 / scripts / luminary_new.gdb
diff --git a/bertos/cpu/cortex-m3/scripts/luminary_new.gdb b/bertos/cpu/cortex-m3/scripts/luminary_new.gdb
new file mode 100644 (file)
index 0000000..0dc3e87
--- /dev/null
@@ -0,0 +1,8 @@
+target remote localhost:3333
+monitor reset
+monitor sleep 500
+monitor poll
+monitor soft_reset_halt
+break main
+load
+continue