extract_pinmux_config
Extracts pin multiplexing assignments from KiCad schematics, showing which MCU peripherals map to which pins. Optionally filter by MCU type.
Instructions
Extract pin multiplexing configuration for MCUs.
This function extracts pin multiplexing (pinmux) configuration for MCU components, showing which peripherals are assigned to which pins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schematic_path | Yes | Path to .kicad_sch file | |
| component_type | No | Optional MCU type filter (e.g., 'stm32', 'esp32', 'nrf52') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |