Skip to content

Commit 61e5c8b

Browse files
authored
Merge pull request #169 from ximtech/robo-migrator
Automated component update/create. Components processed: [15]. Files updated: [7]
2 parents eda323f + 71ac35c commit 61e5c8b

16 files changed

+45504
-0
lines changed

STEP/Inductor/TDK - SPM6530.step

Lines changed: 1727 additions & 0 deletions
Large diffs are not rendered by default.

STEP/RF Module/Espressif - ESP32-C3-MINI-1.step

Lines changed: 10800 additions & 0 deletions
Large diffs are not rendered by default.

STEP/USON/MACRONIX USON-8L 2X3X0.6MM.step

Lines changed: 916 additions & 0 deletions
Large diffs are not rendered by default.

STEP/WQFN/TI - RZR0016A.step

Lines changed: 30873 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

migrations/11-11-2024/NewRows-Inductors-Power.sql

Lines changed: 876 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
--liquibase formatted sql
2+
--changeset Stanislav_Vodolagin:1
3+
4+
INSERT INTO "altium"."Memory" (
5+
"Clock Frequency",
6+
"Description",
7+
"Part Number",
8+
"ComponentLink2URL",
9+
"Memory Type",
10+
"Supplier Device Package",
11+
"Package / Case",
12+
"Library Ref",
13+
"Supplier Part Number 1",
14+
"Technology",
15+
"Lifecycle Status",
16+
"Voltage - Supply",
17+
"Manufacturer",
18+
"LastUpdated",
19+
"Minimum Order",
20+
"Memory Format",
21+
"PartId",
22+
"Comment",
23+
"Operating Temperature",
24+
"Memory Interface",
25+
"ComponentLink1URL",
26+
"Footprint Ref",
27+
"ComponentLink1Description",
28+
"Supplier 1",
29+
"Mounting Type",
30+
"Series",
31+
"Write Cycle Time - Word, Page",
32+
"Memory Size",
33+
"Price",
34+
"Library Path",
35+
"Packaging",
36+
"Part Status",
37+
"ComponentLink2Description",
38+
"Footprint Path"
39+
)
40+
VALUES (
41+
'104 MHz',
42+
'IC FLASH 8MBIT SPI 104MHZ 8USON',
43+
'MX25V8035FZUI',
44+
'https://www.digikey.com/en/products/detail/macronix/MX25V8035FZUI/5957729',
45+
'Non-Volatile',
46+
'8-USON (2x3)',
47+
'8-UFDFN Exposed Pad',
48+
'MACRONIX MX25V8035F',
49+
'1092-1194-1-ND',
50+
'FLASH - NOR',
51+
'Active',
52+
'2.3V ~ 3.6V',
53+
'Macronix',
54+
'2024-11-09T16:39:01.653',
55+
'1',
56+
'FLASH',
57+
'1456',
58+
'=Part Number',
59+
'-40°C ~ 85°C (TA)',
60+
'SPI',
61+
'//media.digikey.com/pdf/Data%20Sheets/Macronix/MX25V8035F.pdf',
62+
'MACRONIX USON-8L 2X3X0',
63+
'Datasheet',
64+
'DigiKey',
65+
'Surface Mount',
66+
'MXSMIO™',
67+
'100µs, 4ms',
68+
'8Mbit',
69+
'0.40',
70+
'symbols/Memory/SCH - MEMORY - MACRONIX MX25V8035F.SCHLIB',
71+
'TapeAndReel',
72+
'Active',
73+
'DigiKey Link',
74+
'footprints/Leadless - SON/PCB - LEADLESS - SON - MACRONIX USON-8L 2X3X0.PcbLib'
75+
);
76+

0 commit comments

Comments
 (0)