r5863 - in trunk/gta02-core/bom: . dk

werner at docs.openmoko.org werner at docs.openmoko.org
Wed Mar 31 21:26:55 CEST 2010


Author: werner
Date: 2010-03-31 21:26:55 +0200 (Wed, 31 Mar 2010)
New Revision: 5863

Modified:
   trunk/gta02-core/bom/dk/digi-key.equ
   trunk/gta02-core/bom/misc.chr
   trunk/gta02-core/bom/stackpole.gen
Log:
- bom/dk/digi-key.equ: replaced all resistors from Ralec that appeared in 
  "show-missing"
- bom/stackpole.gen: normalized resistance value must always end in "R", even 
  if it has a multiplier
- bom/misc.chr: added some resistors from Yageo and Vishay/Dale where we can't
  find a suitable Stackpole part at Digi-Key



Modified: trunk/gta02-core/bom/dk/digi-key.equ
===================================================================
--- trunk/gta02-core/bom/dk/digi-key.equ	2010-03-31 18:39:55 UTC (rev 5862)
+++ trunk/gta02-core/bom/dk/digi-key.equ	2010-03-31 19:26:55 UTC (rev 5863)
@@ -23,13 +23,24 @@
 # note: this digikey mic is similar to the IMP-413, but not equivalent.
 
 DIGI-KEY 668-1181-ND			IMPERIAL IMP-413TN
-# note: Sim/SD card holder has a _slightly_ different footprint
+# note: SIM/SD card holder has a _slightly_ different footprint
 
 DIGI-KEY 101-00492-20-1-ND		PROCONN SMSN16-J0-2214
 DIGI-KEY 478-5526-1-ND			AVX TLNS227M004R3000
 DIGI-KEY NTGD1100LT1GOSCT-ND		ON-SEMI NTGD1100L
+
+DIGI-KEY RMCF1/16S0RCT-ND		STACKPOLE RMCF1/16S0R
 DIGI-KEY RMCF1/16S150FRCT-ND		STACKPOLE RMCF1/16S1501%R
+DIGI-KEY RMCF1/16S220JR-ND		STACKPOLE RMCF1/16S2205%R
+DIGI-KEY RMCF1/16S100KJRCT-ND		STACKPOLE RMCF1/16S100K5%R
 
+DIGI-KEY 311-220JRCT-ND			YAGEO RC0402JR-07220RL
+DIGI-KEY 311-2.2KJRCT-ND		YAGEO RC0402JR-072K2L
+DIGI-KEY 311-39.0KLRCT-ND		YAGEO RC0402FR-0739KL
+
+DIGI-KEY 541-42.2LCT-ND			VISHAY CRCW040242R2FKED
+DIGI-KEY 541-12.4KLCT-ND		VISHAY CRCW040212K4FKED
+
 DIGI-KEY 557-1388-1-ND			SAMSUNG K4M51323PC-DG75
 # Micron MT48H16M32LFCM-75:B TR
 
@@ -37,4 +48,3 @@
 
 DIGI-KEY 490-4003-1-ND			MURATA BLM15HD102SN1
 DIGI-KEY 728-1041-1-ND			SEIKO HB414-IV01E
-

Modified: trunk/gta02-core/bom/misc.chr
===================================================================
--- trunk/gta02-core/bom/misc.chr	2010-03-31 18:39:55 UTC (rev 5862)
+++ trunk/gta02-core/bom/misc.chr	2010-03-31 19:26:55 UTC (rev 5863)
@@ -37,3 +37,18 @@
 # SAMSUNG
 
 SAMSUNG	CL05A475MQ5NRNC	T=C	M=X5R	C=4.7uF	TOL=20%	V=6.3V	FP=0402
+
+# Yageo
+
+# http://www.yageo.com/pdf/Pu-RC0402_51_PbFree_L_2.pdf
+
+YAGEO RC0402JR-07220RL	T=R	R=220R	TOL=5%	FP=0402	P=1/16W	V=50V
+YAGEO RC0402JR-072K2L	T=R	R=2.2kR	TOL=5%	FP=0402	P=1/16W	V=50V
+YAGEO RC0402FR-0739KL	T=R	R=39kR	TOL=1%	FP=0402	P=1/16W	V=50V
+
+# Vishay/Dale
+
+# http://www.vishay.com/doc?20035
+
+VISHAY CRCW040242R2FKED	T=R	R=42.2R	TOL=1%	FP=0402	P=1/16W	V=50V
+VISHAY CRCW040212K4FKED	T=R	R=12.4kR TOL=1%	FP=0402 P=1/16W	V=50V

Modified: trunk/gta02-core/bom/stackpole.gen
===================================================================
--- trunk/gta02-core/bom/stackpole.gen	2010-03-31 18:39:55 UTC (rev 5862)
+++ trunk/gta02-core/bom/stackpole.gen	2010-03-31 19:26:55 UTC (rev 5863)
@@ -9,7 +9,8 @@
 #
 
 RMCF* -> T=R {
-    RMCF1/16S(*)([15]%)R -> FP=0402 P=1/16W V=50V R=$REF:1 TOL=$REF:2
+    RMCF1/16S(*)R -> FP=0402 P=1/16W V=50V R=$REF:1R
+    RMCF1/16S(*)([15]%)R -> FP=0402 P=1/16W V=50V R=$REF:1R TOL=$REF:2
 }
 
 
@@ -17,8 +18,7 @@
 # Normalize resistance
 #
 
-R=(*)K -> R=$R:1k		# 10K -> 10k
-R=*[0-9] -> R=${R}R		# 150 -> 150R
+R=(*)KR -> R=$R:1kR		# 10KR -> 10kR
 
 # Accept
 !




More information about the commitlog mailing list