diff options
Diffstat (limited to 'gm_platform/fw/scope.gdb')
-rw-r--r-- | gm_platform/fw/scope.gdb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gm_platform/fw/scope.gdb b/gm_platform/fw/scope.gdb deleted file mode 100644 index 01366fa..0000000 --- a/gm_platform/fw/scope.gdb +++ /dev/null @@ -1,12 +0,0 @@ -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 |