reset
Reset the target microcontroller and choose to halt after reset for step-by-step debugging.
Instructions
复位目标单片机。
Args: halt_after: True(默认)= 复位后保持暂停,方便从头调试; False = 复位后立即运行。
Returns: 复位结果和目标状态。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| halt_after | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |