Update default init config for Renode

This commit is contained in:
valeros
2020-03-19 16:17:51 +02:00
parent 0e3c3abf73
commit aa939b07b1

View File

@ -126,16 +126,17 @@ $INIT_BREAK
GDB_RENODE_INIT_CONFIG = """
define pio_reset_halt_target
monitor reset
monitor machine Reset
$LOAD_CMDS
monitor start
end
define pio_reset_run_target
monitor reset
pio_reset_halt_target
end
target extended-remote $DEBUG_PORT
$LOAD_CMDS
pio_reset_halt_target
$INIT_BREAK
monitor start
"""