Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 196629303064
Choose a base ref
...
head repository: whitequark/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0a295a5a11f8
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Nov 23, 2018

  1. revC: I/O buffer B routing

    marcan committed Nov 23, 2018
    Copy the full SHA
    0a295a5 View commit details
Showing with 5,514 additions and 4,196 deletions.
  1. +31 −0 hardware/boards/glasgow/glasgow-cache.lib
  2. +4,151 −3,017 hardware/boards/glasgow/glasgow.kicad_pcb
  3. +612 −580 hardware/boards/glasgow/io_banks.sch
  4. +720 −599 hardware/boards/glasgow/io_buffer.sch
31 changes: 31 additions & 0 deletions hardware/boards/glasgow/glasgow-cache.lib
Original file line number Diff line number Diff line change
@@ -119,6 +119,37 @@ X Pin_2 2 -200 -100 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Connector_Generic:Conn_01x08
#
DEF Connector_Generic:Conn_01x08 J 0 40 Y N 1 F N
F0 "J" 0 400 50 H V C CNN
F1 "Connector_Generic:Conn_01x08" 0 -500 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_1x??_*
$ENDFPLIST
DRAW
S -50 -395 0 -405 1 1 6 N
S -50 -295 0 -305 1 1 6 N
S -50 -195 0 -205 1 1 6 N
S -50 -95 0 -105 1 1 6 N
S -50 5 0 -5 1 1 6 N
S -50 105 0 95 1 1 6 N
S -50 205 0 195 1 1 6 N
S -50 305 0 295 1 1 6 N
S -50 350 50 -450 1 1 10 f
X Pin_1 1 -200 300 150 R 50 50 1 1 P
X Pin_2 2 -200 200 150 R 50 50 1 1 P
X Pin_3 3 -200 100 150 R 50 50 1 1 P
X Pin_4 4 -200 0 150 R 50 50 1 1 P
X Pin_5 5 -200 -100 150 R 50 50 1 1 P
X Pin_6 6 -200 -200 150 R 50 50 1 1 P
X Pin_7 7 -200 -300 150 R 50 50 1 1 P
X Pin_8 8 -200 -400 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Connector_Generic:Conn_02x10_Odd_Even
#
DEF Connector_Generic:Conn_02x10_Odd_Even J 0 40 Y N 1 F N
7,168 changes: 4,151 additions & 3,017 deletions hardware/boards/glasgow/glasgow.kicad_pcb

Large diffs are not rendered by default.

1,192 changes: 612 additions & 580 deletions hardware/boards/glasgow/io_banks.sch

Large diffs are not rendered by default.

1,319 changes: 720 additions & 599 deletions hardware/boards/glasgow/io_buffer.sch

Large diffs are not rendered by default.