Skip to content

Commit

Permalink
Updated vias to be .6mm/.3mm. Added Analog plane. Added more debug co…
Browse files Browse the repository at this point in the history
…nnectors
  • Loading branch information
BrettRegnier committed Aug 8, 2024
1 parent 8a64ad6 commit 1fbbdc0
Show file tree
Hide file tree
Showing 79 changed files with 66,361 additions and 545,186 deletions.
Binary file added docs/datasheets/ILI9341.pdf
Binary file not shown.
Binary file added docs/datasheets/WM8960.pdf
Binary file not shown.
Binary file added docs/datasheets/esp32-s3_datasheet_en.pdf
Binary file not shown.
Binary file added docs/datasheets/stm32f072c8-1.pdf
Binary file not shown.
Binary file added docs/datasheets/stm32f405rg-3.pdf
Binary file not shown.
50,346 changes: 26,560 additions & 23,786 deletions hardware/EV11/EV11 Board Design.kicad_pcb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hardware/EV11/EV11 Board Design.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"active_layer_preset": "",
"auto_track_width": false,
"hidden_netclasses": [],
"hidden_nets": [],
Expand Down Expand Up @@ -64,7 +64,7 @@
39,
40
],
"visible_layers": "fffffff_ffffffff",
"visible_layers": "ffdfeff_ffffffff",
"zone_display_mode": 1
},
"git": {
Expand Down
36 changes: 15 additions & 21 deletions hardware/EV11/EV11 Board Design.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"version": 2
},
"rule_severities": {
"annular_width": "ignore",
"clearance": "ignore",
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
Expand All @@ -88,18 +88,18 @@
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "ignore",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_courtyard": "error",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"npth_inside_courtyard": "error",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"pth_inside_courtyard": "error",
"shorting_items": "error",
"silk_edge_clearance": "ignore",
"silk_over_copper": "ignore",
"silk_overlap": "ignore",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"starved_thermal": "error",
Expand All @@ -119,19 +119,19 @@
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.1,
"min_clearance": 0.127,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.2,
"min_hole_clearance": 0.2,
"min_hole_to_hole": 0.25,
"min_hole_to_hole": 0.5,
"min_microvia_diameter": 0.2,
"min_microvia_drill": 0.1,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.1,
"min_text_thickness": 0.05,
"min_through_hole_diameter": 0.15,
"min_track_width": 0.1,
"min_track_width": 0.127,
"min_via_annular_width": 0.13,
"min_via_diameter": 0.3,
"solder_mask_to_copper_clearance": 0.005,
Expand Down Expand Up @@ -217,14 +217,6 @@
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.35,
"drill": 0.2
},
{
"diameter": 0.5,
"drill": 0.3
},
{
"diameter": 0.6,
"drill": 0.3
Expand All @@ -248,7 +240,9 @@
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"erc_exclusions": [
"pin_to_pin|1054100|2082800|ad852eb7-9e98-4e69-bc2a-45aff55ed6a2|9e2715c9-f722-40e9-b3df-49c8c991305b|/bd865368-262b-4f76-b7a6-1673c2cb0f8c|/bd865368-262b-4f76-b7a6-1673c2cb0f8c|/bd865368-262b-4f76-b7a6-1673c2cb0f8c"
],
"meta": {
"version": 0
},
Expand Down
Loading

0 comments on commit 1fbbdc0

Please sign in to comment.