Skip to content

Commit

Permalink
wip: starting new pcb Rev 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heiso committed Nov 18, 2024
1 parent e8784a3 commit ef87da7
Show file tree
Hide file tree
Showing 79 changed files with 243,216 additions and 45,678 deletions.
6 changes: 6 additions & 0 deletions kicad/Rev 1.0/fp-lib-table
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(fp_lib_table
(version 7)
(lib (name "Lekker switch")(type "KiCad")(uri "${KIPRJMOD}/libraries/SW_MX_Lekker")(options "")(descr ""))
(lib (name "erichelgeson/Kicad-STM32")(type "KiCad")(uri "/Users/heiso/Projects/erichelgeson/Kicad-STM32/Footprints")(options "")(descr ""))
(lib (name "switch")(type "KiCad")(uri "${KIPRJMOD}/libraries/switch")(options "")(descr ""))
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
62,696 changes: 62,696 additions & 0 deletions kicad/Rev 1.0/macrolev.kicad_pcb

Large diffs are not rendered by default.

105 changes: 102 additions & 3 deletions kicad/macrolev-old.kicad_pro → kicad/Rev 1.0/macrolev.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"width": 0.0
},
{
"gap": 0.3,
"gap": 0.15,
"via_gap": 0.5,
"width": 0.3
}
Expand Down Expand Up @@ -198,7 +198,85 @@
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": [],
"layer_presets": [
{
"activeLayer": -2,
"layers": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
36,
37,
44,
59
],
"name": "simple",
"renderLayers": [
125,
126,
127,
128,
129,
130,
133,
134,
135,
136,
138,
139,
140,
141,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
152,
153,
154,
155,
157,
158,
159,
160,
161
]
}
],
"viewports": []
},
"boards": [],
Expand Down Expand Up @@ -431,7 +509,7 @@
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"diff_pair_width": 0.3,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
Expand Down Expand Up @@ -476,6 +554,23 @@
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.15,
"diff_pair_gap": 0.15,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.3,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "usb",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.3,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {
Expand Down Expand Up @@ -511,6 +606,10 @@
{
"netclass": "Analog signal",
"pattern": "/ADC*"
},
{
"netclass": "usb",
"pattern": "/USB*"
}
]
},
Expand Down
Loading

0 comments on commit ef87da7

Please sign in to comment.