reset
Reset the target microcontroller, optionally halting execution for debugging with modes like halt, run, or init.
Instructions
Reset the target. mode: 'halt' — reset and immediately halt (good for debugging) 'run' — reset and start running 'init' — reset and run init scripts With 'run' and conditional breakpoints set, this honors those conditions (skipping false ones) just like resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | halt |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |