Skip to content

Commit

Permalink
Merge pull request fossasia#124 from CloudyPadmal/pslab-v6
Browse files Browse the repository at this point in the history
fix: updating prototype design
  • Loading branch information
CloudyPadmal authored Jul 10, 2021
2 parents 423d837 + cf4b30f commit 60806dd
Show file tree
Hide file tree
Showing 23 changed files with 57,557 additions and 102,149 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/hardware-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,23 @@ jobs:
with:
name: pick-and-place
path: docs/position_files/PositionFile.csv

- name: Electric Rule Check
uses: actions/upload-artifact@v2
with:
name: electric-rule-check
path: schematics/PSLab-erc.txt

- name: Design Rule Check
uses: actions/upload-artifact@v2
with:
name: design-rule-check
path: schematics/PSLab-drc.txt

- name: Setup board diff images
run: |
git config --global user.email "[email protected]"
git config --global user.name "PSLab"
git config --global user.name "github-actions"
python scripts/pslab_gerber_generator.py
git clone --quiet --branch=diff-img https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY diff-img > /dev/null
cd diff-img
Expand Down Expand Up @@ -102,15 +114,3 @@ jobs:
git branch -D diff-img
git branch -m diff-img
git push origin diff-img -f --quiet > /dev/null
- name: Electric Rule Check
uses: actions/upload-artifact@v2
with:
name: electric-rule-check
path: schematics/PSLab-erc.txt

- name: Design Rule Check
uses: actions/upload-artifact@v2
with:
name: design-rule-check
path: schematics/PSLab-drc.txt
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Setup board diff images
run: |
git config --global user.email "[email protected]"
git config --global user.name "PSLab"
python scripts/pslab_gerber_generator.py
git config --global user.name "github-actions"
python3 scripts/pslab_gerber_generator.py
git clone --quiet --branch=diff-img https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY diff-img > /dev/null
cd diff-img
convert -colorspace gray front-layer.png old-front.png
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ fp-info-cache
# IDE specifics
*.DS_Store
*.ogv

.svg2shenzhen-cache
13,985 changes: 13,985 additions & 0 deletions docs/drawings/Silk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/getfirmware.xcf
Binary file not shown.
78 changes: 78 additions & 0 deletions docs/images/silkscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 60806dd

Please sign in to comment.