Files
ESP32_Serial_Swiss_Army_Knife/hardware/PCB/validation/pcb-parity-drc.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

54 lines
1.6 KiB
JSON

{
"$schema": "https://schemas.kicad.org/drc.v1.json",
"coordinate_units": "mm",
"date": "2026-09-20T23:07:29",
"ignored_checks": [
{
"description": "Footprint has no courtyard defined",
"key": "missing_courtyard"
},
{
"description": "Track endpoint not centered on via",
"key": "track_not_centered_on_via"
},
{
"description": "Tuning profile track geometries",
"key": "tuning_profile_track_geometries"
},
{
"description": "Footprint doesn't match symbol's footprint filters",
"key": "footprint_filters_mismatch"
},
{
"description": "Footprint component type doesn't match footprint pads",
"key": "footprint_type_mismatch"
}
],
"included_severities": [
"error",
"warning",
"exclusion"
],
"kicad_version": "10.0.6",
"schematic_parity": [
{
"description": "Carrier:MAX3243_Reference_Provisional stimmt nicht mit dem Footprint des Symbols () überein.",
"items": [
{
"description": "Footprint U2",
"pos": {
"x": 143.0,
"y": 130.0
},
"uuid": "812387f6-6524-459e-8102-fe9c55122668"
}
],
"severity": "warning",
"type": "footprint_symbol_mismatch"
}
],
"source": "serial-carrier.kicad_pcb",
"unconnected_items": [],
"violations": []
}