From 226fef1618dd9a37c050bb79a24c77396cd14c46 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 11 Oct 2020 23:31:12 +0200 Subject: Initial fw commit --- fw/scope.gdb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fw/scope.gdb (limited to 'fw/scope.gdb') diff --git a/fw/scope.gdb b/fw/scope.gdb new file mode 100644 index 0000000..da325bd --- /dev/null +++ b/fw/scope.gdb @@ -0,0 +1,12 @@ +target remote localhost:3333 +set pagination off +file main.elf +load + +break gdb_dump +command 1 + dump binary value /tmp/scope_dump.bin debug_buf + continue +end + +continue -- cgit