Commit Graph

20 Commits

Author SHA1 Message Date
c02bb8bb2b hardware: footprints: mark various things as virtual
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-24 16:56:21 -05:00
dd030c6333 hardware: footprints: make smt components "SMT"
Mark these components as "SMT" rather than "through-hole", which causes
them to be included in the pick-and-place file.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-24 16:50:57 -05:00
b354879d66 pcb: redo evt2 with "pin 1" dots as circles
Redo the "pin 1" dots so they are circle graphcs and not pads, which
don't seem to render in most Gerber files.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-25 04:22:44 +08:00
f84237a9e5 hardware: footprints: add model for 5V TVM diode
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-23 16:26:05 +08:00
6cc58eee66 hardware: library: add oscillator and TVM parts
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 22:52:33 +08:00
6a392e57d2 pcb: rework pcb with correct footprints, add tvs diodes
Add TVS diodes, so we make sure they work.

Also, rework the PCB so that the clock actually functions now.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 22:51:43 +08:00
1f878d4fe6 hardware: footprints: fix SOIC-8
This footprint was completely incorrect.  The footprint appears to be
for a SON-8 not a SOIC-8.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-19 22:29:48 +08:00
6b0d4cd082 hardware: footprints: xtal: correct pad orientation
The footprint was backwards, which lead to some serious performance
issues.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-19 21:57:34 +08:00
a4cc3b6729 hardware: pretty: remove 3D model from connectors
On this PCB, these are unpopulated.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-13 10:42:31 +08:00
1f0152ebf0 hardware: sw-spst: replace 3d model with local copy
This is another example of a 3D model that has gotten moved, causing
kicad to not work between versions.  Use a local copy of the 3D model.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-13 10:28:06 +08:00
6c54083400 hardware: 3d: add switch model
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-13 10:27:39 +08:00
bb8e644b99 hardware: pretty: xtal: replace pin 1 marker pad with drawing
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-13 10:24:44 +08:00
bb279832f7 hardware: pretty: led-rgb: replace pin 1 indicator with drawing
Replace the pin 1 indicator with a drawing, so that kicad will export
it.  It was a pad before.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-13 10:21:42 +08:00
312cf92730 hardware: pretty: mems: replace pin 1 with drawing
Replace the pin 1 pad with a drawing, so kicad will export it.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-13 10:20:50 +08:00
9fc3dbc90a hardware: pretty: led: replace pin1 marker with silk
It turns out that if you put pads down on the silk layer, kicad doesn't
export them.  As a result, evt1 had no pin1 marker for this LED.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-13 10:19:08 +08:00
87ab2799bf hardawre: footprints: reverse USB footprints
They were copied incorrectly.  Fix the footprints so the pads are no
longer mirrored.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 20:38:56 +08:00
37899c600b hardware: pcb: move pin headers into local repo
Move the new PMOD pin headers from KiCad into the local repo, so that it
no longer depends on KiCad version.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:21:48 +08:00
29538e3235 hardware: footprints: extend USB-B pads, fix XTAL dot
Fix the crystal's "Pin 1" marker.

Extend the pads on the USB-B connector.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 11:34:15 +08:00
f3315b58d8 pcb: add our own copies of 3d models and footprints
The Kicad default footprints seem volatile and unreliable.  Going
between two machines that both have "Kicad 5.0.0" installed results in
incompatibilities because KiCad has renamed their footprint libraries.

Also, for some reason it's going to Github to get footprints instead of
using local copies.

Copy every model and footprint we use into a local tomu-fpga.pretty.
This lets us ensure we can work offline, and also allows us to modify
footprints, e.g. by adding a "Pin 1" marker.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 16:01:10 +08:00
60d24d66fd hardware: add footprints for most components
Add footprints for most of the components we'll use.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 12:57:17 +08:00