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

Commits on Nov 28, 2018

  1. Copy the full SHA
    5288648 View commit details
  2. Copy the full SHA
    422462c View commit details
  3. revC: add ATECC508A

    marcan committed Nov 28, 2018
    Copy the full SHA
    aa64dad View commit details
  4. Copy the full SHA
    5a3ec2e View commit details
Showing with 2,108 additions and 1,848 deletions.
  1. +20 −0 hardware/boards/glasgow/glasgow-cache.lib
  2. +1,911 −1,784 hardware/boards/glasgow/glasgow.kicad_pcb
  3. +150 −64 hardware/boards/glasgow/glasgow.sch
  4. +6 −0 hardware/symbols/Glasgow.dcm
  5. +21 −0 hardware/symbols/Glasgow.lib
20 changes: 20 additions & 0 deletions hardware/boards/glasgow/glasgow-cache.lib
Original file line number Diff line number Diff line change
@@ -610,6 +610,26 @@ X GNDPLL0 L6 600 0 150 L 50 50 5 1 W
ENDDRAW
ENDDEF
#
# Glasgow:ATECC508A
#
DEF Glasgow:ATECC508A U 0 20 Y Y 1 F N
F0 "U" -300 250 50 H V C CNN
F1 "Glasgow:ATECC508A" 100 -250 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*W7.62mm*
SOIC*3.9x4.9mm*
$ENDFPLIST
DRAW
S -300 200 300 -200 1 1 10 f
X GND 4 0 -300 100 U 50 50 1 1 W
X SDA 5 400 100 100 L 50 50 1 1 I
X SCL 6 400 0 100 L 50 50 1 1 I
X VCC 8 0 300 100 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# Glasgow:TCA9517
#
DEF Glasgow:TCA9517 U 0 40 Y Y 1 F N
Loading