dda793c0ef
- Introduced `kicad_cli.sh` for local and Docker-based kicad-cli execution. - Created `schops.py` for schematic operations including ERC, BOM, netlist exports, and bulk edits. - Added README.md for schops with installation and usage instructions. - Included requirements.txt for necessary Python packages. - Implemented rules engine for applying field defaults and renaming nets. - Added tests for rules engine functionality. - Introduced scope guard script to enforce file modification policies based on PR labels. - Created watch script to monitor KiCad files and trigger hardware gate on changes.
288 B
288 B
Design Blocks (KiCad 9) + registry
Les briques se stockent sous hardware/blocks/**.kicad_block/ (avec un .kicad_sch + un .json metadata).
Un registry est généré automatiquement : hardware/blocks/REGISTRY.md.
Référence : KiCad 9 Design Blocks. citeturn0search8