r5857 - in trunk/gta02-core/bom: . mouser

werner at docs.openmoko.org werner at docs.openmoko.org
Sat Mar 27 05:00:18 CET 2010


Author: werner
Date: 2010-03-27 05:00:17 +0100 (Sat, 27 Mar 2010)
New Revision: 5857

Added:
   trunk/gta02-core/bom/mouser/
   trunk/gta02-core/bom/mouser/mouser.dsc
   trunk/gta02-core/bom/mouser/mouser.equ
   trunk/gta02-core/bom/mouser/mouser.inv
Modified:
   trunk/gta02-core/bom/Makefile
Log:
Added the WM8753 from the Mouser catalog. There's no automatic catalog
update yet. Maybe later.

- bom/mouser/: added files for items from the Mouser catalog, for now only
  including the Wolfson WM8753
- bom/Makefile: include the Mouser catalog in BOM processing
- bom/Makefile: new target "show-mouser" to list the items selected from there



Modified: trunk/gta02-core/bom/Makefile
===================================================================
--- trunk/gta02-core/bom/Makefile	2010-03-26 07:40:41 UTC (rev 5856)
+++ trunk/gta02-core/bom/Makefile	2010-03-27 04:00:17 UTC (rev 5857)
@@ -6,13 +6,14 @@
 ANNOTATE=ord	# make ANNOTATE=par ... for the parts list
 
 KITS=20
-EQU=fic/fic.equ fic/missing.equ dk/digi-key.equ
-INV=fic/fic.inv gta02-core.inv dummy.inv fic/missing.inv dk/digi-key.inv
+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
 CHR=darfon.chr ralec.chr avx.chr acx.chr misc.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
+.PHONY:		show-dup show-missing show-dk show-fic show-mouser
 .PHONY:		ann sch gen generate gv xpdf upload
 
 all:		gta02-core.ord
@@ -90,6 +91,12 @@
 		  sed 's/^...  //' | \
 		  awk '{ s += $$(NF); print; } END { print "USD", s }'
 
+show-mouser:	gta02-core.ord mouser/mouser.dsc
+		(echo '#ORD'; grep '^MOUSER ' gta02-core.ord ; ) | \
+		  $(BOOM) prettyord - mouser/mouser.dsc | \
+		  sed 's/^...  //' | \
+		  awk '{ s += $$(NF); print; } END { print "USD", 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/mouser/mouser.dsc
===================================================================
--- trunk/gta02-core/bom/mouser/mouser.dsc	                        (rev 0)
+++ trunk/gta02-core/bom/mouser/mouser.dsc	2010-03-27 04:00:17 UTC (rev 5857)
@@ -0,0 +1,2 @@
+#DSC
+MOUSER 238-WM8753LGEFL/V	Audio CODECs Stereo CODEC plus PCM CODEC

Added: trunk/gta02-core/bom/mouser/mouser.equ
===================================================================
--- trunk/gta02-core/bom/mouser/mouser.equ	                        (rev 0)
+++ trunk/gta02-core/bom/mouser/mouser.equ	2010-03-27 04:00:17 UTC (rev 5857)
@@ -0,0 +1,2 @@
+#EQU
+MOUSER 238-WM8753LGEFL/V		WOLFSON WM8753LGEFL

Added: trunk/gta02-core/bom/mouser/mouser.inv
===================================================================
--- trunk/gta02-core/bom/mouser/mouser.inv	                        (rev 0)
+++ trunk/gta02-core/bom/mouser/mouser.inv	2010-03-27 04:00:17 UTC (rev 5857)
@@ -0,0 +1,2 @@
+#INV
+MOUSER 238-WM8753LGEFL/V	358	USD 1 6.70 50 5.63




More information about the commitlog mailing list