summaryrefslogtreecommitdiff
path: root/gm_platform/fw/scope.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gm_platform/fw/scope.gdb')
-rw-r--r--gm_platform/fw/scope.gdb12
1 files changed, 12 insertions, 0 deletions
diff --git a/gm_platform/fw/scope.gdb b/gm_platform/fw/scope.gdb
new file mode 100644
index 0000000..01366fa
--- /dev/null
+++ b/gm_platform/fw/scope.gdb
@@ -0,0 +1,12 @@
+target remote 192.168.178.103:3334
+set pagination off
+file main.elf
+load
+
+break gdb_dump
+command 1
+ dump binary value /tmp/scope_dump.bin adc_buf
+ continue
+end
+
+continue