r5818 - trunk/gta02-core/bom

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Feb 5 22:03:12 CET 2010


Author: werner
Date: 2010-02-05 22:03:12 +0100 (Fri, 05 Feb 2010)
New Revision: 5818

Added:
   trunk/gta02-core/bom/digi-key.dsc
Modified:
   trunk/gta02-core/bom/parser.pl
Log:
Added descriptions for Digi-Key parts.

- bom/digi-key.dsc: added descriptions for Digi-Key parts as well
- bom/parser.pl: description fields can now be separated by any amount of
  whitespace, allowing for better formatting



Added: trunk/gta02-core/bom/digi-key.dsc
===================================================================
--- trunk/gta02-core/bom/digi-key.dsc	                        (rev 0)
+++ trunk/gta02-core/bom/digi-key.dsc	2010-02-05 21:03:12 UTC (rev 5818)
@@ -0,0 +1,9 @@
+#DSC
+DIGI-KEY ADG3304BCBZ-REEL7CT-ND	IC XLATOR 4CH 1.2/5.5V 12-WLCSP
+DIGI-KEY P10850SCT-ND		LT SWITCH SIDE W/BOSS J LEAD SMD
+DIGI-KEY P11169CT-ND		NOISE FILTER 2 MODE 1K OHM SMD
+DIGI-KEY HFQ439CT-ND		CONN FPC 39POS .3MM GOLD SMD
+DIGI-KEY 490-4980-1-ND 		CONN MW COAXIAL WITH SWITCH SMD
+DIGI-KEY SI1040X-T1-E3TR-ND	IC LOAD SW N/P-CH MOSFET SOT563F
+DIGI-KEY 296-18200-1-ND		IC SNGL 2IN POS-NAND GATE SC70-5
+DIGI-KEY H9161CT-ND		CONN RECPT ULTRA-MINI COAX SMD

Modified: trunk/gta02-core/bom/parser.pl
===================================================================
--- trunk/gta02-core/bom/parser.pl	2010-02-05 20:57:09 UTC (rev 5817)
+++ trunk/gta02-core/bom/parser.pl	2010-02-05 21:03:12 UTC (rev 5818)
@@ -302,7 +302,7 @@
 
 sub dsc
 {
-    my @f = split(/ /);
+    my @f = split(/\s+/);
     my @id = splice(@f, 0, 2);
     $dsc{"$id[0] $id[1]"} = join(" ", @f);
 }




More information about the commitlog mailing list