update identifier and repo URL
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -3,12 +3,12 @@
|
|||||||
"name": "STM32 Pin Validator",
|
"name": "STM32 Pin Validator",
|
||||||
"description": "Validate STM32 pin assignments between KiCad and STM32CubeMX .ioc files",
|
"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.",
|
"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": "stm32-pin-validator",
|
"identifier": "co.th.b4l.git.janik.stm32-pin-validator",
|
||||||
"type": "plugin",
|
"type": "plugin",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "janik",
|
"name": "janik",
|
||||||
"contact": {
|
"contact": {
|
||||||
"git": "https://git.b4l.co.th/jamork/stm32PinValidator"
|
"git": "https://git.b4l.co.th/janik/stm32PinValidator"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"kicad_version": "9.0",
|
"kicad_version": "9.0",
|
||||||
"download_url": "https://git.b4l.co.th/jamork/stm32PinValidator/releases/download/v1.0.0/stm32-pin-validator-1.0.0.zip",
|
"download_url": "https://git.b4l.co.th/janik/stm32PinValidator/releases/download/v1.0.0/stm32-pin-validator-1.0.0.zip",
|
||||||
"download_sha256": "78350f165331c98d5c1771fba5d1ce0ebfa214f75b54ec1ae2965e1d4c0483c2",
|
"download_sha256": "78350f165331c98d5c1771fba5d1ce0ebfa214f75b54ec1ae2965e1d4c0483c2",
|
||||||
"download_size": 10417,
|
"download_size": 10417,
|
||||||
"install_size": 28000
|
"install_size": 28000
|
||||||
|
|||||||
Reference in New Issue
Block a user