mirror of
https://github.com/rbtsco/cubemx2kicad.git
synced 2025-03-31 09:36:26 +03:00
12 lines
313 B
JSON
12 lines
313 B
JSON
{
|
|
"name": "cubemx2kicad",
|
|
"version": "1.0.0",
|
|
"description": "Export STM32 CubeMX pin assignments to matching symbols in a KiCad schematic",
|
|
"main": "cubemx2kicad.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Stefan Hamminga",
|
|
"license": "apache-2.0"
|
|
}
|