Skip to content

Commit 60806dd

Browse files
authored
Merge pull request #124 from CloudyPadmal/pslab-v6
fix: updating prototype design
2 parents 423d837 + cf4b30f commit 60806dd

23 files changed

Lines changed: 57557 additions & 102149 deletions

.github/workflows/hardware-ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,23 @@ jobs:
6767
with:
6868
name: pick-and-place
6969
path: docs/position_files/PositionFile.csv
70+
71+
- name: Electric Rule Check
72+
uses: actions/upload-artifact@v2
73+
with:
74+
name: electric-rule-check
75+
path: schematics/PSLab-erc.txt
7076

77+
- name: Design Rule Check
78+
uses: actions/upload-artifact@v2
79+
with:
80+
name: design-rule-check
81+
path: schematics/PSLab-drc.txt
82+
7183
- name: Setup board diff images
7284
run: |
7385
git config --global user.email "noreply@pslab.io"
74-
git config --global user.name "PSLab"
86+
git config --global user.name "github-actions"
7587
python scripts/pslab_gerber_generator.py
7688
git clone --quiet --branch=diff-img https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY diff-img > /dev/null
7789
cd diff-img
@@ -102,15 +114,3 @@ jobs:
102114
git branch -D diff-img
103115
git branch -m diff-img
104116
git push origin diff-img -f --quiet > /dev/null
105-
106-
- name: Electric Rule Check
107-
uses: actions/upload-artifact@v2
108-
with:
109-
name: electric-rule-check
110-
path: schematics/PSLab-erc.txt
111-
112-
- name: Design Rule Check
113-
uses: actions/upload-artifact@v2
114-
with:
115-
name: design-rule-check
116-
path: schematics/PSLab-drc.txt

.github/workflows/pullrequest-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
- name: Setup board diff images
7878
run: |
7979
git config --global user.email "noreply@pslab.io"
80-
git config --global user.name "PSLab"
81-
python scripts/pslab_gerber_generator.py
80+
git config --global user.name "github-actions"
81+
python3 scripts/pslab_gerber_generator.py
8282
git clone --quiet --branch=diff-img https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY diff-img > /dev/null
8383
cd diff-img
8484
convert -colorspace gray front-layer.png old-front.png

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ fp-info-cache
3131
# IDE specifics
3232
*.DS_Store
3333
*.ogv
34+
35+
.svg2shenzhen-cache

docs/drawings/Silk.svg

Lines changed: 13985 additions & 0 deletions
Loading

docs/images/getfirmware.xcf

48.7 KB
Binary file not shown.

docs/images/silkscreen.svg

Lines changed: 78 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)