feat: Finish the RP2040-Zero board - #9
Open
janisag07 wants to merge 3 commits into
Open
Conversation
- Replace custom PinOutCircuit with XiaoBoard variant='RP2040' from @tscircuit/common - Wire all GPIO pins (0-29) on the RP2040 chip - Add missing connections: XIN, XOUT, TESTEN, VREG_VOUT, SWCLK, SWD, RUN - Connect all QSPI pins (SS_N, SD0-SD3, SCLK) for flash memory - Fix net.V3V3 -> net.V3_3 typo in LedCircuit - Include KeyCircuit (boot/reset buttons) in the board - Add key prop for mapped capacitor list to fix React warnings - Add @tscircuit/common dependency - Delete unused PinOutCircuit.tsx - Generate PCB and schematic snapshots Fixes tscircuit#2
- Update tscircuit from 0.0.614 to 0.0.1334 (includes kicadts, circuit-json-to-gltf, and typescript as transitive deps) - Add bun test with circuit JSON rendering verification - Add test script to package.json - Update snapshots for new tscircuit version - Add .tscircuit/ and diff SVGs to .gitignore
…routingDisabled - Add footprint='0402' to C3, R8, C17, C16, R2 - Connect SW1/SW2 pins C and D to fix missing trace warnings - Use plain <board routingDisabled> instead of XiaoBoard (XiaoBoard doesn't pass routingDisabled to board, causing autorouter failures)
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
<board>+<PinOutCircuit />with<XiaoBoard variant="RP2040">from@tscircuit/commonas the top-level board wrappernet.V3V3→net.V3_3inconsistency in LedCircuitKeyCircuit(boot/reset buttons) to the main boardkeyprop for mapped capacitor list to fix React warningsPinOutCircuit.tsx(replaced by XiaoBoard)Fixes #2
Test plan
bun installsucceedsbun run format:checkpassesbun run snapshot:updategenerates snapshots without errors