Files
ESP32_Serial_Swiss_Army_Knife/hardware/PCB/validation/erc.json
T
Commander1024 60c1e279d6 Add KiCad module carrier PCB draft
Introduce an editable KiCad 10 schematic and routed two-layer 82 × 80 mm
layout with local provisional footprints, validation tooling, and
component
research. Keep the RS-232 male-module mapping and mechanical clearances
explicitly provisional pending hardware verification.
2026-09-20 23:14:01 +02:00

37 lines
987 B
JSON

{
"$schema": "https://schemas.kicad.org/erc.v1.json",
"coordinate_units": "mm",
"date": "2026-09-20T20:14:47",
"ignored_checks": [
{
"description": "Global label only appears once in the schematic",
"key": "single_global_label"
},
{
"description": "Four connection points are joined together",
"key": "four_way_junction"
},
{
"description": "SPICE model issue",
"key": "simulation_model_issue"
},
{
"description": "Assigned footprint doesn't match footprint filters",
"key": "footprint_filter"
}
],
"included_severities": [
"error",
"warning"
],
"kicad_version": "10.0.6",
"sheets": [
{
"path": "/",
"uuid_path": "/c86e0d56-4290-5f2b-b790-14926c8cdeea",
"violations": []
}
],
"source": "serial-carrier.kicad_sch"
}