forked from platformio/platformio-core
Update default init config for Renode
This commit is contained in:
@ -126,16 +126,17 @@ $INIT_BREAK
|
|||||||
|
|
||||||
GDB_RENODE_INIT_CONFIG = """
|
GDB_RENODE_INIT_CONFIG = """
|
||||||
define pio_reset_halt_target
|
define pio_reset_halt_target
|
||||||
monitor reset
|
monitor machine Reset
|
||||||
|
$LOAD_CMDS
|
||||||
|
monitor start
|
||||||
end
|
end
|
||||||
|
|
||||||
define pio_reset_run_target
|
define pio_reset_run_target
|
||||||
monitor reset
|
pio_reset_halt_target
|
||||||
end
|
end
|
||||||
|
|
||||||
target extended-remote $DEBUG_PORT
|
target extended-remote $DEBUG_PORT
|
||||||
$LOAD_CMDS
|
$LOAD_CMDS
|
||||||
pio_reset_halt_target
|
|
||||||
$INIT_BREAK
|
$INIT_BREAK
|
||||||
monitor start
|
monitor start
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user