We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f3285 commit 7e23bf8Copy full SHA for 7e23bf8
platform.py
@@ -102,16 +102,16 @@ def _add_dynamic_options(self, board):
102
"init_break": "thb app_main",
103
"init_cmds": [
104
"define pio_reset_halt_target",
105
- " mon reset halt",
+ " monitor reset halt",
106
" flushregs",
107
"end",
108
- "define pio_reset_target",
109
- " mon reset",
+ "define pio_reset_run_target",
+ " monitor reset",
110
111
"target extended-remote $DEBUG_PORT",
112
- "$INIT_BREAK",
113
- "$LOAD_CMD",
114
- "pio_reset_halt_target"
+ "$LOAD_CMDS",
+ "pio_reset_halt_target",
+ "$INIT_BREAK"
115
],
116
"onboard": link in debug.get("onboard_tools", []),
117
"default": link == debug.get("default_tool")
0 commit comments