From aa939b07b10021ef538312921752c04081f0b893 Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 19 Mar 2020 16:17:51 +0200 Subject: [PATCH] Update default init config for Renode --- platformio/commands/debug/initcfgs.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/platformio/commands/debug/initcfgs.py b/platformio/commands/debug/initcfgs.py index a392b9eb..55e7c34f 100644 --- a/platformio/commands/debug/initcfgs.py +++ b/platformio/commands/debug/initcfgs.py @@ -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 """