Commit graph

5114 commits

Author SHA1 Message Date
jkriege2
f8af1a3a40 fixed some FPFilters (SOT-23* to SOT?23*) 2017-10-15 15:26:42 +02:00
jkriege2
a2f089778c Merge branch 'master' of https://github.com/KiCad/kicad-library into fix_dcdc3 2017-10-15 15:24:37 +02:00
jkriege2
ab46461226 implemented footprint renames 2017-10-15 07:55:18 +02:00
Patrick Pelletier
7b09196e9c Add USB_B_Micro and USB_B_Mini schematic symbols.
Strangely, there are already some footprints for USB micro connectors
in the Connectors_USB library:

https://github.com/KiCad/Connectors_USB.pretty

but I couldn't find any schematic symbols for a micro USB connector.
(USB micro B and mini B connectors have an additional pin, the ID pin,
which is not present in the traditional USB B connector, so the
existing USB_B symbol can't be used.)

So, I have added a symbol USB_B_Micro, based on the existing USB_B
symbol.  I've also added USB_B_Mini as an alias for USB_B_Micro,
because the micro and mini connectors have the same pinout.

The pinout is here:

http://pinouts.ru/PortableDevices/micro_usb_pinout.shtml
2017-10-14 12:28:44 -07:00
jkriege2
b46570212f KLC fixes 2017-10-14 15:12:07 +02:00
jkriege2
7c98a93ec5 reworked LTC3890-1 (removed fields, footprint available from https://github.com/KiCad/Housings_SSOP.pretty/pull/48) 2017-10-14 14:35:08 +02:00
jkriege2
47ab4a33fb reworked LTC3890 (footprint, removed fields, description) 2017-10-14 14:16:39 +02:00
jkriege2
97f2340dd2 reworked LTC3886 (footprint, removed fields, ... footprint available from: https://github.com/KiCad/Housings_DFN_QFN.pretty/pull/71) 2017-10-14 14:14:16 +02:00
jkriege2
50f9d91012 reworked LTC3630 (symbol, footprint, missing variants, ... see https://github.com/KiCad/Housings_SSOP.pretty/pull/47 for footprint) 2017-10-14 14:05:23 +02:00
jkriege2
3318d5b974 reworked LTC3525 (description) 2017-10-14 13:53:19 +02:00
jkriege2
63d9564e94 reworked LTC3525 (pin-location/symbol, footprint, FPFilter) 2017-10-14 13:52:33 +02:00
jkriege2
85b5ca4518 reworked LTC3442 (symbol, footprint, description, ...) 2017-10-14 13:49:51 +02:00
jkriege2
2fb13800f7 reworked LTC3429 (footprint, description, ...) 2017-10-14 13:43:50 +02:00
jkriege2
0046e0c844 reworked LTC3429 (description, symbol) 2017-10-14 13:38:31 +02:00
jkriege2
78d5917da1 reworked LTC3406 family (symbol, description, missing variants, ...) 2017-10-14 13:36:54 +02:00
jkriege2
49645ff952 reworked LTC1878EMS8 (symbol, footprint, description, datasheet, ...) 2017-10-14 13:20:14 +02:00
jkriege2
4f3a206cd3 reworked LTC1624CS8 (rename, symbol, datasheet, description, ...) 2017-10-14 13:12:31 +02:00
jkriege2
a712b54f58 LT1307-family: split by package 2017-10-14 13:07:22 +02:00
jkriege2
611f06b7ea renamed LTC1307->LT1307 (correction, reworked, sybol, missing variant, footprint-filters, ...) 2017-10-14 12:59:48 +02:00
jkriege2
098293e9d3 reworked LT3757 (Symbol, missing variants, footprints, description, ...) 2017-10-14 12:52:04 +02:00
jkriege2
6ffd72f025 reworked LT3755-family (description, pin-label-offset) 2017-10-14 12:42:02 +02:00
jkriege2
fd56b67d9c reworked LT3472 (symbol, description) 2017-10-14 12:36:37 +02:00
jkriege2
3638787700 reworked LT3465 (description, moved Vin to top and SW to left) 2017-10-14 12:35:07 +02:00
jkriege2
1cf332b000 reworked LT3439 (symbol, description, datasheet, package) 2017-10-14 12:32:47 +02:00
jkriege2
03ed402e98 reworked LT3430 (missing variant, footprint https://github.com/KiCad/Housings_SSOP.pretty/pull/46, symbol, description) 2017-10-14 12:23:46 +02:00
jkriege2
bf33304edf removed non-existent parts 2017-10-14 09:57:51 +02:00
jkriege2
3e647ded8a fixed LT1945 (pin-stacking, footprint, description) 2017-10-14 09:39:43 +02:00
jkriege2
b76ec28801 reworked LT137x-family (symbol, footprint, variants, datasheets, ...) 2017-10-14 09:28:44 +02:00
evanshultz
218e0e7979 Merge pull request #1696 from sandhan26/Logic_74xx
added 74HC014 non-inverting Schmitt Trigger to Logic_74xx.lib
2017-10-13 12:30:33 -07:00
Jan W. Krieger
c2db41de9a Merge pull request #1720 from ppelleti/q-photo-ec
Fix decription for Q_Photo_NPN_EC.
2017-10-13 08:39:38 +02:00
jkriege2
a5db5c5258 reworked LT1108-family (split by package+voltage, pin-names, symbol, description)
changed ADP1108-family to be ALIAS of LT1108
2017-10-13 08:08:16 +02:00
jkriege2
ad1b54bd8d reworked LT1073-family (split by package, package, description) 2017-10-13 07:58:38 +02:00
jkriege2
774a01ddd8 fixed missing description of LM284xY and added X/Y-variants 2017-10-13 07:52:17 +02:00
Patrick Pelletier
3d0ff0bd4f Add SOT-23-5 to the description for MCP3021. 2017-10-12 22:32:48 -07:00
Patrick Pelletier
4ace53ad6e Add symbol for MCP3021 10-Bit A/D Converter with I2C Interface.
http://www.microchip.com/mymicrochip/filehandler.aspx?ddocname=en011709
2017-10-12 21:00:08 -07:00
Sandhan Sarma
917b72b2b7 removed DIP from FP filter, updated keywords, fixed typos in description 2017-10-13 07:10:30 +05:30
Patrick Pelletier
a4ae3f70cd Fix decription for Q_Photo_NPN_EC.
Q_Photo_NPN_EC had the description "Phototransistor NPN, 2-pin (C=1, E=2)".
I think it should be the other way around.
2017-10-12 12:57:08 -07:00
Sandhan Sarma
0c5f8dd5c2 corrected SOIC dimensions, default dimension as SOIC 2017-10-12 22:46:48 +05:30
jkriege2
c9930c626d added LM2840/LM2841/LM2842 series (as ALIAS) 2017-10-12 08:31:23 +02:00
Oliver
dbd698c2ce Merge pull request #1717 from jkriege2/fix_dcdc2
Fix dc-dc.lib, part 2
2017-10-12 10:09:38 +11:00
Oliver
fc128029bc Merge pull request #1718 from aurel32/adp7142-adp7182
Add Analog Devices ADP7142 and ADP7182 LDO regulators to regul library
2017-10-12 10:08:18 +11:00
jkriege2
3df753785b reworked LM5165 (split by adjustable/fixed due to pin-names, package, description) 2017-10-11 22:08:09 +02:00
jkriege2
5c7a906901 rworked LM5017 (footprints, symbol, datasheet, description) 2017-10-11 22:02:23 +02:00
jkriege2
72c89d0ecc reworked LM5007/LM5008/LM5009 (symbol, footprint, description, datasheet, ...) 2017-10-11 21:54:29 +02:00
jkriege2
329bc5ad68 reworked LM5006MM (footprint, description, symbol) 2017-10-11 21:41:33 +02:00
jkriege2
881b6eb3a6 LM3670MF is now an ALIAS 2017-10-11 21:38:43 +02:00
jkriege2
5549388171 reworked LM3670MF (footprint, description, symbol) 2017-10-11 21:35:45 +02:00
jkriege2
83d50d8b5e reworked LM3578 series (symbol, footprints, description, datasheet) 2017-10-11 21:33:07 +02:00
jkriege2
5a49d160ef reworked LM3407MY (symbol, PAD, footprint, description) 2017-10-11 21:23:28 +02:00
jkriege2
cfd421752e reworked LM27762 (symbol) 2017-10-11 21:19:44 +02:00