summaryrefslogtreecommitdiff
path: root/gm_platform/fw/scope.gdb
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:38:02 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:38:57 +0200
commit50998fcfb916ae251309bd4b464f2c122e8cb30d (patch)
tree4ecf7a7443b75ab51c4dc0c0fc9289342dc7d6a0 /gm_platform/fw/scope.gdb
parent312fee491cfab436d52db4b6265107e20f3e1293 (diff)
downloadmaster-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.gz
master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.bz2
master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.zip
Repo re-org
Diffstat (limited to 'gm_platform/fw/scope.gdb')
-rw-r--r--gm_platform/fw/scope.gdb12
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