Skip to content

Commit 895b511

Browse files
authored
Add MPNs to LP5907 and TL074xN (#18)
To fix library editor warnings.
1 parent 8b7339d commit 895b511

File tree

2 files changed

+34
-2
lines changed
  • dev
    • 14c08f58-5431-4b64-bbf9-5f0cfd33d3b7
    • c0e752b9-c6aa-4fb1-afaf-60ccc19511ba

2 files changed

+34
-2
lines changed

dev/14c08f58-5431-4b64-bbf9-5f0cfd33d3b7/device.lp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(description "Quad JFET-input operational amplifier in PDIP")
44
(keywords "")
55
(author "pinoaffe")
6-
(version "0.1.1")
6+
(version "0.2")
77
(created 2018-12-13T00:28:31Z)
88
(deprecated false)
99
(generated_by "")
@@ -25,4 +25,12 @@
2525
(pad b142ad92-94fc-4dbe-a2fd-c26dc2916229 (signal e23711db-4e75-428d-8889-f2bd83364aab))
2626
(pad b7446479-24d6-402c-ac77-8ea40df917c8 (signal 53f1cc49-614b-494c-829b-49a22a8a09fe))
2727
(pad ecee5a85-d29f-4510-a3f0-7c1ae9af64c1 (signal 4aeb7f5e-0f78-499e-9efc-902aa8b93bb0))
28+
(part "TL074ACN" (manufacturer "Texas Instruments")
29+
)
30+
(part "TL074BCN" (manufacturer "Texas Instruments")
31+
)
32+
(part "TL074CN" (manufacturer "Texas Instruments")
33+
)
34+
(part "TL074IN" (manufacturer "Texas Instruments")
35+
)
2836
)

dev/c0e752b9-c6aa-4fb1-afaf-60ccc19511ba/device.lp

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(description "Automotive 250-mA, Ultra-Low-Noise, Low-IQ LDO.\n\nAvailable in various fixed output options.\n\nDatasheet: https://www.ti.com/lit/ds/symlink/lp5907-q1.pdf")
44
(keywords "regulator,ldo,dc")
55
(author "Danilo B.")
6-
(version "0.1.1")
6+
(version "0.2")
77
(created 2019-01-29T12:05:33Z)
88
(deprecated false)
99
(generated_by "")
@@ -15,4 +15,28 @@
1515
(pad 71df5b0a-353c-4d80-b3b2-64ae4ef9be41 (signal 0abb84c9-f452-4ae1-a6a3-c3cf31e3157c))
1616
(pad 9cb2f3ab-e3d2-4b3a-8c4a-1eb12a0088ae (signal c12bcf97-b5fa-4533-ad05-b3b5d9bd3e2d))
1717
(pad a4df33fa-f948-4e0d-862a-4298306fce44 (signal none))
18+
(part "LP5907QMFX-1.2Q1" (manufacturer "Texas Instruments")
19+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "1.2"))
20+
)
21+
(part "LP5907QMFX-1.8Q1" (manufacturer "Texas Instruments")
22+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "1.8"))
23+
)
24+
(part "LP5907QMFX-2.5Q1" (manufacturer "Texas Instruments")
25+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "2.5"))
26+
)
27+
(part "LP5907QMFX-2.8Q1" (manufacturer "Texas Instruments")
28+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "2.8"))
29+
)
30+
(part "LP5907QMFX-3.0Q1" (manufacturer "Texas Instruments")
31+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "3.0"))
32+
)
33+
(part "LP5907QMFX-3.3Q1" (manufacturer "Texas Instruments")
34+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "3.3"))
35+
)
36+
(part "LP5907QMFX-3.8Q1" (manufacturer "Texas Instruments")
37+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "3.8"))
38+
)
39+
(part "LP5907QMFX-4.5Q1" (manufacturer "Texas Instruments")
40+
(attribute "OUTPUT_VOLTAGE" (type voltage) (unit volt) (value "4.5"))
41+
)
1842
)

0 commit comments

Comments
 (0)