Blame view

RIOT/boards/pttu/tools/pttu_debug.gdb 250 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  #winheight regs 11
  set history save on
  set history size 1000
  target remote localhost:3333
  monitor mt_internal_rc
  load
  compare-sections
  monitor soft_reset_halt
  set mem inaccessible-by-default off
  monitor debug_level 0
  
  break bootloader
  continue
  d b 1