diff options
author | jaseg <git@jaseg.net> | 2020-01-23 14:38:36 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2020-01-23 14:38:36 +0100 |
commit | 410e38651052038e34843b17269d61e75720f0ba (patch) | |
tree | 987d1853c55b152d5e1362af4420fa52fcd56a81 /gm_platform/fw/scope.gdb | |
parent | 6a49b8399fb156d427b5d15746de877ac933ba3d (diff) | |
download | master-thesis-410e38651052038e34843b17269d61e75720f0ba.tar.gz master-thesis-410e38651052038e34843b17269d61e75720f0ba.tar.bz2 master-thesis-410e38651052038e34843b17269d61e75720f0ba.zip |
board bringup: adc, usart working
Diffstat (limited to 'gm_platform/fw/scope.gdb')
-rw-r--r-- | gm_platform/fw/scope.gdb | 12 |
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 |