KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
746 stars 956 forks source link

Added Microchip MCP1825S LDP Regulator #1808

Closed johnfwhitmore closed 6 years ago

johnfwhitmore commented 6 years ago

I'm initiating a pull request to have the Continuous Integration test run on what I've added. There are better error message from it then kicad-libraries-utils/schlib/checklib.py, which is giving me an error "Violating Rule 4.8 - Field text size" but the klc [http://kicad-pcb.org/libraries/klc/] doesn't actually list a rule 4.8?

Unfortunately there are 3, 4 and 5 pin packages for this device. I've only added the 4 pin SOT-223 for the moment, which has two Gnd connections whereas the TO-220 and DDPAK only have one Gnd. I'll add those as a 3 pin component.

mcp1825s

SchrodingersGat commented 6 years ago

Sounds like your local copy of the kicad-library-utils scripts is out of date. There were some very big changes made recently.

johnfwhitmore commented 6 years ago

Oops not sure when I updated them. Let me pull them... yes you're right :-( that's a list of error messages that matches the KLC

jkriege2 commented 6 years ago

THanks, JAN

johnfwhitmore commented 6 years ago

More oops, thanks for all that. I'll delete this PR when I move all to LDO. Now I have the latest utils I should be able to correct errors before I re-submit.