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: moPsy-project/manual-gate-trigger-source
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: moPsy-project/manual-gate-trigger-source
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Mar 15, 2023

  1. 🔨 Remove R6 and R7

    The resistors around the V_drive transistor are not needed with this op-amp
    circuit
    penguineer committed Mar 15, 2023
    Copy the full SHA
    762180e View commit details
  2. 🔨 Tie V_drive op-amp to GND instead of -12V

    This op-amp only needs to go down to 3V, so -12V are not needed.
    This was the only device using the negative rail.
    penguineer committed Mar 15, 2023
    Copy the full SHA
    eb2fd74 View commit details
  3. 🔥 Remove -12V rail

    penguineer committed Mar 15, 2023
    Copy the full SHA
    3209a18 View commit details
  4. Copy the full SHA
    00f7c38 View commit details
  5. Merge pull request #37 from moPsy-project/v-drive-simplify

    🎨 Simplify the V_drive circuit and remote -12V rail
    penguineer authored Mar 15, 2023
    Copy the full SHA
    4a4c75d View commit details

Commits on Apr 4, 2023

  1. Copy the full SHA
    31cfc54 View commit details
  2. Merge pull request #47 from moPsy-project/workflow-release-v3

    👷 Update checkout in release workflow to v3
    penguineer authored Apr 4, 2023
    Copy the full SHA
    bf7d9a7 View commit details
  3. ✏️ Fix switch cutout dimensions

    adding 0.5mm to the height to accomodate the clips.
    penguineer committed Apr 4, 2023
    Copy the full SHA
    a90ce90 View commit details
  4. Copy the full SHA
    178bfab View commit details
  5. Copy the full SHA
    2d8ff4d View commit details
  6. Copy the full SHA
    3a9761b View commit details
  7. Copy the full SHA
    61d1053 View commit details
  8. Copy the full SHA
    5dc5b64 View commit details
  9. Copy the full SHA
    2a1e14a View commit details
  10. Merge pull request #48 from moPsy-project/39-cutouts

    ✏️ Fix front panel cutouts
    penguineer authored Apr 4, 2023
    Copy the full SHA
    b9c0ce1 View commit details
  11. ✏️ Fix mirrored URI

    penguineer committed Apr 4, 2023
    Copy the full SHA
    b21d7ee View commit details
  12. Copy the full SHA
    b7326a7 View commit details
  13. 🎨 State voltage range on adjustment pots

    Use "lower", "middle", "upper" instead of actual values, as these might
    be changed during assembly by chosing different resistors.
    penguineer committed Apr 4, 2023
    Copy the full SHA
    ed22bc1 View commit details
  14. Merge pull request #49 from moPsy-project/40-cosmetics

    🎨 Improve and fix cosmetic issues
    penguineer authored Apr 4, 2023
    Copy the full SHA
    fd00b7a View commit details
  15. ✏️ Adjust to fixed poti footprint

    Adjust to fixed footprint from moPsy-project/moPsy-KiCad-resources#14
    penguineer committed Apr 4, 2023
    Copy the full SHA
    533feef View commit details
  16. Merge pull request #50 from moPsy-project/42-poti-footprint

    ✏️ Adjust to fixed poti footprint
    penguineer authored Apr 4, 2023
    Copy the full SHA
    73dcacf View commit details

Commits on Apr 12, 2023

  1. 🔧 Change voltage switch footprint to flush version

    This version has been introduced in
    moPsy-project/moPsy-KiCad-resources#16
    for this purpose.
    penguineer committed Apr 12, 2023
    Copy the full SHA
    163b0ac View commit details
  2. Copy the full SHA
    4d5beef View commit details
  3. Merge pull request #52 from moPsy-project/51-voltage-switch-height

    Fix voltage switch height
    penguineer authored Apr 12, 2023
    Copy the full SHA
    c530e1c View commit details

Commits on Apr 20, 2023

  1. Copy the full SHA
    54ee18c View commit details
  2. Copy the full SHA
    a7edd24 View commit details
  3. Copy the full SHA
    8d80d43 View commit details
  4. ✨ Create the schematic for the testboard

    Mostly copied from the original schematic.
    penguineer committed Apr 20, 2023
    Copy the full SHA
    b751faf View commit details
  5. Copy the full SHA
    bfbc317 View commit details
  6. Copy the full SHA
    6c54516 View commit details
  7. Merge pull request #54 from moPsy-project/testboard

    👷 Add a Testboard
    penguineer authored Apr 20, 2023
    Copy the full SHA
    69d988b View commit details

Commits on Apr 21, 2023

  1. Copy the full SHA
    4211b0b View commit details
  2. 🎨 Use +5V input as V_drive

    If the pwr breakout is not set correctly, V_drive will be GND, but
    not lead to any issues.
    penguineer committed Apr 21, 2023
    Copy the full SHA
    cdfb1e4 View commit details
  3. Copy the full SHA
    8247580 View commit details
  4. Merge pull request #55 from moPsy-project/testboard-improvements

    🎨 Improve testboard for easier measurement
    penguineer authored Apr 21, 2023
    Copy the full SHA
    d516962 View commit details

Commits on May 19, 2023

  1. Copy the full SHA
    0d25428 View commit details
  2. 🔨 Change PCB layout to match new schematic

    This also fixes #46
    penguineer committed May 19, 2023
    Copy the full SHA
    55ea1e8 View commit details
  3. Merge pull request #57 from moPsy-project/voltage-generation

    🔨 Re-design voltage generation
    penguineer authored May 19, 2023
    Copy the full SHA
    baae6f1 View commit details
  4. Copy the full SHA
    fd209b1 View commit details

Commits on May 20, 2023

  1. 🔨 Change switch footprints to hybrid version

    This allows more flexibility when sourcing the switches
    
    Fixes: #43
    penguineer committed May 20, 2023
    Copy the full SHA
    6873fb3 View commit details
  2. Merge pull request #58 from moPsy-project/footprints

    🔨 Change and fix footprints for easier assembly
    penguineer authored May 20, 2023
    Copy the full SHA
    6f6f133 View commit details
  3. Copy the full SHA
    1f41146 View commit details
  4. Copy the full SHA
    15ee894 View commit details
  5. Merge pull request #59 from moPsy-project/fab-preparation

    🚀 Preparation steps for fabrication
    penguineer authored May 20, 2023
    Copy the full SHA
    405aa45 View commit details

Commits on Jun 6, 2023

  1. 💚 Fix runner for release workflow

    ubuntu 18.04 is no longer available
    penguineer committed Jun 6, 2023
    Copy the full SHA
    7675595 View commit details
  2. Merge pull request #62 from moPsy-project/fix-release-workflow

    💚 Fix runner for release workflow
    penguineer authored Jun 6, 2023
    Copy the full SHA
    b63a634 View commit details
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -8,10 +8,12 @@ on:
jobs:
build:
name: "Release"
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: "Check-out"
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Generate release changelog"
id: generate-release-changelog
uses: heinrichreimer/github-changelog-generator-action@v2.3
Loading