Support asymmetric SOT-343 pad geometry - #771
Closed
Abse2001 wants to merge 2 commits into
Closed
Conversation
seveibar
requested changes
Aug 7, 2026
seveibar
left a comment
Contributor
There was a problem hiding this comment.
Isnt that a manufacturer name?
Contributor
Author
|
Yes, BFP650 is an Infineon product name. I checked the official documentation: the device package is SOT343, which Footprinter already supports, while the asymmetric recommended land pattern introduced here is not a separately standardized package. This PR is therefore manufacturer-specific, so I am closing it. |
Contributor
Author
|
Follow-up: the geometry can be supported without a manufacturer-specific family. Replacement PR #780 removes sot343bfp650 and adds measured parameters to the existing sot343 generator, with C151520 regression coverage and unchanged standard parity. |
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
Motivation
C151520 is officially packaged as SOT-343, but its recommended land pattern uses a wider, inward-shifted pin 2 pad. This geometry should be represented through the existing standard family rather than a manufacturer-specific footprint name.
Implementation
The existing sot343 generator now supports rowspan, pin2padlength, and pin2padcenteroffsetx. Every new parameter is exercised by the real C151520 regression. Full pin-indexed parameter names are accepted without changing compound dimensions such as grid3x3 or thermalpad2x2.4mm.
Validation