summaryrefslogtreecommitdiff
path: root/gm_platform/fw/scope.gdb
blob: 01366fa8bed49bd2f14792ae53eb4d3d6210d606 (plain)
1
2
3
4
5
6
7
8
9
10
11
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