validate_pinmap
Validate firmware pin expectations against schematic nets, ensuring pin assignments match actual connections to prevent hardware-firmware mismatches.
Instructions
Compare firmware pin expectations with schematic nets.
expected maps either physical pin numbers or unique symbolic pin names to
expected net labels, for example {"GPIO8": "I2C_SDA"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expected | Yes | ||
| reference | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||