From 45bdad129a01764abb7cea3377f627f6e553a539 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Tue, 8 Mar 2016 01:36:34 +0900 Subject: [PATCH 1/3] Add LTC1044 to dc-dc.lib - add Switched Capacitor Voltage Converter LTC1044 to dc-dc.lib, alias MAX1044 and ICL7660 - add Switched Capacitor Voltage Converter LT1054 to dc-dc.lib - KLC compliance --- library/dc-dc.dcm | 24 ++++++++++++++++++++++++ library/dc-dc.lib | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/library/dc-dc.dcm b/library/dc-dc.dcm index 1f4a7f8e..9d84fc1a 100644 --- a/library/dc-dc.dcm +++ b/library/dc-dc.dcm @@ -196,6 +196,12 @@ K Adjustable 3A 52KHz Buck DC/DC F http://www.dianyuan.com/bbs/u/54/437861181916300.pdf $ENDCMP # +$CMP ICL7660 +D Switched-Capacitor Voltage Converters +K monolithic, CMOS switched-capacitor voltage converters that invert, double, divide, or multiply a positive input voltage +F http://datasheets.maximintegrated.com/en/ds/ICL7660-MAX1044.pdf +$ENDCMP +# $CMP ISL8117 D Synchronous step-down PWM controller, 4.5v to 60v input, 0.6v to 54v output K PWM step down buck converter controller synchronous POL @@ -754,11 +760,23 @@ K Miniature Step-Up Boost Voltage Regulator F http://www.ti.com/lit/ds/symlink/lmr64010.pdf $ENDCMP # +$CMP LT1054 +D Switched-Capacitor Voltage Converter with Regulator +K monolithic, bipolar, switched-capacitor voltage converter and regulator +F http://cds.linear.com/docs/en/datasheet/1054lfh.pdf +$ENDCMP +# $CMP LT3439 D Low EMI DC/DC converter. F regulator/lt3439.pdf $ENDCMP # +$CMP LTC1044 +D Switched Capacitor Voltage Converter +K monolithic CMOS switched capacitor voltage converter +F http://cds.linear.com/docs/en/datasheet/lt1044.pdf +$ENDCMP +# $CMP LTC3630 D High efficiency 65V 500mA synchronous step-down converter K buck dc-dc switcher switching @@ -789,6 +807,12 @@ K buck regulator power two outputs F http://cds.linear.com/docs/en/datasheet/38901fb.pdf $ENDCMP # +$CMP MAX1044 +D Switched-Capacitor Voltage Converters +K monolithic, CMOS switched-capacitor voltage converters that invert, double, divide, or multiply a positive input voltage +F http://datasheets.maximintegrated.com/en/ds/ICL7660-MAX1044.pdf +$ENDCMP +# $CMP MAX5035AASA D 3.3V 1A, High-Efficiency Step-Down DC-DC Converter, Vin 76V, High Temperature Grade, SO8 K 3.3V 1A Step-Down Converter 76V Hi-Temp diff --git a/library/dc-dc.lib b/library/dc-dc.lib index 32b76a61..5ce92686 100644 --- a/library/dc-dc.lib +++ b/library/dc-dc.lib @@ -906,6 +906,29 @@ X EN 6 -400 -100 150 R 50 50 1 1 I ENDDRAW ENDDEF # +# LT1054 +# +DEF LT1054 U 0 40 Y Y 1 F N +F0 "U" -200 500 50 H V C CNN +F1 "LT1054" 400 -500 50 H V C CNN +F2 "" 100 -100 50 H V C CNN +F3 "" 100 -100 50 H V C CNN +$FPLIST + DIP-8* +$ENDFPLIST +DRAW +S -300 400 300 -400 0 1 10 f +X FB/SHDN 1 -400 200 100 R 50 50 1 1 I +X CAP+ 2 400 100 100 L 50 50 1 1 I +X GND 3 0 -500 100 U 50 50 1 1 W +X CAP- 4 400 -300 100 L 50 50 1 1 I +X VOUT 5 400 300 100 L 50 50 1 1 w +X VREF 6 -400 -200 100 R 50 50 1 1 O +X OSC 7 -400 0 100 R 50 50 1 1 I +X V+ 8 -400 300 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# # LT3439 # DEF LT3439 U 0 40 Y Y 1 F N @@ -929,6 +952,30 @@ X PGND 16 100 -700 150 U 50 50 1 1 W ENDDRAW ENDDEF # +# LTC1044 +# +DEF LTC1044 U 0 40 Y Y 1 F N +F0 "U" -200 500 50 H V C CNN +F1 "LTC1044" 400 -500 50 H V C CNN +F2 "" 100 -100 50 H V C CNN +F3 "" 100 -100 50 H V C CNN +ALIAS MAX1044 ICL7660 +$FPLIST + DIP-8* +$ENDFPLIST +DRAW +S -300 400 300 -400 0 1 10 f +X BOOST 1 -400 200 100 R 50 50 1 1 I +X CAP+ 2 400 100 100 L 50 50 1 1 I +X GND 3 0 -500 100 U 50 50 1 1 W +X CAP- 4 400 -300 100 L 50 50 1 1 I +X VOUT 5 400 300 100 L 50 50 1 1 w +X LV 6 -400 -200 100 R 50 50 1 1 I +X OSC 7 -400 0 100 R 50 50 1 1 I +X V+ 8 -400 300 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# # LTC3630 # DEF LTC3630 U 0 40 Y Y 1 F N From 273062336271be165c17f37780416cb8005a5e46 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Fri, 11 Mar 2016 19:47:49 +0900 Subject: [PATCH 2/3] Update description and keywords of LTC1044 MAX1044 ICL7660 LT1054 --- library/dc-dc.dcm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/library/dc-dc.dcm b/library/dc-dc.dcm index 9d84fc1a..47b6b1fb 100644 --- a/library/dc-dc.dcm +++ b/library/dc-dc.dcm @@ -197,8 +197,8 @@ F http://www.dianyuan.com/bbs/u/54/437861181916300.pdf $ENDCMP # $CMP ICL7660 -D Switched-Capacitor Voltage Converters -K monolithic, CMOS switched-capacitor voltage converters that invert, double, divide, or multiply a positive input voltage +D Switched-Capacitor Voltage Converter, 1.5V to 10.0V operating supply voltage, 10mA with a 0.5V output drop +K monolithic CMOS switched capacitor voltage converter invert double divide multiply F http://datasheets.maximintegrated.com/en/ds/ICL7660-MAX1044.pdf $ENDCMP # @@ -761,8 +761,8 @@ F http://www.ti.com/lit/ds/symlink/lmr64010.pdf $ENDCMP # $CMP LT1054 -D Switched-Capacitor Voltage Converter with Regulator -K monolithic, bipolar, switched-capacitor voltage converter and regulator +D Switched-Capacitor Voltage Converter with Regulator, output current 100mA, operating range 3.5V to 15V, low loss 1.1V at 100mA +K monolithic bipolar switched capacitor voltage converter regulator inverter doubler shutdown F http://cds.linear.com/docs/en/datasheet/1054lfh.pdf $ENDCMP # @@ -772,8 +772,8 @@ F regulator/lt3439.pdf $ENDCMP # $CMP LTC1044 -D Switched Capacitor Voltage Converter -K monolithic CMOS switched capacitor voltage converter +D Switched Capacitor Voltage Converter, 1.5V to 9V supply operation, 200uA Max No Load Supply Current at 5V +K monolithic CMOS switched capacitor voltage converter invert double divide multiply boost F http://cds.linear.com/docs/en/datasheet/lt1044.pdf $ENDCMP # @@ -808,8 +808,8 @@ F http://cds.linear.com/docs/en/datasheet/38901fb.pdf $ENDCMP # $CMP MAX1044 -D Switched-Capacitor Voltage Converters -K monolithic, CMOS switched-capacitor voltage converters that invert, double, divide, or multiply a positive input voltage +D Switched-Capacitor Voltage Converter, 1.5V to 10.0V operating supply voltage, 10mA with a 0.5V output drop +K monolithic CMOS switched capacitor voltage converter invert double divide multiply boost F http://datasheets.maximintegrated.com/en/ds/ICL7660-MAX1044.pdf $ENDCMP # From fd670d3efb51906d4035933eff36b4ca26d882ac Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 13 Mar 2016 11:03:43 +0100 Subject: [PATCH 3/3] [enh] add Connectors_Multicomp.pretty to fp-lib-table --- template/fp-lib-table.for-github | 1 + template/fp-lib-table.for-pretty | 1 + 2 files changed, 2 insertions(+) diff --git a/template/fp-lib-table.for-github b/template/fp-lib-table.for-github index 73a52fba..2409f2a0 100644 --- a/template/fp-lib-table.for-github +++ b/template/fp-lib-table.for-github @@ -12,6 +12,7 @@ (lib (name Choke_SMD)(type Github)(uri ${KIGITHUB}/Choke_SMD.pretty)(options "")(descr "The way you like them.")) (lib (name Choke_Toroid_ThroughHole)(type Github)(uri ${KIGITHUB}/Choke_Toroid_ThroughHole.pretty)(options "")(descr "The way you like them.")) (lib (name Connectors_Molex)(type Github)(uri ${KIGITHUB}/Connectors_Molex.pretty)(options "")(descr 53047-A123)) + (lib (name Connectors_Multicomp)(type Github)(uri ${KIGITHUB}/Connectors_Multicomp.pretty)(options "")(descr "The way you like them.")) (lib (name Connectors_JST)(type Github)(uri ${KIGITHUB}/Connectors_JST.pretty)(options "")(descr "The way you like them.")) (lib (name Connect)(type Github)(uri ${KIGITHUB}/Connect.pretty)(options "")(descr "The way you like them.")) (lib (name Converters_DCDC_ACDC)(type Github)(uri ${KIGITHUB}/Converters_DCDC_ACDC.pretty)(options "")(descr "The way you like them.")) diff --git a/template/fp-lib-table.for-pretty b/template/fp-lib-table.for-pretty index d723b2dd..0bfa0983 100644 --- a/template/fp-lib-table.for-pretty +++ b/template/fp-lib-table.for-pretty @@ -12,6 +12,7 @@ (lib (name Choke_SMD)(type KiCad)(uri ${KISYSMOD}/Choke_SMD.pretty)(options "")(descr "The way you like them.")) (lib (name Choke_Toroid_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Toroid_ThroughHole.pretty)(options "")(descr "The way you like them.")) (lib (name Connectors_Molex)(type KiCad)(uri ${KISYSMOD}/Connectors_Molex.pretty)(options "")(descr 53047-A123)) + (lib (name Connectors_Multicomp)(type KiCad)(uri ${KISYSMOD}/Connectors_Multicomp.pretty)(options "")(descr "The way you like them.")) (lib (name Connectors_JST)(type KiCad)(uri ${KISYSMOD}/Connectors_JST.pretty)(options "")(descr "The way you like them.")) (lib (name Connect)(type KiCad)(uri ${KISYSMOD}/Connect.pretty)(options "")(descr "The way you like them.")) (lib (name Converters_DCDC_ACDC)(type KiCad)(uri ${KISYSMOD}/Converters_DCDC_ACDC.pretty)(options "")(descr "The way you like them."))