~aleteoryx/muditaos

ref: 3ba8663430253fee2e7072e4959b0147d16387d4 muditaos/load.gdb -rw-r--r-- 111 bytes
3ba86634 — Dawid Wojtas [BH-1718] Add extra logs to the RTC module 2 years ago
                                                                                
1
2
3
4
5
6
7
8
target remote :2331
monitor reset
set mem inaccessible-by-default off
monitor clrbp
monitor halt
load
b main
c