Go to file
evanshultz f2bf99abde Overhaul ir.lib
Changes
- Updated all datasheet links to Infineon website
- Added package type to all descriptions
- Standardized all descriptions to '<description>, <voltage>, <drive current>, <package>
- Set pin name offset to 20mil
- Replaced '-' in FPfilter with '?'
- Added other packages/pinouts for existing parts (IRS2186/IRS21864, IR2181/IRS21814, etc.)
- Split IR2110/IR2113 into DIP and SOIC packages since the pinout is different (they were together!)
- Figured out a standard pinout and symbol for the standard/generic (non-class D) drivers
- Moved power pins to top and bottom of AUIPS* symbols
- Stacked pins where possible
- Used ALIAS instead of discrete symbols where possible
- Added a bunch of parts: IR2101[S], IR2011, IR2085S, IR2101, IR2102, IRS2101, IR2010[S], IR[S]2183/21834, IR[S]2184/21844
- Removed IR2186 (I only find a prelim datasheet and nothing in Infineon's site)
- Note that since we're rearranging libraries anyway I left this in ir.lib (not infineon.lib)
2017-08-11 08:53:54 -07:00
CMakeModules Add 'make uninstall' support using CMake. Typically must be run as root from build dir. 2013-10-31 13:38:35 -05:00
library Overhaul ir.lib 2017-08-11 08:53:54 -07:00
modules added new scripted models for Tantal THT capacitors 2017-07-31 15:30:12 +02:00
template Merge pull request #1482 from SchrodingersGat/card-fp-lib 2017-08-03 07:37:01 +02:00
.gitattributes Fixes for .gitattributesfiel 2017-02-24 00:26:20 +11:00
.gitignore Ignore /internat/ directory 2017-03-01 09:22:26 +11:00
.travis.yml Good to go (#3) 2017-02-15 13:08:53 -06:00
CMakeLists.txt Removed KICAD_DATA dir which is redundant on OSX and changed the prefix to something more sane 2016-09-12 21:52:47 +12:00
CONTRIBUTING.md updating and renaming CONTRIBUTING file 2015-10-01 23:11:18 -03:00
COPYRIGHT.txt Add license info for libraries (the GPL license) 2012-01-23 11:14:35 +01:00
library-check.sh Fixed accidental removal of douille 2017-02-15 12:25:25 -06:00
README.md Update README.md 2017-01-03 18:52:01 +11:00

KiCad Library

This repository contains the official schematic and 3D libraries supported by the KiCad library team.

The footprint libraries are the *.pretty repos themselves and are used online by default. If you want to download them locally, the library-repos-install.bat and library-repos-install.sh scripts in the KiCad source can do this automatically.

How to Contribute

Please, check the CONTRIBUTING.md file, or refer to the Wiki Page.

Further Information