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

Commits on Aug 16, 2020

  1. Copy the full SHA
    2bd0a49 View commit details

Commits on Aug 17, 2020

  1. Copy the full SHA
    c96b88d View commit details

Commits on Aug 24, 2020

  1. revC2: Bigger footprint bulk cap and reset button.

    Details:
    * Replaced the bulk capacitance polymer capacitor with a larger
    footprint version as the 6.3mm footprint is more common.
    * Added a reset button that instantly resets the cirucuit. Meant also as
    emergency stop. Reset will result in cutting power to the target instantly.
      * To enable reset we replaced the power supervisor chip with one that
      has a reset pin.
      * As the pullup current of the supervisor chip reset line is very low,
      we have added a capacitor parallel to the tact switch, to improve
      "wetting current" and break down contact oxides.
      * To make space for the reset button I decided to replace the SO8
      EEPROMs with TSSOP-8 packaged versions.
    * While already moving things arouond I increased the gaps between the
    status LEDs from 1.75mm to round 2.00mm. This should make lightpiping
    easier when we design a case for the glasgow.
    esden committed Aug 24, 2020
    Copy the full SHA
    3cd8961 View commit details
Showing with 9,821 additions and 9,689 deletions.
  1. +31 −12 hardware/boards/glasgow/glasgow-cache.lib
  2. +9,294 −9,228 hardware/boards/glasgow/glasgow.kicad_pcb
  3. +372 −325 hardware/boards/glasgow/glasgow.sch
  4. +124 −124 hardware/boards/glasgow/io_buffer.sch
43 changes: 31 additions & 12 deletions hardware/boards/glasgow/glasgow-cache.lib
Original file line number Diff line number Diff line change
@@ -1162,21 +1162,23 @@ X D2 6 400 -100 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Power_Supervisor_LM809
#
DEF Power_Supervisor_LM809 U 0 20 Y Y 1 F N
F0 "U" 100 500 50 H V C CNN
F1 "Power_Supervisor_LM809" 200 400 50 H V C CNN
F2 "Package_TO_SOT_SMD:SOT-23" 300 100 50 H I C CNN
F3 "" 300 100 50 H I C CNN
# Power_Supervisor_CAT811JTBI-GT3
#
DEF Power_Supervisor_CAT811JTBI-GT3 U 0 20 Y Y 1 F N
F0 "U" -300 250 50 H V L CNN
F1 "Power_Supervisor_CAT811JTBI-GT3" 50 250 50 H V L CNN
F2 "Package_TO_SOT_SMD:SOT-143" 100 -300 50 H I L CNN
F3 "" -350 -700 50 H I C CNN
ALIAS MIC811MUY MIC811JUY MIC811TUY MIC811SUY MIC811RUY CAT811LTBI-GT3 CAT811MTBI-GT3 CAT811JTBI-GT3 CAT811TTBI-GT3 CAT811STBI-GT3 CAT811RTBI-GT3 CAT811ZTBI-GT3 MAX811LEUS-T MAX811MEUS-T MAX811TEUS-T MAX811SEUS-T MAX811REUS-T
$FPLIST
SOT?23*
SOT*143*
$ENDFPLIST
DRAW
S 200 300 -200 -300 0 1 10 f
X GND 1 0 -400 100 U 50 50 1 1 W
X ~RESET 2 300 0 100 L 50 50 1 1 O
X VCC 3 0 400 100 D 50 50 1 1 W
S -300 200 300 -200 0 1 10 f
X GND 1 0 -300 100 U 50 50 1 1 W
X ~RESET 2 400 0 100 L 50 50 1 1 O
X ~MR 3 -400 0 100 R 50 50 1 1 I
X VCC 4 0 300 100 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
@@ -1201,6 +1203,23 @@ X OUT 5 400 100 100 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# Switch_SW_Push
#
DEF Switch_SW_Push SW 0 40 N N 1 F N
F0 "SW" 50 100 50 H V L CNN
F1 "Switch_SW_Push" 0 -60 50 H V C CNN
F2 "" 0 200 50 H I C CNN
F3 "" 0 200 50 H I C CNN
DRAW
C -80 0 20 0 1 0 N
C 80 0 20 0 1 0 N
P 2 0 1 0 0 50 0 120 N
P 2 0 1 0 100 50 -100 50 N
X 1 1 -200 0 100 R 50 50 0 1 P
X 2 2 200 0 100 L 50 50 0 1 P
ENDDRAW
ENDDEF
#
# power_+1V2
#
DEF power_+1V2 #PWR 0 0 Y Y 1 F P
Loading