Place grounded filter capacitors beside their matching chip pins - #182
Closed
mohan-bee wants to merge 3 commits into
Closed
Place grounded filter capacitors beside their matching chip pins#182mohan-bee wants to merge 3 commits into
mohan-bee wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
Grounded filter capacitors connected through nets were packed as generic power/ground rows. In the RP2040 power-supply reproduction, this left C1 far from U2 pin 3 and allowed D2/R1 to determine the layout, while the C4/C18 decoupling row was not anchored to U2.
Reproduction: #181
Change
Evidence
C1 now sits immediately to U2’s left, while C4/C18 form a row immediately to U2’s 3.3 V side. D2 and R1 remain outside those pin-local rows. Existing ADXL345 and power-section snapshots were refreshed for the intentional placement change.
Tests
bun test— 72 passed, 1 skippedbun run build