Skip to content

Commit

Permalink
Merge pull request #44 from upb-lea/buckconverterss24
Browse files Browse the repository at this point in the history
Buckconverterss24
  • Loading branch information
gituser789 committed Aug 13, 2024
2 parents 6ccd39e + f8b8fab commit 37d2621
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
76 changes: 33 additions & 43 deletions LEA_Footprint_Library.pretty/QFN50P300X400X80-21N-D.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -65,86 +65,76 @@
)
)
(attr smd)
(fp_circle
(center -1.9 -2)
(end -1.775 -2)
(stroke
(width 0.254)
(type solid)
)
(fill none)
(layer "F.SilkS")
(uuid "803dc091-9596-444a-8712-099042717312")
)
(fp_line
(start -2.125 -2.625)
(end 2.125 -2.625)
(start -1.5 -2)
(end 1.5 -2)
(stroke
(width 0.05)
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "3ce0f40b-4c56-4b84-b4ed-1c2b2574b8cc")
(layer "F.SilkS")
(uuid "2ec4b121-baf7-4414-be67-72932e4bfc98")
)
(fp_line
(start -2.125 2.625)
(end -2.125 -2.625)
(start -1.5 2)
(end -1.5 -2)
(stroke
(width 0.05)
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "d6d6b030-9e10-412f-838e-67daaea9d1a2")
(layer "F.SilkS")
(uuid "30f6d7c0-4e4d-4150-b079-e7f8f17c5117")
)
(fp_line
(start -1.5 -2)
(end 1.5 -2)
(start 1.5 -2)
(end 1.5 2)
(stroke
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "2ec4b121-baf7-4414-be67-72932e4bfc98")
(layer "F.SilkS")
(uuid "d4284050-262d-41ff-86a2-9733585088c8")
)
(fp_line
(start -1.5 -1.5)
(end -1 -2)
(start 1.5 2)
(end -1.5 2)
(stroke
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "189acb59-3640-4e57-8f30-22b1cea72188")
(layer "F.SilkS")
(uuid "2d9d2f11-9c2c-4fff-86a6-97cc5eb3de8d")
)
(fp_line
(start -1.5 2)
(end -1.5 -2)
(fp_circle
(center -1.8 -2.3)
(end -1.675 -2.3)
(stroke
(width 0.1)
(width 0.254)
(type solid)
)
(layer "F.CrtYd")
(uuid "30f6d7c0-4e4d-4150-b079-e7f8f17c5117")
(fill none)
(layer "F.SilkS")
(uuid "803dc091-9596-444a-8712-099042717312")
)
(fp_line
(start 1.5 -2)
(end 1.5 2)
(start -2.125 -2.625)
(end 2.125 -2.625)
(stroke
(width 0.1)
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "d4284050-262d-41ff-86a2-9733585088c8")
(uuid "3ce0f40b-4c56-4b84-b4ed-1c2b2574b8cc")
)
(fp_line
(start 1.5 2)
(end -1.5 2)
(start -2.125 2.625)
(end -2.125 -2.625)
(stroke
(width 0.1)
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "2d9d2f11-9c2c-4fff-86a6-97cc5eb3de8d")
(uuid "d6d6b030-9e10-412f-838e-67daaea9d1a2")
)
(fp_line
(start 2.125 -2.625)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,10 @@ Examples:
* `ST_6CH_CMOS_SOIC14_MC74HC14ADG`


## Checklist Layout order
* Schematic: generate BOM, check if all components are available using [KiCost](https://github.com/hildogjr/KiCost)
* Schematic: all potentials have a NetClass
* Schematic: free of failures and warnings using Electrical Rules Checker (ERC)
* PCB: fiducials (2 on top layer, 2 on bottom layer)
* PCB: spacing rules generation using [KiClearance](https://github.com/upb-lea/KiClearance)
* PCB: free of failures and warnings in Design Rules Checker (DRC)
6 changes: 5 additions & 1 deletion sources/wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ THT
Microcontrollers
ICs
Schmitt

NetClass
ERC
fiducials
KiClearance
DRC

0 comments on commit 37d2621

Please sign in to comment.