Add 20 researched header modules with PCB and schematic snapshots - #3
Merged
Conversation
seveibar
force-pushed
the
agent/add-20-modules-snapshots
branch
from
August 2, 2026 19:54
5f1edee to
f018467
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
headermodulefootprint name for pluggable board modules while preservingpinrowfor ordinary headers3.3V->V3_3,+3V3->V3_3,+5V->V5)XIAO RP2040Why
tscircuit pin identifiers support letters, numbers, and underscores. The previous power labels containing
+or.were filtered out by core, which could leave a component creation error behind and produce an empty/black render. The module metadata still uses the real voltage values (3.3Vand5V); only the pin identifiers are normalized.The corresponding core warning/error guidance is in tscircuit/core#2976.
The
headermodule, independent-row/sparse-grid, and silkscreen styling syntax is implemented in tscircuit/footprinter#761, and core preserves literal custom silkscreen labels in tscircuit/core#2980.Verification
bun test tests/footprints.test.ts tests/sample-board.test.ts(17 pass)bun run typecheckbun run buildnpx tsci check schematic-placement index.circuit.tsxnpx tsci check schematic-placement sample-boards/xiao-rp2040-a4988-stepper-controller.circuit.tsx