{ "$schema": "https://go.kicad.org/pcm/schemas/v1", "name": "STM32 Pin Validator", "description": "Validate STM32 pin assignments between KiCad and STM32CubeMX .ioc files", "description_full": "Compares pin assignments across three sources:\n1. PCB layout (pad nets via pcbnew API)\n2. Schematic (pin names and labels, parsed from .kicad_sch)\n3. STM32CubeMX .ioc (GPIO signals and labels)\n\nResults are shown in a colour-coded table so mismatches are easy to spot. Handles pin remapping, aliases, and alternative GPIO names.", "identifier": "co.th.b4l.git.janik.stm32-pin-validator", "type": "plugin", "author": { "name": "janik", "contact": { "git": "https://git.b4l.co.th/janik/stm32PinValidator" } }, "license": "GPL-3.0-or-later", "resources": { "homepage": "https://git.b4l.co.th/janik/stm32PinValidator" }, "versions": [ { "version": "1.0.2", "status": "stable", "kicad_version": "9.0", "download_url": "https://git.b4l.co.th/janik/stm32PinValidator/releases/download/v1.0.2/stm32-pin-validator-1.0.2.zip", "download_sha256": "a837393a432cc71ae578c390e7598e0ee64978ec0be1c800d25d5dd95a306b6c", "download_size": 10514, "install_size": 28000 } ] }