Finished the board including the connector and mousebites

This commit is contained in:
Dennis Brentjes
2026-07-22 22:02:12 +02:00
parent a86aa255f1
commit 5828d6a388
16 changed files with 11159 additions and 6453 deletions
+10 -2
View File
@@ -254,7 +254,7 @@ plug (schematic, PCB, custom GameCube symbol library). Used to verify pad geomet
before ordering the interposer PCB; not part of the FPGA build.
`hardware/re-bba-rb/` — the actual adapter PCB (FT2232H + iCE40UP5K + W5100S,
powered from SP1 12 V via buck). Two companion documents, both mandatory
powered from SP1 12 V via buck). Three companion documents, all mandatory
reading before touching this board:
- **`hardware/re-bba-rb/TODO.md`** — open action items (what still needs doing:
PCB placement of the 2026-07-18 fix parts, board PCF, bench checks, JLC
@@ -267,8 +267,16 @@ reading before touching this board:
**Do not re-review or "fix" anything listed there without new evidence, and
keep REVIEW.md updated in the same commit whenever a reviewed circuit
changes or a new review is performed.**
- **`hardware/re-bba-rb/CPL_ROTATIONS.md`** — per-part assembly rotation
corrections applied on top of `kicad-cli`'s raw CPL export (KiCad's raw
rotation frequently doesn't match what the assembler expects, and a
generic community correction table was tried and found wrong for this
board — do not reapply it). **Regenerating `re-bba-rb-cpl.csv` "the normal
way" silently wipes these corrections** — always reapply the corrections
in this file after any CPL regen, and read its confidence notes before
trusting any specific part's rotation.
The authoritative board pin map (EXI, ETH bus, UART crossover, LED/DBG pins)
is in both files; use it when writing the board PCF.
is in TODO.md and REVIEW.md; use it when writing the board PCF.
---