Skip to content

Commit

Permalink
Merge pull request #1 from skunkforce/oh/dev
Browse files Browse the repository at this point in the history
initial
  • Loading branch information
odinthenerd authored May 9, 2023
2 parents 7196c35 + fde156f commit 2f61c13
Show file tree
Hide file tree
Showing 18 changed files with 38,702 additions and 426 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[submodule "put_on_edge"]
path = put_on_edge
url = https://github.com/skunkforce/put_on_edge
[submodule "b018_pi_pico_breakout"]
path = b018_pi_pico_breakout
url = https://github.com/skunkforce/b018_pi_pico_breakout.git
[submodule "b078_Ethernet_MAC-PHY_WIZ5500"]
path = b078_Ethernet_MAC-PHY_WIZ5500
url = https://github.com/skunkforce/b078_Ethernet_MAC-PHY_WIZ5500.git
[submodule "b096_MAC_ID_chip_11AA02E48_11AA02E64"]
path = b096_MAC_ID_chip_11AA02E48_11AA02E64
url = [email protected]:skunkforce/b096_MAC_ID_chip_11AA02E48_11AA02E64.git
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# edgy_board number b123
This design is part of the [edgy board project](https://github.com/skunkforce/edgy_boards). It provides the functionality of chip XXXX via interfaces YYYY.
# edgy_board number c001
This design is part of the [edgy board project](https://github.com/skunkforce/edgy_boards).

![](/board/board.png)

Expand Down
1 change: 1 addition & 0 deletions b018_pi_pico_breakout
Submodule b018_pi_pico_breakout added at 5089dd
1 change: 1 addition & 0 deletions b078_Ethernet_MAC-PHY_WIZ5500
1 change: 1 addition & 0 deletions b096_MAC_ID_chip_11AA02E48_11AA02E64
31,514 changes: 31,160 additions & 354 deletions board/board.kicad_pcb

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions board/board.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
"min_clearance": 0.25
}
},
"diff_pair_dimensions": [
Expand All @@ -55,7 +55,11 @@
"width": 0.0
}
],
"drc_exclusions": [],
"drc_exclusions": [
"courtyards_overlap|153020001|76380001|704d46f7-138a-41b4-a65f-5624c53bbea1|9bc81dbc-0656-4c01-b99e-a59c3f8f97b1",
"items_not_allowed|144300000|51500000|cb648697-a0d1-4a92-b68d-c52cd5c390e6|00000000-0000-0000-0000-000000000000",
"items_not_allowed|156633773|77733773|228c29d7-6466-40ee-84ad-a5d8c520d7dd|00000000-0000-0000-0000-000000000000"
],
"meta": {
"version": 2
},
Expand Down Expand Up @@ -437,7 +441,15 @@
],
[
"767ce4c6-0e55-4543-92f0-34cb8237a544",
"implementation"
"rp2040"
],
[
"861c2f1b-c8f0-4d7b-be1f-ed76d698b8b8",
"controller"
],
[
"3427edd0-8d2d-4ab5-b96c-2fa65028a2b3",
"mac"
]
],
"text_variables": {}
Expand Down
Loading

0 comments on commit 2f61c13

Please sign in to comment.