From 19aa08c4980111709360a22d4c93b45619d8b814 Mon Sep 17 00:00:00 2001 From: Cedric Boudinet Date: Thu, 23 Mar 2017 16:16:15 +0100 Subject: [PATCH 1/5] Adding LM4041-ADJ --- library/references.dcm | 6 ++++++ library/references.lib | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/library/references.dcm b/library/references.dcm index 7435dddc..ccf17eb0 100644 --- a/library/references.dcm +++ b/library/references.dcm @@ -312,6 +312,12 @@ K diode device voltage reference shunt F http://www.ti.com/lit/ds/symlink/lm4040-n.pdf $ENDCMP # +$CMP LM4041DIZ-ADJ +D Adjustable Precision Micropower Shunt Voltage Reference, TO-92 +K diode device voltage reference shunt +F http://www.ti.com/lit/ds/symlink/lm4041-n.pdf +$ENDCMP +# $CMP LM4125AIM5-2.5/NOPB D LM4125A-2.5, 2.5V ±0.2% Precision Micropower Low Dropout Voltage Reference, SOT-23-5 K Precision Micropower Low Dropout Voltage Reference 2.5V diff --git a/library/references.lib b/library/references.lib index f7f663b9..40b7ae73 100644 --- a/library/references.lib +++ b/library/references.lib @@ -378,6 +378,26 @@ X A 3 -150 0 100 R 50 50 1 1 P ENDDRAW ENDDEF # +# LM4041DIZ-ADJ +# +DEF LM4041DIZ-ADJ D 0 1 Y N 1 F N +F0 "D" 100 150 50 H V C CNN +F1 "LM4041DIZ-ADJ" 0 -125 50 H V C CNN +F2 "TO_SOT_Packages_THT:TO-92_Inline_Narrow_Oval" 0 -200 50 H I C CIN +F3 "" 0 0 50 H V C CNN +$FPLIST + TO?92* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 0 0 0 50 0 N +P 4 0 1 8 -50 -50 25 0 -50 50 -50 -50 N +P 4 0 1 8 0 -50 25 -50 25 50 50 50 N +X FB 1 0 200 200 D 50 50 1 1 I +X K 2 150 0 100 L 50 50 1 1 P +X A 3 -150 0 100 R 50 50 1 1 P +ENDDRAW +ENDDEF +# # LM4125AIM5-2.5/NOPB # DEF LM4125AIM5-2.5/NOPB U 0 40 Y Y 1 F N From a6983e53a74f4d978a3b1604024c2d6a5755e807 Mon Sep 17 00:00:00 2001 From: Cedric Boudinet Date: Sun, 2 Apr 2017 14:41:38 +0200 Subject: [PATCH 2/5] Renaming LM4041DIZ-ADJ to LM4041LP-ADJ --- library/references.dcm | 2 +- library/references.lib | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/references.dcm b/library/references.dcm index ccf17eb0..23baf01e 100644 --- a/library/references.dcm +++ b/library/references.dcm @@ -312,7 +312,7 @@ K diode device voltage reference shunt F http://www.ti.com/lit/ds/symlink/lm4040-n.pdf $ENDCMP # -$CMP LM4041DIZ-ADJ +$CMP LM4041LP-ADJ D Adjustable Precision Micropower Shunt Voltage Reference, TO-92 K diode device voltage reference shunt F http://www.ti.com/lit/ds/symlink/lm4041-n.pdf diff --git a/library/references.lib b/library/references.lib index 40b7ae73..f56d0ab8 100644 --- a/library/references.lib +++ b/library/references.lib @@ -378,11 +378,11 @@ X A 3 -150 0 100 R 50 50 1 1 P ENDDRAW ENDDEF # -# LM4041DIZ-ADJ +# LM4041LP-ADJ # -DEF LM4041DIZ-ADJ D 0 1 Y N 1 F N +DEF LM4041LP-ADJ D 0 1 Y N 1 F N F0 "D" 100 150 50 H V C CNN -F1 "LM4041DIZ-ADJ" 0 -125 50 H V C CNN +F1 "LM4041LP-ADJ" 0 -125 50 H V C CNN F2 "TO_SOT_Packages_THT:TO-92_Inline_Narrow_Oval" 0 -200 50 H I C CIN F3 "" 0 0 50 H V C CNN $FPLIST From ce463b883b588098fc0ac354d8b76630160150dc Mon Sep 17 00:00:00 2001 From: El3ctr0nic Date: Tue, 4 Apr 2017 12:44:14 +0200 Subject: [PATCH 3/5] Nucleo 144 Fix 144 pin connector is Morpho Connector not Zio. Zio is Arduino compt. connector. --- library/modules.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/modules.lib b/library/modules.lib index b6912d1b..cf96a435 100644 --- a/library/modules.lib +++ b/library/modules.lib @@ -52,11 +52,11 @@ ENDDEF DEF NUCLEO144-F429ZI U 0 1 Y Y 1 F N F0 "U" -900 3725 50 H V R CNN F1 "NUCLEO144-F429ZI" -900 3650 50 H V R CNN -F2 "Modules:ST_Zio_Connector_144_With_STLink" 850 -3650 50 H I L CNN +F2 "Modules:ST_Morpho_Connector_144_With_STLink" 850 -3650 50 H I L CNN F3 "" -900 300 50 H I C CNN ALIAS NUCLEO144-F746ZG $FPLIST - ST?Zio?Connector?144?With?STLink* + ST?Morpho?Connector?144?With?STLink* $ENDFPLIST DRAW S -1100 -3600 1100 3600 0 1 10 f From 679d9d683c6fccbb496dd10927bdbf95ea0260d4 Mon Sep 17 00:00:00 2001 From: Cedric Boudinet Date: Wed, 5 Apr 2017 14:52:36 +0200 Subject: [PATCH 4/5] Hidding datasheet --- library/references.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/references.lib b/library/references.lib index 529333d7..957eeecc 100644 --- a/library/references.lib +++ b/library/references.lib @@ -384,7 +384,7 @@ DEF LM4041LP-ADJ D 0 1 Y N 1 F N F0 "D" 100 150 50 H V C CNN F1 "LM4041LP-ADJ" 0 -125 50 H V C CNN F2 "TO_SOT_Packages_THT:TO-92_Inline_Narrow_Oval" 0 -200 50 H I C CIN -F3 "" 0 0 50 H V C CNN +F3 "" 100 150 50 H I C CNN $FPLIST TO?92* $ENDFPLIST From fca6d5aa82b32e49357e926c459819ace3c3ff0c Mon Sep 17 00:00:00 2001 From: Cedric Boudinet Date: Wed, 5 Apr 2017 20:58:16 +0200 Subject: [PATCH 5/5] Correcting LM4041 --- library/references.lib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/references.lib b/library/references.lib index 957eeecc..001c2791 100644 --- a/library/references.lib +++ b/library/references.lib @@ -389,10 +389,11 @@ $FPLIST TO?92* $ENDFPLIST DRAW +P 2 0 1 0 0 100 0 20 N P 3 0 1 0 -50 0 0 0 50 0 N P 4 0 1 8 -50 -50 25 0 -50 50 -50 -50 N P 4 0 1 8 0 -50 25 -50 25 50 50 50 N -X FB 1 0 200 200 D 50 50 1 1 I +X FB 1 0 200 100 D 50 50 1 1 I X K 2 150 0 100 L 50 50 1 1 P X A 3 -150 0 100 R 50 50 1 1 P ENDDRAW