add_board
Add a new board to the configuration by specifying its name and schematic file path, with optional description and PCB layout file.
Instructions
Add a new board to the configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcb | No | Path to the .kicad_pcb layout file (optional) | |
| name | Yes | Board identifier (e.g., 'my_board') | |
| path | Yes | Path to the .kicad_sch file | |
| description | No | Board description (optional) |