Commit Graph

73 Commits

Author SHA1 Message Date
Sean Cross 9639d75a11 releases: remove evt1 and evt2, and rename evt3 -> evt1
evt1 and evt2 were never produced.  They also would never have worked,
because the USB connector was drawn mirrored.

Remove these and replace them with a single `evt1` that was actually
produced.

This reflects the fact that the `evt1` boards actually say "EVT1" on
them.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-04 21:00:16 +08:00
Sean Cross 49d2924c26 hardware: pcb: redo timestamps, because kicad
kicad decided to redo all the timestamps.  There are no other changes to
this commit.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-03 11:50:44 +08:00
Sean Cross 57f68c4a26 release: evt3: add bom files
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-03 10:38:20 +08:00
Sean Cross 89076f32bb release: tag evt3
This is the first release that will actually work.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 20:40:27 +08:00
Sean Cross 25b662e6fb hardware: pcb: re-route USB after flipping the footprint
It looks kinda janky, but it's better than ripping everything up and
starting over.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 20:39:32 +08:00
Sean Cross 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
Sean Cross da8ede5f75 hardware: fix USB footprint being mirrored
That could have been bad.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 20:38:34 +08:00
Sean Cross 4a64ffd435 releases: evt2: tag evt2
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:48:25 +08:00
Sean Cross 2d86e4aa15 reference: add evt2 schematic
It's almost the same as evt1.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:48:25 +08:00
Sean Cross b9889e6c5a reference: rename RGB LED doc so it starts with LED-RGB
This is to differentiate it from the normal LED.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:48:25 +08:00
Sean Cross 74f18092fb reference: add reference doc for RGB LED APN
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:48:25 +08:00
Sean Cross 8bb0524872 hardware: sch: provide APN for RGB LED
Provide an alternate part number for the RGB LED, since the current one
is hard to source.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:48:25 +08:00
Sean Cross 6214f995e9 hardware: pcb: increase USB connector size
It was only 11.3mm before.  Make it 11.7mm, and center it.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:48:25 +08:00
Sean Cross e91896a8fb hardware: pcb: loosen up the ground plane / 5V some more
Move some vias around to get the 5V plane more breathing room.  Add a
small pour to give more copper and stabilize the net.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:22:29 +08:00
Sean Cross ced061ec5c hardware: pcb: add pin header to dcm file
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 19:22:04 +08:00
Sean Cross 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
Sean Cross e48d836372 pcb: remove usb silk, add more 5V vias
Add more 5V vias near the 1.2V regulator, and replace a manual trace
with a copper pour.  This will increase the amount of copper going to
both the 3.3V and 1.2V regulators, which should improve stability.

While we're at it, remove an errant silk artifact on the USB connector.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 14:03:27 +08:00
Sean Cross e842cfdc0c releases: add evt1 release files
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 13:49:59 +08:00
Sean Cross 46fdfdf134 hardware: pcb: update drill offset, add mfg notes
Add a note indicating the PCB thickness and color.

Also, move the drill origin to the lower-left corner, to aid in machine
assembly.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 13:49:40 +08:00
Sean Cross dd4ad06f7e reference: add render of pcb back
Might as well put this in there, too!

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 12:52:45 +08:00
Sean Cross 9f14ebbdbf reference: add new render of PCB
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 12:50:51 +08:00
Sean Cross 12afe3aed1 pcb: add more silk, fatten up ground traces
Add more silk, indicating website and other info.

While we're at it, move some traces around to give more copper area, and
drop some more vias to improve ground performance.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 12:49:56 +08:00
Sean Cross 1ef5bb909f reference: add updated schematic for evt1
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 11:39:13 +08:00
Sean Cross c5dda21a57 reference: add render of evt1 board
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 11:38:22 +08:00
Sean Cross d1923f10e1 hardware: pcb: finish layout with new PMOD connector
This is just about manufacturable.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 11:37:49 +08:00
Sean Cross c02b3ef4ac hardware: sch: add PMOD connector
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 11:37:40 +08:00
Sean Cross 74d402417b hardware: tomu-fpga-cache: add `conn-1x6` for PMOD
This connector is used for the PMOD, so add it to the schematic library.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-02 11:35:28 +08:00
Sean Cross 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
Sean Cross b26b71343d hardware: first fully-routed PCB
The PCB is terrible, and probably would have all sorts of issues.  Will
rip it up and try again tomorrow.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 22:28:10 +08:00
Sean Cross ee8313e78d gitignore: ignore backup files
Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 16:06:14 +08:00
Sean Cross 65ba72a57e hardware: pcb: add initial screenshot
It's unrouted, and will probably change, but it's an idea.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 16:05:54 +08:00
Sean Cross e32b48a72e hardware: pcb: initial commit
This is an initial commit.  Still unclear of how big it will be, but
this is a good "minimum size" estimate.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 16:03:55 +08:00
Sean Cross 1acf50df39 hardware: sch: use footprints from `tomu-fpga`
Use our local copy of footprints, which are guaranteed not to change
between Kicad versions.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 16:03:06 +08:00
Sean Cross 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
Sean Cross 3a14554c30 reference: add pushbutton, red LED
Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 12:58:45 +08:00
Sean Cross 820408887a hardware: pcb: add footprint library table
This will be used to tell pcbnew where to find footprint libraries.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 12:58:07 +08:00
Sean Cross 061b2c81a7 hardware: sch: map remaining footprints
Add footprints for the remaining schematic components.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 12:57:33 +08:00
Sean Cross 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
Sean Cross a715f5c728 hardware: add testpoints for SPI programming
This will become necessary when doing factory burning.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 10:54:13 +08:00
Sean Cross 30b7610996 pcb: hook up more debug wires
We have spare pins, so run more debug wires.

Many of these will probably get cut when doing the PCB layout.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 10:45:27 +08:00
Sean Cross 7bbaa24233 hardware: update name of SPI Flash
Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 10:36:52 +08:00
Sean Cross 4fe5f8f629 hardware: sch: use raspberry pi header, rework signaling
Rework the signaling to send everything to a Raspberry Pi header.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 10:36:01 +08:00
Sean Cross eb93c70f01 hardware: sch: restructure SPI Flash symbol
It's much cleaner if we put power pins on one side and signal pins on
the other.  This removes the ratsnest that was building up.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 10:35:19 +08:00
Sean Cross d99d091d95 pcb: schematic-cache: add Raspberry Pi, new SPI Flash
This reworks the SPI Flash layout and adds the Raspberry Pi header.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 10:34:33 +08:00
Sean Cross 6283435874 reference: evt1: publish final-final-final schematic
It's final this time!  I mean it!

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-31 10:33:49 +08:00
Sean Cross b7bcfc595b reference: update evt1 schematic pdf
This adds the `SPI Header`.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-30 23:47:17 +08:00
Sean Cross 0973972464 hardware: pcb: add SPI debug header
This will be used to program SPI during board bringup.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-30 22:28:08 +08:00
Sean Cross 9cb4ba9a3d reference: regenerate evt1 pdf
Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-30 19:21:59 +08:00
Sean Cross 78bb283bc6 hardware: sch: populate SPI, /RESET pullups
It turns out these resistors are important.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-30 19:21:01 +08:00
Sean Cross ddb9948232 reference: add another fpga doc, xtal doc
Signed-off-by: Sean Cross <sean@xobs.io>
2018-10-30 19:16:30 +08:00