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: 0a295a5a11f8
Choose a base ref
...
head repository: whitequark/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 06e012599eca
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 24, 2018

  1. Copy the full SHA
    20b2f3d View commit details
  2. Copy the full SHA
    06e0125 View commit details
Showing with 7,704 additions and 5,923 deletions.
  1. +41 −0 hardware/boards/glasgow/glasgow-cache.lib
  2. +5,595 −4,117 hardware/boards/glasgow/glasgow.kicad_pcb
  3. +145 −208 hardware/boards/glasgow/glasgow.sch
  4. +277 −166 hardware/boards/glasgow/io_banks.sch
  5. +1,626 −1,432 hardware/boards/glasgow/io_buffer.sch
  6. +20 −0 hardware/symbols/Glasgow.lib
41 changes: 41 additions & 0 deletions hardware/boards/glasgow/glasgow-cache.lib
Original file line number Diff line number Diff line change
@@ -119,6 +119,27 @@ X Pin_2 2 -200 -100 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Connector_Generic:Conn_01x03
#
DEF Connector_Generic:Conn_01x03 J 0 40 Y N 1 F N
F0 "J" 0 200 50 H V C CNN
F1 "Connector_Generic:Conn_01x03" 0 -200 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 -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 150 50 -150 1 1 10 f
X Pin_1 1 -200 100 150 R 50 50 1 1 P
X Pin_2 2 -200 0 150 R 50 50 1 1 P
X Pin_3 3 -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
@@ -589,6 +610,26 @@ X GNDPLL0 L6 600 0 150 L 50 50 5 1 W
ENDDRAW
ENDDEF
#
# Glasgow:TCA9517
#
DEF Glasgow:TCA9517 U 0 40 Y Y 1 F N
F0 "U" 650 200 50 H V C CNN
F1 "Glasgow:TCA9517" 750 300 50 H V C CNN
F2 "" 100 0 50 H I C CNN
F3 "" 100 0 50 H I C CNN
DRAW
S -300 300 400 -300 0 1 0 f
X VCCA 1 0 400 100 D 50 50 1 1 W
X SCLA 2 -400 100 100 R 50 50 1 1 C
X SDAA 3 -400 0 100 R 50 50 1 1 C
X GND 4 0 -400 100 U 50 50 1 1 W
X EN 5 500 -100 100 L 50 50 1 1 I
X SDAB 6 500 0 100 L 50 50 1 1 C
X SCLB 7 500 100 100 L 50 50 1 1 C
X VCCB 8 100 400 100 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# Graphic:Logo_Open_Hardware_Large
#
DEF ~Graphic:Logo_Open_Hardware_Large #LOGO 0 40 Y Y 1 F N
Loading