~aleteoryx/muditaos

ref: 7ad067d41bc061bbd25d0246b03265e316d09cfc muditaos/load.gdb -rw-r--r-- 111 bytes
7ad067d4 — Maciej Gibowicz [EGD-8141] Fix brownout handling while charging 4 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