Skip to content

Commit

Permalink
skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Dec 4, 2023
1 parent e4f88c9 commit 1e1101a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-board.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Create Board

on: [ push, pull_request ]

jobs:
call-workflow-passing-data:
uses: andreika-git/hellen-one/.github/workflows/create-board.yaml@master
permissions:
contents: write
5 changes: 5 additions & 0 deletions bom_replace_xxxyyy-a.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# removal example: R66006 would be removed from BOM
R66006,

# replacement example - replace specific fuse part number
F42333310,"nSMD050-24V","SMD1206","C70076"
8 changes: 8 additions & 0 deletions revision.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# make sure to increment revision BEFORE any changes to content

BOARD_PREFIX=xxx
BOARD_SUFFIX=yyy
BOARD_REVISION=a

# does not affect fab files, only needed to have nice rendered preview
BOARD_PCB_OFFSET=0,0

0 comments on commit 1e1101a

Please sign in to comment.