aboutsummaryrefslogtreecommitdiff
path: root/fw/scope.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'fw/scope.gdb')
-rw-r--r--fw/scope.gdb12
1 files changed, 0 insertions, 12 deletions
diff --git a/fw/scope.gdb b/fw/scope.gdb
deleted file mode 100644
index bb685e7..0000000
--- a/fw/scope.gdb
+++ /dev/null
@@ -1,12 +0,0 @@
-target remote localhost: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