7
mirror of https://github.com/oxidecomputer/hw-samtec-dbg.git synced 2025-03-29 08:46:53 +00:00

added new debug breakout for use on temp sensor connectors

This commit is contained in:
Eric Aasen 2025-03-21 15:17:34 -05:00
parent 35a60ea3e5
commit 510ee7720d
50 changed files with 51290 additions and 42 deletions

View File

@ -0,0 +1,29 @@
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv

View File

@ -0,0 +1,43 @@
# Project status and open source
This repo is public because
1. It has always been our intention to make this open-source.
2. We figured it's best to err on the side of doing this early instead of late.
3. It may prove useful to those outside our company.
This is not a production design. It was designed for and served a specific
purpose in support of our actual production designs. It is not under active
development, and comes with no warranty.
And so, we thought it was important to explain where we're currently at, and
manage your expectations.
- We are a small company.
- Our current goal is to get our first generation products finished and in
customers' hands.
- We've created this design in support of our end-goal, not as its own thing.
We're all working on the products, and tool development is a side effect.
- For expediency, we've made "get-it-done" choices with libraries and parts.
We may split or clean this up later, but, for now, we're primarily focused on
getting _our_ product ready, because, again, we need to finish our computers.
- These points together mean that we may not have enough bandwidth to review and
integrate outside PRs right now.
You're welcome to send PRs! If we have time, or if the PRs are very small or fix
bugs, we may even integrate them in the near future. But be aware that we might
not get to it for a while, by which time it might no longer be relevant.
We've all dealt with those open source projects that feel open in name only, and
have big patches and history-free source drops appearing from behind the walls
of some large organization. We don't like that, and we're not going to do that.
But please bear with us while we're scaling up.
If you want to ask about whether a PR is consistent with our short-term plan
_before_ you put in the work -- and you should! -- hit us up in an issue.
Thanks!

View File

@ -0,0 +1,373 @@
Mozilla Public License Version 2.0
==================================
1. Definitions
--------------
1.1. "Contributor"
means each individual or legal entity that creates, contributes to
the creation of, or owns Covered Software.
1.2. "Contributor Version"
means the combination of the Contributions of others (if any) used
by a Contributor and that particular Contributor's Contribution.
1.3. "Contribution"
means Covered Software of a particular Contributor.
1.4. "Covered Software"
means Source Code Form to which the initial Contributor has attached
the notice in Exhibit A, the Executable Form of such Source Code
Form, and Modifications of such Source Code Form, in each case
including portions thereof.
1.5. "Incompatible With Secondary Licenses"
means
(a) that the initial Contributor has attached the notice described
in Exhibit B to the Covered Software; or
(b) that the Covered Software was made available under the terms of
version 1.1 or earlier of the License, but not also under the
terms of a Secondary License.
1.6. "Executable Form"
means any form of the work other than Source Code Form.
1.7. "Larger Work"
means a work that combines Covered Software with other material, in
a separate file or files, that is not Covered Software.
1.8. "License"
means this document.
1.9. "Licensable"
means having the right to grant, to the maximum extent possible,
whether at the time of the initial grant or subsequently, any and
all of the rights conveyed by this License.
1.10. "Modifications"
means any of the following:
(a) any file in Source Code Form that results from an addition to,
deletion from, or modification of the contents of Covered
Software; or
(b) any new file in Source Code Form that contains any Covered
Software.
1.11. "Patent Claims" of a Contributor
means any patent claim(s), including without limitation, method,
process, and apparatus claims, in any patent Licensable by such
Contributor that would be infringed, but for the grant of the
License, by the making, using, selling, offering for sale, having
made, import, or transfer of either its Contributions or its
Contributor Version.
1.12. "Secondary License"
means either the GNU General Public License, Version 2.0, the GNU
Lesser General Public License, Version 2.1, the GNU Affero General
Public License, Version 3.0, or any later versions of those
licenses.
1.13. "Source Code Form"
means the form of the work preferred for making modifications.
1.14. "You" (or "Your")
means an individual or a legal entity exercising rights under this
License. For legal entities, "You" includes any entity that
controls, is controlled by, or is under common control with You. For
purposes of this definition, "control" means (a) the power, direct
or indirect, to cause the direction or management of such entity,
whether by contract or otherwise, or (b) ownership of more than
fifty percent (50%) of the outstanding shares or beneficial
ownership of such entity.
2. License Grants and Conditions
--------------------------------
2.1. Grants
Each Contributor hereby grants You a world-wide, royalty-free,
non-exclusive license:
(a) under intellectual property rights (other than patent or trademark)
Licensable by such Contributor to use, reproduce, make available,
modify, display, perform, distribute, and otherwise exploit its
Contributions, either on an unmodified basis, with Modifications, or
as part of a Larger Work; and
(b) under Patent Claims of such Contributor to make, use, sell, offer
for sale, have made, import, and otherwise transfer either its
Contributions or its Contributor Version.
2.2. Effective Date
The licenses granted in Section 2.1 with respect to any Contribution
become effective for each Contribution on the date the Contributor first
distributes such Contribution.
2.3. Limitations on Grant Scope
The licenses granted in this Section 2 are the only rights granted under
this License. No additional rights or licenses will be implied from the
distribution or licensing of Covered Software under this License.
Notwithstanding Section 2.1(b) above, no patent license is granted by a
Contributor:
(a) for any code that a Contributor has removed from Covered Software;
or
(b) for infringements caused by: (i) Your and any other third party's
modifications of Covered Software, or (ii) the combination of its
Contributions with other software (except as part of its Contributor
Version); or
(c) under Patent Claims infringed by Covered Software in the absence of
its Contributions.
This License does not grant any rights in the trademarks, service marks,
or logos of any Contributor (except as may be necessary to comply with
the notice requirements in Section 3.4).
2.4. Subsequent Licenses
No Contributor makes additional grants as a result of Your choice to
distribute the Covered Software under a subsequent version of this
License (see Section 10.2) or under the terms of a Secondary License (if
permitted under the terms of Section 3.3).
2.5. Representation
Each Contributor represents that the Contributor believes its
Contributions are its original creation(s) or it has sufficient rights
to grant the rights to its Contributions conveyed by this License.
2.6. Fair Use
This License is not intended to limit any rights You have under
applicable copyright doctrines of fair use, fair dealing, or other
equivalents.
2.7. Conditions
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
in Section 2.1.
3. Responsibilities
-------------------
3.1. Distribution of Source Form
All distribution of Covered Software in Source Code Form, including any
Modifications that You create or to which You contribute, must be under
the terms of this License. You must inform recipients that the Source
Code Form of the Covered Software is governed by the terms of this
License, and how they can obtain a copy of this License. You may not
attempt to alter or restrict the recipients' rights in the Source Code
Form.
3.2. Distribution of Executable Form
If You distribute Covered Software in Executable Form then:
(a) such Covered Software must also be made available in Source Code
Form, as described in Section 3.1, and You must inform recipients of
the Executable Form how they can obtain a copy of such Source Code
Form by reasonable means in a timely manner, at a charge no more
than the cost of distribution to the recipient; and
(b) You may distribute such Executable Form under the terms of this
License, or sublicense it under different terms, provided that the
license for the Executable Form does not attempt to limit or alter
the recipients' rights in the Source Code Form under this License.
3.3. Distribution of a Larger Work
You may create and distribute a Larger Work under terms of Your choice,
provided that You also comply with the requirements of this License for
the Covered Software. If the Larger Work is a combination of Covered
Software with a work governed by one or more Secondary Licenses, and the
Covered Software is not Incompatible With Secondary Licenses, this
License permits You to additionally distribute such Covered Software
under the terms of such Secondary License(s), so that the recipient of
the Larger Work may, at their option, further distribute the Covered
Software under the terms of either this License or such Secondary
License(s).
3.4. Notices
You may not remove or alter the substance of any license notices
(including copyright notices, patent notices, disclaimers of warranty,
or limitations of liability) contained within the Source Code Form of
the Covered Software, except that You may alter any license notices to
the extent required to remedy known factual inaccuracies.
3.5. Application of Additional Terms
You may choose to offer, and to charge a fee for, warranty, support,
indemnity or liability obligations to one or more recipients of Covered
Software. However, You may do so only on Your own behalf, and not on
behalf of any Contributor. You must make it absolutely clear that any
such warranty, support, indemnity, or liability obligation is offered by
You alone, and You hereby agree to indemnify every Contributor for any
liability incurred by such Contributor as a result of warranty, support,
indemnity or liability terms You offer. You may include additional
disclaimers of warranty and limitations of liability specific to any
jurisdiction.
4. Inability to Comply Due to Statute or Regulation
---------------------------------------------------
If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Software due to
statute, judicial order, or regulation then You must: (a) comply with
the terms of this License to the maximum extent possible; and (b)
describe the limitations and the code they affect. Such description must
be placed in a text file included with all distributions of the Covered
Software under this License. Except to the extent prohibited by statute
or regulation, such description must be sufficiently detailed for a
recipient of ordinary skill to be able to understand it.
5. Termination
--------------
5.1. The rights granted under this License will terminate automatically
if You fail to comply with any of its terms. However, if You become
compliant, then the rights granted under this License from a particular
Contributor are reinstated (a) provisionally, unless and until such
Contributor explicitly and finally terminates Your grants, and (b) on an
ongoing basis, if such Contributor fails to notify You of the
non-compliance by some reasonable means prior to 60 days after You have
come back into compliance. Moreover, Your grants from a particular
Contributor are reinstated on an ongoing basis if such Contributor
notifies You of the non-compliance by some reasonable means, this is the
first time You have received notice of non-compliance with this License
from such Contributor, and You become compliant prior to 30 days after
Your receipt of the notice.
5.2. If You initiate litigation against any entity by asserting a patent
infringement claim (excluding declaratory judgment actions,
counter-claims, and cross-claims) alleging that a Contributor Version
directly or indirectly infringes any patent, then the rights granted to
You by any and all Contributors for the Covered Software under Section
2.1 of this License shall terminate.
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
end user license agreements (excluding distributors and resellers) which
have been validly granted by You or Your distributors under this License
prior to termination shall survive termination.
************************************************************************
* *
* 6. Disclaimer of Warranty *
* ------------------------- *
* *
* Covered Software is provided under this License on an "as is" *
* basis, without warranty of any kind, either expressed, implied, or *
* statutory, including, without limitation, warranties that the *
* Covered Software is free of defects, merchantable, fit for a *
* particular purpose or non-infringing. The entire risk as to the *
* quality and performance of the Covered Software is with You. *
* Should any Covered Software prove defective in any respect, You *
* (not any Contributor) assume the cost of any necessary servicing, *
* repair, or correction. This disclaimer of warranty constitutes an *
* essential part of this License. No use of any Covered Software is *
* authorized under this License except under this disclaimer. *
* *
************************************************************************
************************************************************************
* *
* 7. Limitation of Liability *
* -------------------------- *
* *
* Under no circumstances and under no legal theory, whether tort *
* (including negligence), contract, or otherwise, shall any *
* Contributor, or anyone who distributes Covered Software as *
* permitted above, be liable to You for any direct, indirect, *
* special, incidental, or consequential damages of any character *
* including, without limitation, damages for lost profits, loss of *
* goodwill, work stoppage, computer failure or malfunction, or any *
* and all other commercial damages or losses, even if such party *
* shall have been informed of the possibility of such damages. This *
* limitation of liability shall not apply to liability for death or *
* personal injury resulting from such party's negligence to the *
* extent applicable law prohibits such limitation. Some *
* jurisdictions do not allow the exclusion or limitation of *
* incidental or consequential damages, so this exclusion and *
* limitation may not apply to You. *
* *
************************************************************************
8. Litigation
-------------
Any litigation relating to this License may be brought only in the
courts of a jurisdiction where the defendant maintains its principal
place of business and such litigation shall be governed by laws of that
jurisdiction, without reference to its conflict-of-law provisions.
Nothing in this Section shall prevent a party's ability to bring
cross-claims or counter-claims.
9. Miscellaneous
----------------
This License represents the complete agreement concerning the subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. Any law or regulation which provides
that the language of a contract shall be construed against the drafter
shall not be used to construe this License against a Contributor.
10. Versions of the License
---------------------------
10.1. New Versions
Mozilla Foundation is the license steward. Except as provided in Section
10.3, no one other than the license steward has the right to modify or
publish new versions of this License. Each version will be given a
distinguishing version number.
10.2. Effect of New Versions
You may distribute the Covered Software under the terms of the version
of the License under which You originally received the Covered Software,
or under the terms of any subsequent version published by the license
steward.
10.3. Modified Versions
If you create software not governed by this License, and you want to
create a new license for such software, you may create and use a
modified version of this License if you rename the license and remove
any references to the name of the license steward (except to note that
such modified license differs from this License).
10.4. Distributing Source Code Form that is Incompatible With Secondary
Licenses
If You choose to distribute Source Code Form that is Incompatible With
Secondary Licenses under the terms of this version of the License, the
notice described in Exhibit B of this License must be attached.
Exhibit A - Source Code Form License Notice
-------------------------------------------
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE
file in a relevant directory) where a recipient would be likely to look
for such a notice.
You may add additional accurate notices of copyright ownership.
Exhibit B - "Incompatible With Secondary Licenses" Notice
---------------------------------------------------------
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.

View File

@ -0,0 +1,24 @@
BY ACCESSING OR USING THESE SYMBOLS & FOOTPRINTS ("MODELS"), YOU ARE ACKNOWLEDGING THAT YOU HAVE READ, FULLY UNDERSTAND AND AGREE TO THESE TERMS AND CONDITIONS (the "Agreement"), WHICH CONSTITUTE A BINDING AGREEMENT BETWEEN YOU AND SnapMagic Search, INC., ENTERED INTO ON THE DATE OF SUCH OCCURRENCE (the "Effective Date"). IF YOU ARE ACCESSING OR USING THESE FILES ON BEHALF OF AN ENTITY, YOU REPRESENT THAT YOU HAVE THE RIGHT, AUTHORITY, AND CAPACITY TO BIND SUCH ENTITY TO THIS AGREEMENT AND HEREBY DO SO. IF YOU DO NOT AGREE WITH ANY OF THE TERMS OR CONDITIONS OF THIS AGREEMENT, YOU MUST NOT USE ANY PART OF THESE MODELS.
1. Design License
You and your sub-licensees are hereby licensed to design, manufacture, use and distribute, circuit board designs and circuit boards formed by combining Models provided by SnapMagic Search with other circuit elements of your choosing. You may then convey such combinations under licensing terms of your choice. 
Individual Models remain the intellectual property of SnapMagic Search, Inc. You shall not (and shall not permit or encourage any third party to) to do any of the following :
(a) sell, assign, lease, lend, rent, issue, sublicense, make available, or otherwise distribute to any third party, or publicly perform, display or communicate, the Models (for example, by uploading Models to another website or software application);
(b) remove, alter, or conceal, any copyright, trademark, or other proprietary rights notice or legend displayed or contained in the individual Models.
For further clarity, once integrated into a schematic design or PCB layout, Models may be modified freely for the purpose of designing a circuit board. 
2. Limitation of Liability
IN NO EVENT WILL SnapMagic Search, SAMTEC, OR OUR SUBSIDIARIES, AGENTS, SUCCESSORS, THIRD PARTY PROVIDERS, AND/OR ANY OF THE FOREGOING ENTITIES' RESPECTIVE DIRECTORS, OFFICERS, EMPLOYEES, AGENTS, REPRESENTATIVES, CUSTOMERS, SUPPLIERS, OR LICENSORS BE RESPONSIBLE OR LIABLE UNDER, OR OTHERWISE IN CONNECTION WITH THIS AGREEMENT, FOR:
(a) ANY CONSEQUENTIAL, INDIRECT, SPECIAL, INCIDENTAL, OR PUNITIVE DAMAGES;
(b) ANY LOSS OF PROFITS, LOSS OF BUSINESS, LOSS OF REVENUE, OR LOSS OF ANTICIPATED SAVINGS;
(c) ANY LOSS OF, OR DAMAGE TO, DATA, REPUTATION, OR GOODWILL; AND/OR
(d) THE COST OF PROCURING ANY SUBSTITUTE GOODS OR SERVICES.
THE COMBINED AGGREGATE LIABILITY OF SnapMagic Search AND ALL SnapMagic Search CONTENT AFFILIATES UNDER, OR OTHERWISE IN CONNECTION WITH, THIS AGREEMENT SHALL NOT EXCEED THE TOTAL AMOUNT OF FEES RECEIVED BY SnapMagic Search FROM YOU IN THE PREVIOUS TWELVE (12) MONTHS. THE FOREGOING EXCLUSIONS AND LIMITATIONS SHALL APPLY: (a) EVEN IF SnapMagic Search OR ANY SnapMagic Search CONTENT AFFILIATE HAS BEEN ADVISED, OR SHOULD HAVE BEEN AWARE, OF THE POSSIBILITY OF LOSSES, DAMAGES, OR COSTS; (b) EVEN IF ANY REMEDY IN THIS AGREEMENT FAILS OF ITS ESSENTIAL PURPOSE; AND (c) REGARDLESS OF THE THEORY OR BASIS OF LIABILITY (INCLUDING WITHOUT LIMITATION BREACH OF CONTRACT, TORT, NEGLIGENCE, AND STRICT LIABILITY).

View File

@ -0,0 +1,77 @@
(module "OXIDE_Wordmark_RGB_Green" (layer F.Cu)
(fp_text reference Ref** (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.15)))
)
(fp_text value Val** (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.15)))
)
(fp_poly (pts (xy -4.675036 1.295936) (xy -4.484656 1.330601) (xy -4.303736 1.397947) (xy -4.138338 1.497972) (xy -4.010642 1.612812) (xy -3.905713 1.748637) (xy -3.813444 1.911425) (xy -3.741802 2.086071)
(xy -3.717102 2.169583) (xy -3.679445 2.360160) (xy -3.654760 2.578840) (xy -3.643045 2.813861) (xy -3.644295 3.053461) (xy -3.658509 3.285876) (xy -3.685684 3.499345) (xy -3.717443 3.651250)
(xy -3.792811 3.872625) (xy -3.896265 4.065046) (xy -4.026248 4.226827) (xy -4.181206 4.356277) (xy -4.359582 4.451710) (xy -4.497072 4.497246) (xy -4.625221 4.519042) (xy -4.773580 4.527006)
(xy -4.923384 4.521187) (xy -5.055873 4.501634) (xy -5.080000 4.495717) (xy -5.221341 4.449057) (xy -5.342254 4.387037) (xy -5.458698 4.300619) (xy -5.517536 4.247963) (xy -5.645956 4.100054)
(xy -5.750039 3.919151) (xy -5.798739 3.788478) (xy -5.380564 3.788478) (xy -5.323576 3.885720) (xy -5.252501 3.976680) (xy -5.155233 4.061004) (xy -5.047460 4.125888) (xy -5.009813 4.141765)
(xy -4.954996 4.154317) (xy -4.874760 4.163773) (xy -4.786007 4.168172) (xy -4.781756 4.168223) (xy -4.688807 4.166501) (xy -4.618593 4.156304) (xy -4.551732 4.133416) (xy -4.491562 4.105105)
(xy -4.388118 4.044131) (xy -4.307787 3.972214) (xy -4.240409 3.878379) (xy -4.187276 3.776484) (xy -4.147029 3.679713) (xy -4.115956 3.577173) (xy -4.093113 3.462092) (xy -4.077559 3.327698)
(xy -4.068352 3.167219) (xy -4.064550 2.973884) (xy -4.064324 2.892680) (xy -4.065240 2.761313) (xy -4.067605 2.643630) (xy -4.071157 2.546483) (xy -4.075633 2.476725) (xy -4.080768 2.441210)
(xy -4.081745 2.438978) (xy -4.094028 2.441494) (xy -4.123059 2.463443) (xy -4.170037 2.506065) (xy -4.236160 2.570600) (xy -4.322628 2.658287) (xy -4.430637 2.770367) (xy -4.561386 2.908080)
(xy -4.716075 3.072664) (xy -4.895900 3.265361) (xy -5.102061 3.487409) (xy -5.258427 3.656364) (xy -5.380564 3.788478) (xy -5.798739 3.788478) (xy -5.829916 3.704824) (xy -5.885719 3.456641)
(xy -5.917578 3.174173) (xy -5.920965 3.067250) (xy -5.504662 3.067250) (xy -5.503266 3.196776) (xy -5.499525 3.305294) (xy -5.493293 3.384085) (xy -5.489761 3.406902) (xy -5.478905 3.451410)
(xy -5.465795 3.459718) (xy -5.440946 3.437338) (xy -5.439691 3.436006) (xy -5.417811 3.412621) (xy -5.370257 3.361692) (xy -5.300223 3.286644) (xy -5.210901 3.190898) (xy -5.105485 3.077877)
(xy -4.987167 2.951004) (xy -4.859139 2.813702) (xy -4.786158 2.735427) (xy -4.169124 2.073604) (xy -4.204129 2.005177) (xy -4.297501 1.864449) (xy -4.417059 1.756702) (xy -4.469902 1.724003)
(xy -4.527593 1.694193) (xy -4.578296 1.675714) (xy -4.635368 1.665911) (xy -4.712168 1.662129) (xy -4.783667 1.661642) (xy -4.886598 1.663391) (xy -4.959796 1.669942) (xy -5.015772 1.683349)
(xy -5.067037 1.705672) (xy -5.074146 1.709410) (xy -5.207306 1.804256) (xy -5.316898 1.933523) (xy -5.402116 2.095939) (xy -5.462155 2.290230) (xy -5.471929 2.337253) (xy -5.481551 2.409705)
(xy -5.489701 2.513469) (xy -5.496232 2.639826) (xy -5.501000 2.780055) (xy -5.503858 2.925436) (xy -5.504662 3.067250) (xy -5.920965 3.067250) (xy -5.925933 2.910417) (xy -5.914068 2.600423)
(xy -5.878318 2.324734) (xy -5.818457 2.082548) (xy -5.734256 1.873062) (xy -5.625486 1.695474) (xy -5.556692 1.612812) (xy -5.409932 1.484077) (xy -5.242326 1.388021) (xy -5.059933 1.324646)
(xy -4.868816 1.293951) (xy -4.675036 1.295936) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 3.386667 4.466167) (xy 3.026833 4.466167) (xy 3.025723 4.280958) (xy 3.024809 4.193153) (xy 3.022307 4.141869) (xy 3.016632 4.121294) (xy 3.006198 4.125615) (xy 2.989657 4.148667)
(xy 2.913923 4.241229) (xy 2.814360 4.332869) (xy 2.707379 4.409508) (xy 2.648073 4.441689) (xy 2.586272 4.467532) (xy 2.526031 4.484597) (xy 2.454926 4.495061) (xy 2.360532 4.501100)
(xy 2.296583 4.503257) (xy 2.188544 4.505218) (xy 2.110537 4.502959) (xy 2.050348 4.494936) (xy 1.995759 4.479605) (xy 1.941622 4.458411) (xy 1.769417 4.366065) (xy 1.625772 4.244667)
(xy 1.507305 4.090976) (xy 1.449501 3.987184) (xy 1.376628 3.807217) (xy 1.332000 3.614466) (xy 1.313492 3.398920) (xy 1.312701 3.342427) (xy 1.315068 3.308179) (xy 1.726857 3.308179)
(xy 1.737445 3.513563) (xy 1.778293 3.710359) (xy 1.801156 3.778709) (xy 1.863899 3.900174) (xy 1.952014 4.007591) (xy 2.055875 4.091120) (xy 2.151381 4.136647) (xy 2.284939 4.161085)
(xy 2.430516 4.157493) (xy 2.570050 4.127296) (xy 2.641390 4.098001) (xy 2.763556 4.013489) (xy 2.866549 3.896475) (xy 2.943361 3.755009) (xy 2.946097 3.748179) (xy 2.965858 3.692102)
(xy 2.979273 3.635350) (xy 2.987529 3.567793) (xy 2.991810 3.479300) (xy 2.993301 3.359738) (xy 2.993346 3.344333) (xy 2.992785 3.222928) (xy 2.989645 3.133553) (xy 2.982691 3.065927)
(xy 2.970692 3.009768) (xy 2.952414 2.954794) (xy 2.944055 2.933302) (xy 2.871555 2.797929) (xy 2.772882 2.681421) (xy 2.657228 2.594100) (xy 2.628233 2.578762) (xy 2.553021 2.549476)
(xy 2.469946 2.534348) (xy 2.370667 2.530084) (xy 2.205827 2.547664) (xy 2.062966 2.601205) (xy 1.943558 2.689701) (xy 1.849077 2.812145) (xy 1.796725 2.922302) (xy 1.746595 3.106871)
(xy 1.726857 3.308179) (xy 1.315068 3.308179) (xy 1.328745 3.110308) (xy 1.376439 2.896776) (xy 1.453815 2.704978) (xy 1.558906 2.538059) (xy 1.689747 2.399166) (xy 1.844369 2.291446)
(xy 2.014325 2.219987) (xy 2.190878 2.184401) (xy 2.372311 2.180516) (xy 2.546690 2.207608) (xy 2.694497 2.261160) (xy 2.809611 2.330330) (xy 2.905690 2.411953) (xy 2.919886 2.427341)
(xy 3.005667 2.524793) (xy 3.005667 1.227667) (xy 3.386667 1.227667) (xy 3.386667 4.466167) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 5.195858 2.191101) (xy 5.351424 2.224508) (xy 5.496818 2.284052) (xy 5.524610 2.298686) (xy 5.661763 2.396914) (xy 5.777677 2.528698) (xy 5.870384 2.689902) (xy 5.937911 2.876388)
(xy 5.978290 3.084020) (xy 5.989799 3.275542) (xy 5.990167 3.450167) (xy 4.375577 3.450167) (xy 4.387599 3.566646) (xy 4.419248 3.710276) (xy 4.480202 3.849328) (xy 4.562991 3.967663)
(xy 4.583227 3.989149) (xy 4.704753 4.082705) (xy 4.842227 4.141264) (xy 4.988879 4.165553) (xy 5.137940 4.156296) (xy 5.282642 4.114220) (xy 5.416215 4.040050) (xy 5.531889 3.934511)
(xy 5.571990 3.883166) (xy 5.613935 3.830594) (xy 5.650636 3.796349) (xy 5.667095 3.788833) (xy 5.701578 3.799071) (xy 5.756696 3.825462) (xy 5.821584 3.861521) (xy 5.885378 3.900764)
(xy 5.937211 3.936707) (xy 5.966219 3.962865) (xy 5.969000 3.969017) (xy 5.954799 4.002263) (xy 5.917016 4.056215) (xy 5.862882 4.122552) (xy 5.799625 4.192948) (xy 5.734477 4.259082)
(xy 5.674667 4.312629) (xy 5.661545 4.322961) (xy 5.558467 4.393220) (xy 5.456769 4.442925) (xy 5.345387 4.475415) (xy 5.213256 4.494026) (xy 5.069417 4.501620) (xy 4.945993 4.503280)
(xy 4.853446 4.500062) (xy 4.780501 4.490993) (xy 4.715881 4.475103) (xy 4.699000 4.469717) (xy 4.514781 4.393684) (xy 4.362876 4.296445) (xy 4.238456 4.173225) (xy 4.136690 4.019245)
(xy 4.053277 3.831167) (xy 4.027956 3.756660) (xy 4.010247 3.686977) (xy 3.998339 3.610391) (xy 3.990417 3.515173) (xy 3.984671 3.389598) (xy 3.984560 3.386545) (xy 3.985851 3.166055)
(xy 3.997281 3.069961) (xy 4.381500 3.069961) (xy 4.381500 3.132667) (xy 5.593896 3.132667) (xy 5.581517 3.028145) (xy 5.547595 2.883320) (xy 5.484744 2.750843) (xy 5.398629 2.638628)
(xy 5.294913 2.554588) (xy 5.215802 2.517081) (xy 5.092361 2.491781) (xy 4.953942 2.490709) (xy 4.819655 2.512989) (xy 4.745827 2.538600) (xy 4.637937 2.605460) (xy 4.540475 2.700911)
(xy 4.460560 2.814571) (xy 4.405311 2.936058) (xy 4.381845 3.054990) (xy 4.381500 3.069961) (xy 3.997281 3.069961) (xy 4.008364 2.976795) (xy 4.054246 2.812201) (xy 4.125643 2.665711)
(xy 4.224700 2.530763) (xy 4.285953 2.464880) (xy 4.430745 2.342614) (xy 4.588767 2.256049) (xy 4.765543 2.203035) (xy 4.966595 2.181424) (xy 5.016500 2.180669) (xy 5.195858 2.191101) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy -1.278401 2.236675) (xy -1.232394 2.274179) (xy -1.175575 2.327482) (xy -1.164476 2.338604) (xy -1.049814 2.454708) (xy -1.103129 2.513229) (xy -1.132450 2.544928) (xy -1.186016 2.602362)
(xy -1.259056 2.680436) (xy -1.346803 2.774056) (xy -1.444487 2.878129) (xy -1.509555 2.947376) (xy -1.607632 3.052641) (xy -1.695240 3.148461) (xy -1.768403 3.230340) (xy -1.823143 3.293779)
(xy -1.855484 3.334282) (xy -1.862667 3.346670) (xy -1.848708 3.368232) (xy -1.809574 3.415706) (xy -1.749382 3.484439) (xy -1.672247 3.569779) (xy -1.582283 3.667072) (xy -1.530274 3.722460)
(xy -1.429905 3.828826) (xy -1.334877 3.929606) (xy -1.250562 4.019096) (xy -1.182332 4.091593) (xy -1.135559 4.141396) (xy -1.123676 4.154097) (xy -1.049471 4.233611) (xy -1.164304 4.349889)
(xy -1.222249 4.405368) (xy -1.271173 4.446457) (xy -1.301965 4.465624) (xy -1.304999 4.466167) (xy -1.325712 4.451257) (xy -1.371111 4.409195) (xy -1.437216 4.343982) (xy -1.520047 4.259616)
(xy -1.615625 4.160098) (xy -1.719972 4.049428) (xy -1.726133 4.042833) (xy -1.829946 3.931909) (xy -1.924060 3.831844) (xy -2.004703 3.746609) (xy -2.068103 3.680173) (xy -2.110489 3.636506)
(xy -2.128089 3.619581) (xy -2.128300 3.619500) (xy -2.143960 3.634337) (xy -2.184679 3.676202) (xy -2.246686 3.741124) (xy -2.326208 3.825133) (xy -2.419474 3.924259) (xy -2.522712 4.034530)
(xy -2.530466 4.042833) (xy -2.635144 4.154006) (xy -2.731217 4.254260) (xy -2.814718 4.339596) (xy -2.881679 4.406016) (xy -2.928132 4.449521) (xy -2.950110 4.466114) (xy -2.950551 4.466167)
(xy -2.976400 4.452000) (xy -3.022183 4.414524) (xy -3.078839 4.361278) (xy -3.089661 4.350430) (xy -3.203960 4.234694) (xy -3.163022 4.187491) (xy -3.137532 4.159344) (xy -3.087508 4.105161)
(xy -3.017418 4.029744) (xy -2.931732 3.937892) (xy -2.834919 3.834408) (xy -2.756958 3.751263) (xy -2.657313 3.644485) (xy -2.568028 3.547640) (xy -2.492995 3.465045) (xy -2.436104 3.401014)
(xy -2.401246 3.359866) (xy -2.391833 3.346230) (xy -2.405771 3.327220) (xy -2.445112 3.281569) (xy -2.506148 3.213371) (xy -2.585174 3.126721) (xy -2.678482 3.025713) (xy -2.782364 2.914442)
(xy -2.794000 2.902046) (xy -2.898788 2.789951) (xy -2.993402 2.687724) (xy -3.074136 2.599449) (xy -3.137284 2.529214) (xy -3.179140 2.481106) (xy -3.195998 2.459211) (xy -3.196167 2.458586)
(xy -3.181583 2.434940) (xy -3.144171 2.393060) (xy -3.093436 2.342035) (xy -3.038887 2.290951) (xy -2.990029 2.248899) (xy -2.956371 2.224965) (xy -2.949200 2.222500) (xy -2.928912 2.237398)
(xy -2.884166 2.279297) (xy -2.819124 2.343998) (xy -2.737944 2.427307) (xy -2.644786 2.525027) (xy -2.566263 2.608792) (xy -2.465051 2.717232) (xy -2.371404 2.817005) (xy -2.289805 2.903380)
(xy -2.224733 2.971627) (xy -2.180673 3.017015) (xy -2.164327 3.033018) (xy -2.150973 3.043357) (xy -2.136607 3.047203) (xy -2.117706 3.041451) (xy -2.090744 3.022995) (xy -2.052198 2.988731)
(xy -1.998543 2.935552) (xy -1.926255 2.860354) (xy -1.831810 2.760032) (xy -1.725917 2.646726) (xy -1.621117 2.535419) (xy -1.524885 2.435029) (xy -1.441189 2.349554) (xy -1.373999 2.282987)
(xy -1.327284 2.239325) (xy -1.305013 2.222563) (xy -1.304514 2.222500) (xy -1.278401 2.236675) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 0.444500 4.126451) (xy 0.788458 4.132267) (xy 1.132417 4.138083) (xy 1.132417 4.455583) (xy 0.248708 4.461107) (xy -0.635000 4.466631) (xy -0.635000 4.127500) (xy 0.063500 4.127500)
(xy 0.063500 2.562329) (xy -0.539750 2.550583) (xy -0.539750 2.233083) (xy -0.047625 2.227401) (xy 0.444500 2.221720) (xy 0.444500 4.126451) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 0.461052 1.496864) (xy 0.455083 1.746250) (xy 0.216561 1.752238) (xy 0.107024 1.753809) (xy 0.033471 1.751636) (xy -0.010329 1.745156) (xy -0.030606 1.733803) (xy -0.032930 1.729641)
(xy -0.036949 1.697466) (xy -0.039086 1.633332) (xy -0.039137 1.547579) (xy -0.037825 1.480236) (xy -0.031750 1.259417) (xy 0.217636 1.253447) (xy 0.467022 1.247478) (xy 0.461052 1.496864) )(layer F.SilkS) (width 0.010000)
)
)

View File

@ -0,0 +1,9 @@
# hw-samtec-dbg
![](<https://img.shields.io/badge/-Kicad 7-blue>)
![](<https://img.shields.io/badge/-Active-green>)
Allows for conversion between SFM-105-02-X-DH-XX, TFC-105-02-F-D-A-K, and a 2x5 0.1" header.
![render](docs/samtec_dbg.png)
# Status
CAD represents a functional design without modifications

View File

@ -0,0 +1,63 @@
(module SAMTEC_SFC-105-T2-L-D-A-K-TR (layer F.Cu) (tedit 6177019D)
(fp_text reference REF** (at -1.19 -4.36) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SAMTEC_SFC-105-T2-L-D-A-K-TR (at 13.415 4.34) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 2.54 3.075) (end 2.64 3.075) (layer F.Fab) (width 0.2))
(fp_circle (center 2.54 3.075) (end 2.64 3.075) (layer F.SilkS) (width 0.2))
(fp_line (start 3.16 1.775) (end 5.16 1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.16 2.725) (end 3.16 1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.16 2.725) (end 3.16 2.725) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.16 1.775) (end -3.16 2.725) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.16 1.775) (end -3.16 1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.16 -1.775) (end 5.16 -1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.16 -2.725) (end 3.16 -1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.16 -2.725) (end 3.16 -2.725) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.16 -1.775) (end -3.16 -2.725) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.16 -1.775) (end -3.16 -1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.16 -1.775) (end 5.16 1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.16 1.775) (end -5.16 -1.775) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.365 1.525) (end 3.365 0.635) (layer F.SilkS) (width 0.2))
(fp_line (start 3.365 -1.525) (end 3.365 -0.635) (layer F.SilkS) (width 0.2))
(fp_line (start -3.365 1.525) (end -3.365 0.635) (layer F.SilkS) (width 0.2))
(fp_line (start -3.365 -1.525) (end -3.365 -0.635) (layer F.SilkS) (width 0.2))
(fp_line (start 3.365 1.525) (end 3.26 1.525) (layer F.SilkS) (width 0.2))
(fp_line (start 3.365 -1.525) (end 3.26 -1.525) (layer F.SilkS) (width 0.2))
(fp_line (start -3.365 1.525) (end -3.26 1.525) (layer F.SilkS) (width 0.2))
(fp_line (start -3.365 -1.525) (end -3.26 -1.525) (layer F.SilkS) (width 0.2))
(fp_line (start 3.365 0.635) (end 4.255 0.635) (layer F.Fab) (width 0.1))
(fp_line (start 4.765 -0.125) (end 4.765 0.125) (layer F.Fab) (width 0.1))
(fp_line (start 3.365 -0.635) (end 4.255 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -3.365 0.635) (end -4.255 0.635) (layer F.Fab) (width 0.1))
(fp_line (start -4.765 -0.125) (end -4.765 0.125) (layer F.Fab) (width 0.1))
(fp_line (start -3.365 -0.635) (end -4.255 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start 3.365 1.525) (end 3.365 0.635) (layer F.Fab) (width 0.1))
(fp_line (start -3.365 1.525) (end -3.365 0.635) (layer F.Fab) (width 0.1))
(fp_line (start 3.365 -1.525) (end 3.365 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -3.365 -1.525) (end -3.365 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start 3.365 1.525) (end -3.365 1.525) (layer F.Fab) (width 0.1))
(fp_line (start -3.365 -1.525) (end 3.365 -1.525) (layer F.Fab) (width 0.1))
(fp_arc (start -4.255 -0.125) (end -4.765 -0.125) (angle 90) (layer F.Fab) (width 0.1))
(fp_arc (start -4.255 0.125) (end -4.765 0.125) (angle -90) (layer F.Fab) (width 0.1))
(fp_arc (start 4.255 -0.125) (end 4.765 -0.125) (angle -90) (layer F.Fab) (width 0.1))
(fp_arc (start 4.255 0.125) (end 4.765 0.125) (angle 90) (layer F.Fab) (width 0.1))
(pad 01 smd rect (at 2.54 1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 02 smd rect (at 2.54 -1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 03 smd rect (at 1.27 1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 04 smd rect (at 1.27 -1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 05 smd rect (at 0 1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 06 smd rect (at 0 -1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 07 smd rect (at -1.27 1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 08 smd rect (at -1.27 -1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 09 smd rect (at -2.54 1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad 10 smd rect (at -2.54 -1.365) (size 0.74 2.22) (layers F.Cu F.Paste F.Mask))
(pad None np_thru_hole circle (at -4.13 0) (size 1.42 1.42) (drill 1.42) (layers *.Cu *.Mask))
(pad None np_thru_hole circle (at 4.13 0) (size 1.42 1.42) (drill 1.42) (layers *.Cu *.Mask))
(model C:/oxide/gemini-bringup/samtec_dbg/samtec/SFC-105-T2-L-D-A-K-TR.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
)

View File

@ -0,0 +1,51 @@
(footprint SAMTEC_SFM-104-02-X-D-A-X (layer F.Cu) (tedit 67DDA2D6)
(descr "")
(attr smd)
(fp_text reference REF** (at -1.075 -3.635 0) (layer F.SilkS)
(effects (font (size 1.0 1.0) (thickness 0.15)))
)
(fp_text value SAMTEC_SFM-104-02-X-D-A-X (at 11.625 3.865 0) (layer F.Fab)
(effects (font (size 1.0 1.0) (thickness 0.15)))
)
(pad 01 smd rect (at 1.905 1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad 02 smd rect (at 1.905 -1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad 03 smd rect (at 0.635 1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad 04 smd rect (at 0.635 -1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad 05 smd rect (at -0.635 1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad 06 smd rect (at -0.635 -1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad 07 smd rect (at -1.905 1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad 08 smd rect (at -1.905 -1.36525) (size 0.7366 2.2225) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102))
(pad None np_thru_hole circle (at -3.4925 0.0) (size 1.4224 1.4224) (drill 1.4224) (layers *.Cu *.Mask))
(pad None np_thru_hole circle (at 3.4925 0.0) (size 1.4224 1.4224) (drill 1.4224) (layers *.Cu *.Mask))
(fp_line (start -2.7305 -1.0612) (end -2.7305 -1.524) (layer F.SilkS) (width 0.2))
(fp_line (start -2.7305 1.524) (end -2.7305 1.0612) (layer F.SilkS) (width 0.2))
(fp_line (start 2.7305 1.524) (end 2.7305 1.0612) (layer F.SilkS) (width 0.2))
(fp_line (start 2.7305 -1.0612) (end 2.7305 -1.524) (layer F.SilkS) (width 0.2))
(fp_line (start -2.7305 -1.524) (end -2.6233 -1.524) (layer F.SilkS) (width 0.2))
(fp_line (start 2.6233 -1.524) (end 2.7305 -1.524) (layer F.SilkS) (width 0.2))
(fp_line (start -2.7305 1.524) (end -2.6233 1.524) (layer F.SilkS) (width 0.2))
(fp_line (start 2.6233 1.524) (end 2.7305 1.524) (layer F.SilkS) (width 0.2))
(fp_line (start -4.4537 -2.7265) (end -4.4537 2.7265) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.4537 2.7265) (end 4.4537 -2.7265) (layer F.CrtYd) (width 0.05))
(fp_circle (center 1.905 3.0) (end 2.005 3.0) (layer F.SilkS) (width 0.2))
(fp_circle (center 1.905 3.0) (end 2.005 3.0) (layer F.Fab) (width 0.2))
(fp_line (start 4.4537 -2.7265) (end -4.4537 -2.7265) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.4537 2.7265) (end -4.4537 2.7265) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.7305 0.635) (end 4.1275 0.635) (layer F.Fab) (width 0.1))
(fp_line (start 4.1275 0.635) (end 4.1275 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start 4.1275 -0.635) (end 2.7305 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -2.7305 -0.635) (end -4.1275 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -4.1275 -0.635) (end -4.1275 0.635) (layer F.Fab) (width 0.1))
(fp_line (start -4.1275 0.635) (end -2.7305 0.635) (layer F.Fab) (width 0.1))
(fp_line (start -2.7305 -1.524) (end -2.7305 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -2.7305 1.524) (end 2.7305 1.524) (layer F.Fab) (width 0.1))
(fp_line (start 2.7305 1.524) (end 2.7305 0.635) (layer F.Fab) (width 0.1))
(fp_line (start 2.7305 -1.524) (end -0.6985 -1.524) (layer F.Fab) (width 0.1))
(fp_line (start -0.6985 -1.524) (end -0.6985 -2.159) (layer F.Fab) (width 0.1))
(fp_line (start -0.6985 -2.159) (end -2.2225 -2.159) (layer F.Fab) (width 0.1))
(fp_line (start -2.2225 -2.159) (end -2.2225 -1.524) (layer F.Fab) (width 0.1))
(fp_line (start -2.2225 -1.524) (end -2.7305 -1.524) (layer F.Fab) (width 0.1))
(fp_line (start -2.7305 0.635) (end -2.7305 1.524) (layer F.Fab) (width 0.1))
(fp_line (start 2.7305 -0.635) (end 2.7305 -1.524) (layer F.Fab) (width 0.1))
)

View File

@ -0,0 +1,55 @@
(module SAMTEC_SFM-105-02-X-DH-XX (layer F.Cu) (tedit 6178334D)
(fp_text reference REF** (at -2.768 3.9486) (layer F.SilkS)
(effects (font (size 0.64 0.64) (thickness 0.15)))
)
(fp_text value SAMTEC_SFM-105-02-X-DH-XX (at 5.36 4.8886) (layer F.Fab)
(effects (font (size 0.64 0.64) (thickness 0.15)))
)
(fp_line (start -3.615 -2.785) (end -5.7125 -2.785) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.615 -7.485) (end -3.615 -2.785) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.615 -7.485) (end -3.615 -7.485) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.615 -2.785) (end 3.615 -7.485) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.7125 -2.785) (end 3.615 -2.785) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.7125 2.795) (end 5.7125 -2.785) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.7125 2.795) (end 5.7125 2.795) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.7125 -2.785) (end -5.7125 2.795) (layer F.CrtYd) (width 0.05))
(fp_circle (center -2.88 3.055) (end -2.78 3.055) (layer F.SilkS) (width 0.2))
(fp_circle (center -2.88 3.055) (end -2.78 3.055) (layer F.Fab) (width 0.2))
(fp_line (start 3.3975 2.545) (end 4.7625 2.545) (layer F.SilkS) (width 0.2))
(fp_line (start -4.765 2.545) (end -3.3975 2.545) (layer F.SilkS) (width 0.2))
(fp_circle (center -4.4475 1.205) (end -3.94 1.205) (layer F.Paste) (width 1.015))
(fp_circle (center -4.4475 -1.205) (end -3.94 -1.205) (layer F.Paste) (width 1.015))
(fp_circle (center 4.4475 -1.205) (end 4.955 -1.205) (layer F.Paste) (width 1.015))
(fp_circle (center 4.4475 1.205) (end 4.955 1.205) (layer F.Paste) (width 1.015))
(fp_line (start -7.25 -2.265) (end 6.75 -2.265) (layer F.Fab) (width 0.1))
(fp_line (start -3.365 -2.535) (end -4.765 -2.535) (layer F.Fab) (width 0.1))
(fp_line (start -3.365 -7.235) (end -3.365 -2.535) (layer F.Fab) (width 0.1))
(fp_line (start 3.365 -7.235) (end -3.365 -7.235) (layer F.Fab) (width 0.1))
(fp_line (start 3.365 -2.535) (end 3.365 -7.235) (layer F.Fab) (width 0.1))
(fp_line (start 4.765 -2.535) (end 3.365 -2.535) (layer F.Fab) (width 0.1))
(fp_line (start 4.765 2.545) (end 4.765 -2.535) (layer F.Fab) (width 0.1))
(fp_line (start -4.765 2.545) (end 4.765 2.545) (layer F.Fab) (width 0.1))
(fp_line (start -4.765 -2.535) (end -4.765 2.545) (layer F.Fab) (width 0.1))
(fp_text user PCB-Edge (at 6.08 -2.385) (layer F.Fab)
(effects (font (size 0.48 0.48) (thickness 0.15)))
)
(pad 01 smd rect (at -2.8575 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 02 smd rect (at -2.2225 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 03 smd rect (at -1.5875 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 04 smd rect (at -0.9525 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 05 smd rect (at -0.3175 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 06 smd rect (at 0.3175 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 07 smd rect (at 0.9525 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 08 smd rect (at 1.5875 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 09 smd rect (at 2.2225 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad 10 smd rect (at 2.8575 1.775) (size 0.38 1.4) (layers F.Cu F.Paste F.Mask))
(pad S1 thru_hole circle (at -4.0645 1.125) (size 1.218 1.218) (drill 0.71) (layers *.Cu *.Mask))
(pad S2 thru_hole circle (at 4.0645 1.125) (size 1.218 1.218) (drill 0.71) (layers *.Cu *.Mask))
(pad S3 thru_hole circle (at -4.0645 -1.125) (size 1.218 1.218) (drill 0.71) (layers *.Cu *.Mask))
(pad S4 thru_hole circle (at 4.0645 -1.125) (size 1.218 1.218) (drill 0.71) (layers *.Cu *.Mask))
(model C:/oxide/gemini-bringup/samtec_dbg/samtec/SFM-105-02-X-DH-XX.step
(offset (xyz 0 -2.5 2.5))
(scale (xyz 1 1 1))
(rotate (xyz 0 180 0))
)
)

View File

@ -0,0 +1,46 @@
(module SAMTEC_TFC-105-02-F-D-A-K (layer F.Cu) (tedit 617701CA)
(fp_text reference REF** (at -2.59 -5.06) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SAMTEC_TFC-105-02-F-D-A-K (at 10.11 5.04) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center -5.665 1.715) (end -5.565 1.715) (layer F.Fab) (width 0.2))
(fp_circle (center -5.665 1.715) (end -5.565 1.715) (layer F.SilkS) (width 0.2))
(fp_line (start 5.265 3.425) (end -5.265 3.425) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.265 -3.425) (end 5.265 3.425) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.265 -3.425) (end 5.265 -3.425) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.265 3.425) (end -5.265 -3.425) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.765 2.86) (end 4.765 1.06366) (layer F.SilkS) (width 0.2))
(fp_line (start 4.765 -1.06366) (end 4.765 -2.86) (layer F.SilkS) (width 0.2))
(fp_line (start -4.765 1.06366) (end -4.765 2.86) (layer F.SilkS) (width 0.2))
(fp_line (start -4.765 -2.86) (end -4.765 -1.06366) (layer F.SilkS) (width 0.2))
(fp_line (start -3.26 2.86) (end -4.765 2.86) (layer F.SilkS) (width 0.2))
(fp_line (start 3.26 2.86) (end 4.765 2.86) (layer F.SilkS) (width 0.2))
(fp_line (start 3.26 -2.86) (end 4.765 -2.86) (layer F.SilkS) (width 0.2))
(fp_line (start -4.765 -2.86) (end -3.26 -2.86) (layer F.SilkS) (width 0.2))
(fp_line (start 4.765 -2.86) (end 4.765 2.86) (layer F.Fab) (width 0.1))
(fp_line (start -4.765 -2.86) (end 4.765 -2.86) (layer F.Fab) (width 0.1))
(fp_line (start -4.765 2.86) (end -4.765 -2.86) (layer F.Fab) (width 0.1))
(fp_line (start 4.765 2.86) (end -4.765 2.86) (layer F.Fab) (width 0.1))
(fp_line (start 4.765 -2.86) (end 4.765 2.86) (layer F.Fab) (width 0.1))
(fp_line (start -4.765 -2.86) (end 4.765 -2.86) (layer F.Fab) (width 0.1))
(fp_line (start -4.765 2.86) (end -4.765 -2.86) (layer F.Fab) (width 0.1))
(pad None np_thru_hole circle (at -4.13 0) (size 1.42 1.42) (drill 1.42) (layers *.Cu *.Mask))
(pad None np_thru_hole circle (at 4.13 0) (size 1.42 1.42) (drill 1.42) (layers *.Cu *.Mask))
(pad 01 smd rect (at -2.54 1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 02 smd rect (at -2.54 -1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 03 smd rect (at -1.27 1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 04 smd rect (at -1.27 -1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 05 smd rect (at 0 1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 06 smd rect (at 0 -1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 07 smd rect (at 1.27 1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 08 smd rect (at 1.27 -1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 09 smd rect (at 2.54 1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(pad 10 smd rect (at 2.54 -1.715) (size 0.74 2.92) (layers F.Cu F.Paste F.Mask))
(model C:/oxide/gemini-bringup/samtec_dbg/samtec/TFC-105-02-F-D-A-K.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
)

View File

@ -0,0 +1,308 @@
(footprint "SAMTEC_TFM-104-01-L-D-RA"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -3.875 -7.727 0)
(layer "F.SilkS")
(uuid "89bca9bd-60d7-4ec9-b528-926c85066056")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "SAMTEC_TFM-104-01-L-D-RA"
(at 8.19 3.6275 0)
(layer "F.Fab")
(uuid "d58a773b-7b10-4e0a-a17c-b585f98f6aa2")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "dfebe2c0-c498-4bc2-9f67-924aa0606a8e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "0a9581af-4352-48fa-a086-aae078704465")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr through_hole)
(fp_line
(start -6.05 -5.842)
(end 2.21 -5.842)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "a7d4e820-b55a-411c-85c5-026cee4883ef")
)
(fp_line
(start -6.05 -0.508)
(end -6.05 -5.842)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "fc47bb4e-4d57-400b-88d4-77c56c492fe6")
)
(fp_line
(start -4.6525 -0.508)
(end -6.05 -0.508)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "fc288af8-e2b7-4fd5-838e-4672066fb200")
)
(fp_line
(start 0.8425 -0.508)
(end 2.21 -0.508)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "41dedc5d-41ac-4478-a108-099b25863018")
)
(fp_line
(start 2.21 -5.842)
(end 2.21 -0.508)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "8228069e-d70d-4fe4-b911-1d2189a48e47")
)
(fp_circle
(center 2.86 0)
(end 2.96 0)
(stroke
(width 0.2)
(type solid)
)
(fill no)
(layer "F.SilkS")
(uuid "91f2e6d7-8934-42e9-9920-7c7a7597cc7a")
)
(fp_line
(start -6.3 -6.092)
(end 2.46 -6.092)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "f14c35e6-65c9-4c1b-b412-af5649af5cd4")
)
(fp_line
(start -6.3 2.0125)
(end -6.3 -6.092)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "e58daa8d-870c-4e6c-8cce-eb8fba51ad4a")
)
(fp_line
(start 2.46 -6.092)
(end 2.46 2.0125)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "df3e24c1-5a36-4957-bde1-866670ba22a4")
)
(fp_line
(start 2.46 2.0125)
(end -6.3 2.0125)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "9d292441-cbec-44af-bb63-7b63a113f467")
)
(fp_line
(start -6.05 -5.842)
(end 2.21 -5.842)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "0714cfce-8fac-483c-8a84-ff0c0013a1cc")
)
(fp_line
(start -6.05 -5.842)
(end 2.21 -5.842)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "5c73d8f2-b5b2-4aee-849b-8c50510004c4")
)
(fp_line
(start -6.05 -0.508)
(end -6.05 -5.842)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "90223a12-9369-4ee8-8ae0-cbe4e4a986f6")
)
(fp_line
(start -6.05 -0.508)
(end -6.05 -5.842)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "9b8f1399-b147-4267-bd34-35021ba1bb9d")
)
(fp_line
(start 2.21 -5.842)
(end 2.21 -0.508)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "385631fb-a6c0-4012-8986-f59439398be1")
)
(fp_line
(start 2.21 -5.842)
(end 2.21 -0.508)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "3a6be148-5b9b-4bb0-a35e-85d1c72c803d")
)
(fp_line
(start 2.21 -0.508)
(end -6.05 -0.508)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "1851ae3f-e1de-4d36-a49e-fd1e1daf1106")
)
(fp_circle
(center 2.86 0)
(end 2.96 0)
(stroke
(width 0.2)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "685ace1d-5256-4d63-bd83-b98519c45db2")
)
(pad "01" thru_hole rect
(at 0 0)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "8fbadb11-e0b8-4835-a6a1-4d0e486b675a")
)
(pad "02" thru_hole circle
(at 0 1.27)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "cc146b85-6c0b-4159-82d2-9108dac76757")
)
(pad "03" thru_hole circle
(at -1.27 0)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "c5a89be9-498d-4917-94a9-50015423afda")
)
(pad "04" thru_hole circle
(at -1.27 1.27)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "f04bb375-5f25-4297-a2f0-4c1a1b4d4d26")
)
(pad "05" thru_hole circle
(at -2.54 0)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "98ed8686-c688-43df-b94b-e1529af7c250")
)
(pad "06" thru_hole circle
(at -2.54 1.27)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "eb0fe70a-4731-45aa-a17b-3ca02c1c6bb3")
)
(pad "07" thru_hole circle
(at -3.81 0)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "0cf061e3-0489-479c-a0c0-f15a7e4c6e79")
)
(pad "08" thru_hole circle
(at -3.81 1.27)
(size 0.985 0.985)
(drill 0.635)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(solder_mask_margin 0.102)
(uuid "29e1c83a-8f4b-458e-848f-df3971318bcf")
)
(embedded_fonts no)
)

View File

LOADING design file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

LOADING design file

File diff suppressed because it is too large Load Diff

View File

Name
Comment
Description
SFM-105-02-X-DH-XX
J SFM-105-02-X-DH-XX
SFM-105-02-X-DH-XX
Part ID
Comment
Attributes
Reference
J
Value
SFM-105-02-X-DH-XX
Footprint
SAMTEC_SFM-105-02-X-DH-XX
Datasheet
MANUFACTURER
Samtec
PARTREV
D
MAXIMUM_PACKAGE_HEIGHT
4.64 mm
STANDARD
Manufacturer Recommendations
ki_locked

File diff suppressed because it is too large Load Diff

View File

Name
Comment
Description
TFC-105-02-F-D-A-K
TFC-105-02-F-D-A-K
Part ID
Comment
Attributes
Reference
J
Value
TFC-105-02-F-D-A-K
Footprint
SAMTEC_TFC-105-02-F-D-A-K
Datasheet
STANDARD
Manufacturer Recommendations
PARTREV
R
MANUFACTURER
Samtec
ki_locked

File diff suppressed because it is too large Load Diff

View File

LOADING design file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

(image error) Size: 57 KiB

View File

@ -0,0 +1,6 @@
(fp_lib_table
(version 7)
(lib (name "samtec")(type "KiCad")(uri "${KIPRJMOD}/SFC-105-T2-L-D-A-K-TR.kicad_mod")(options "")(descr ""))
(lib (name "tps")(type "KiCad")(uri "${KIPRJMOD}/tps.pretty")(options "")(descr ""))
(lib (name "samtec_dbg_8pin_sfm")(type "KiCad")(uri "D:/oxide/hw-samtec-dbg/8_pin_sfm/samtec_dbg_8pin_sfm")(options "")(descr ""))
)

Some files were not shown because too many files have changed in this diff Show More