build_flash_run
Compile project, flash firmware to target, reset, and run to a specified breakpoint in a single cycle.
Instructions
Full cycle: build the project, flash firmware, and run to breakpoint.
Composite operation:
Build the project (compile)
Flash the firmware to target
Reset and run to the specified breakpoint
This is the core "edit-compile-debug" loop tool.
Args: break_at: Symbol to break at after flashing (default: "main")
Returns: Step-by-step results for the entire build-flash-run cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| break_at | No | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |