r5864 - in trunk/gta02-core/bom: . farnell

werner at docs.openmoko.org werner at docs.openmoko.org
Wed Mar 31 21:51:37 CEST 2010


Author: werner
Date: 2010-03-31 21:51:37 +0200 (Wed, 31 Mar 2010)
New Revision: 5864

Added:
   trunk/gta02-core/bom/farnell/
   trunk/gta02-core/bom/farnell/farnell.dsc
   trunk/gta02-core/bom/farnell/farnell.equ
   trunk/gta02-core/bom/farnell/farnell.inv
Modified:
   trunk/gta02-core/bom/Makefile
Log:
Found Micro Crystal CC7V-T1A via Octopart.

- bom/farnell/: files for Farnell catalog
- bom/Makefile: use Farnell catalog as well. "make show-farnell" shows items to
  order.



Modified: trunk/gta02-core/bom/Makefile
===================================================================
--- trunk/gta02-core/bom/Makefile	2010-03-31 19:26:55 UTC (rev 5863)
+++ trunk/gta02-core/bom/Makefile	2010-03-31 19:51:37 UTC (rev 5864)
@@ -6,14 +6,15 @@
 ANNOTATE=ord	# make ANNOTATE=par ... for the parts list
 
 KITS=20
-EQU=fic/fic.equ fic/missing.equ dk/digi-key.equ mouser/mouser.equ
-INV=fic/fic.inv gta02-core.inv dummy.inv fic/missing.inv dk/digi-key.inv \
-  mouser/mouser.inv
+EQU=fic/fic.equ fic/missing.equ \
+    dk/digi-key.equ mouser/mouser.equ farnell/farnell.equ
+INV=fic/fic.inv gta02-core.inv dummy.inv fic/missing.inv \
+    dk/digi-key.inv mouser/mouser.inv farnell/farnell.inv
 CHR=darfon.chr ralec.chr avx.chr acx.chr misc.chr stackpole.chr
 SCH=audio bt cpu-power cpu gps io lcm memory modem pmu sd-sim usb wlan
 
 .PHONY:		all optimist pessimist null spotless
-.PHONY:		show-dup show-missing show-dk show-fic show-mouser
+.PHONY:		show-dup show-missing show-dk show-fic show-mouser show-farnell
 .PHONY:		ann sch gen generate gv xpdf upload
 
 all:		gta02-core.ord
@@ -102,6 +103,12 @@
 		  sed 's/^...  //' | \
 		  awk '{ s += $$(NF); print; } END { print "USD", s }'
 
+show-farnell:	gta02-core.ord farnell/farnell.dsc
+		(echo '#ORD'; grep '^FARNELL ' gta02-core.ord ; ) | \
+		  $(BOOM) prettyord - farnell/farnell.dsc | \
+		  sed 's/^...  //' | \
+		  awk '{ s += $$(NF); print; } END { print "UKP", s }'
+
 show-fic:	$(EQU) fic/fic.dsc
 		(echo '#ORD'; grep '^FIC ' gta02-core.ord ; ) | \
 		  $(BOOM) prettyord '-s/OldPn (\S+)/FIC/' \

Added: trunk/gta02-core/bom/farnell/farnell.dsc
===================================================================
--- trunk/gta02-core/bom/farnell/farnell.dsc	                        (rev 0)
+++ trunk/gta02-core/bom/farnell/farnell.dsc	2010-03-31 19:51:37 UTC (rev 5864)
@@ -0,0 +1,3 @@
+#DSC
+
+FARNELL 1539380		CRYSTAL, SMD CER 32.768KHZ 12.5

Added: trunk/gta02-core/bom/farnell/farnell.equ
===================================================================
--- trunk/gta02-core/bom/farnell/farnell.equ	                        (rev 0)
+++ trunk/gta02-core/bom/farnell/farnell.equ	2010-03-31 19:51:37 UTC (rev 5864)
@@ -0,0 +1,5 @@
+#EQU
+
+FARNELL	1539380		MICRO-CRYSTAL CC7V-T1A
+# the full Micro Crystal part name is
+# CC7V-T1A 32.768KHZ +-20PPM 12.5PF

Added: trunk/gta02-core/bom/farnell/farnell.inv
===================================================================
--- trunk/gta02-core/bom/farnell/farnell.inv	                        (rev 0)
+++ trunk/gta02-core/bom/farnell/farnell.inv	2010-03-31 19:51:37 UTC (rev 5864)
@@ -0,0 +1,2 @@
+#INV
+FARNELL 1539380		1188 UKP 1 1.20 10 0.99 1 0.99 100 0.86 1 0.86 250 0.74 1 0.74




More information about the commitlog mailing list