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

Commits on Sep 11, 2020

  1. revC2: Increased tact switch slot width.

    Now the slot width is the same 0.6mm as the USB-C connector which is
    known to work even with JLCPCB. JLCPCB officially states that the slot
    width should be 0.65mm, though we know they are fine with the narrower
    USB-C slot too.
    esden committed Sep 11, 2020
    Copy the full SHA
    61f76c5 View commit details
  2. Copy the full SHA
    9eb721b View commit details
  3. revC2: Addressed some DRC issues.

    Addressed:
    * Decreased via size under the BGA. 0.2mm drill 0.4mm pad, this
    increases the clearance to the pads and is still a reasonable
    requirement for most PCB houses. (PCB houses can adjust these if
    necessary in most cases)
    * Decreased via size under the ESD diode packs.
    
    Disabled:
    * Disabled courtyard checking, this is a guidance in the first place, also
    we violate it in so many places that the DRC errors drown in the noise.
    It is still good practice to respect courtyards when possible.
    
    Not resolved:
    * Pad to drill distance for the LVDS connector. To resolve it we can
    either use complex pads or use the new single corner chamfered pads in
    KiCad nightly. To save time I leave this issue for the very last step of
    gerber generation that can be done in KiCad nightly.
    esden committed Sep 11, 2020
    Copy the full SHA
    9d1c74b View commit details
Loading