Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
commitlog-requ...@lists.openmoko.org
You can reach the person managing the list at
commitlog-ow...@lists.openmoko.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r5536 - in trunk/gta02-core: . modules (wer...@docs.openmoko.org)
2. r5537 - trunk/gta02-core (re...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-08-24 22:27:55 +0200 (Mon, 24 Aug 2009)
New Revision: 5536
Added:
trunk/gta02-core/modules/332fbga-p05.fpd
Modified:
trunk/gta02-core/AUTHORS
trunk/gta02-core/modules/INFO
trunk/gta02-core/modules/STATUS
trunk/gta02-core/modules/mkloe
Log:
- added 332-FBGA for Samsung SC32442B
Modified: trunk/gta02-core/AUTHORS
===================================================================
--- trunk/gta02-core/AUTHORS 2009-08-24 19:41:23 UTC (rev 5535)
+++ trunk/gta02-core/AUTHORS 2009-08-24 20:27:55 UTC (rev 5536)
@@ -83,5 +83,8 @@
The scripts under scripts/ and expanded/
components/mkloe
+ modules/332fbga-p05.fpd
modules/bga96-8x12-0mm8.fpd
modules/ge865.fpd
+ modules/stdpass.fpd
+ modules/wm3236aq.fpd
Added: trunk/gta02-core/modules/332fbga-p05.fpd
===================================================================
--- trunk/gta02-core/modules/332fbga-p05.fpd (rev 0)
+++ trunk/gta02-core/modules/332fbga-p05.fpd 2009-08-24 20:27:55 UTC (rev
5536)
@@ -0,0 +1,149 @@
+/* MACHINE-GENERATED ! */
+
+frame ball {
+ __0: vec @((col-N/2-0.5)*e, (N/2-row+0.5)*e)
+ __1: vec .(-d/2, -d/2)
+ __2: vec __0(d/2, d/2)
+ rpad "$rname$col" __1 .
+}
+
+frame cin_long {
+ table
+ { rname, row }
+ { "N", 13 }
+ { "P", 14 }
+
+ loop col = 12, 15
+
+ frame ball @
+}
+
+frame cin_short {
+ table
+ { rname, row }
+ { "M", 12 }
+ { "R", 15 }
+
+ table
+ { col }
+ { 13 }
+ { 14 }
+
+ frame ball @
+}
+
+frame cmid_side {
+ table
+ { rname, row }
+ { "G", 7 }
+ { "H", 8 }
+ { "J", 9 }
+ { "K", 10 }
+ { "L", 11 }
+ { "M", 12 }
+ { "N", 13 }
+ { "P", 14 }
+ { "R", 15 }
+ { "T", 16 }
+ { "U", 17 }
+ { "V", 18 }
+ { "W", 19 }
+ { "Y", 20 }
+
+ table
+ { col }
+ { 5 }
+ { 6 }
+ { 21 }
+ { 22 }
+
+ frame ball @
+}
+
+frame cmid_full {
+ table
+ { rname, row }
+ { "E", 5 }
+ { "F", 6 }
+ { "AA", 21 }
+ { "AB", 22 }
+
+ loop col = 5, 22
+
+ frame ball @
+}
+
+frame cout_side {
+ table
+ { rname, row }
+ { "C", 3 }
+ { "D", 4 }
+ { "E", 5 }
+ { "F", 6 }
+ { "G", 7 }
+ { "H", 8 }
+ { "J", 9 }
+ { "K", 10 }
+ { "L", 11 }
+ { "M", 12 }
+ { "N", 13 }
+ { "P", 14 }
+ { "R", 15 }
+ { "T", 16 }
+ { "U", 17 }
+ { "V", 18 }
+ { "W", 19 }
+ { "Y", 20 }
+ { "AA", 21 }
+ { "AB", 22 }
+ { "AC", 23 }
+ { "AD", 24 }
+
+ table
+ { col }
+ { 1 }
+ { 2 }
+ { 25 }
+ { 26 }
+
+ frame ball @
+}
+
+frame cout_full {
+ table
+ { rname, row }
+ { "A", 1 }
+ { "B", 2 }
+ { "AE", 25 }
+ { "AF", 26 }
+
+ loop col = 1, 26
+
+ frame ball @
+}
+
+frame outline {
+ __0: vec @(-Ox/2, -Oy/2)
+ __1: vec @(Ox/2, Oy/2)
+ rect __0 .
+}
+
+package "_"
+unit mm
+set e = 0.5mm
+
+set N = 26
+
+set d = 0.2mm
+
+set Ox = 14mm
+
+set Oy = 14mm
+
+frame cout_full @
+frame cout_side @
+frame cmid_full @
+frame cin_short @
+frame cin_long @
+frame cmid_side @
+frame outline @
Modified: trunk/gta02-core/modules/INFO
===================================================================
--- trunk/gta02-core/modules/INFO 2009-08-24 19:41:23 UTC (rev 5535)
+++ trunk/gta02-core/modules/INFO 2009-08-24 20:27:55 UTC (rev 5536)
@@ -9,6 +9,14 @@
# If symbol data sheet contains footprint, don't repeat it here.
#
+# Samsung SC32442B, 332-FBGA, 14x14 mm, pitch 0.5 mm
+F: 332fbga-p05.fpd
+S: sc32442
+# To do:
+# - add measurements (ironically, those N^3 search algorithms get too slow)
+# - verify land size
+# define keep out area
+
# Atmel ATR0635, BGA96, 8x12 mm, pitch 0.8 mm
F: bga96-8x12-0mm8
S: atr0635
Modified: trunk/gta02-core/modules/STATUS
===================================================================
--- trunk/gta02-core/modules/STATUS 2009-08-24 19:41:23 UTC (rev 5535)
+++ trunk/gta02-core/modules/STATUS 2009-08-24 20:27:55 UTC (rev 5536)
@@ -1,5 +1,6 @@
Footprint (file name) Author Review 2nd rv. 3rd rv. Remarks
----------------------- ------- ------- ------- -------
-------------
+332fbga-p05 Werner EXPERIMENTAL - DO NOT USE YET
bga96-8x12-0mm8 Werner
ge865 Werner
stdpass Werner EXPERIMENTAL - DO NOT USE YET
Modified: trunk/gta02-core/modules/mkloe
===================================================================
--- trunk/gta02-core/modules/mkloe 2009-08-24 19:41:23 UTC (rev 5535)
+++ trunk/gta02-core/modules/mkloe 2009-08-24 20:27:55 UTC (rev 5536)
@@ -1,7 +1,7 @@
#!/bin/sh
# Make a Library of Everything
-MODS="bga96-8x12-0mm8 ge865 stdpass wm3236aq"
+MODS="332fbga-p05 bga96-8x12-0mm8 ge865 stdpass wm3236aq"
LIB=gta02-core.mod
--- End Message ---
--- Begin Message ---
Author: rehar
Date: 2009-08-24 22:38:19 +0200 (Mon, 24 Aug 2009)
New Revision: 5537
Modified:
trunk/gta02-core/audio.sch
trunk/gta02-core/bt.sch
Log:
- BT: changed value of C1 to 200fF
- AUDIO: added additional ECNs
Modified: trunk/gta02-core/audio.sch
===================================================================
--- trunk/gta02-core/audio.sch 2009-08-24 20:27:55 UTC (rev 5536)
+++ trunk/gta02-core/audio.sch 2009-08-24 20:38:19 UTC (rev 5537)
@@ -1,5 +1,5 @@
-EESchema Schematic File Version 2 date Sun 23 Aug 2009 03:27:46 PM CDT
-LIBS:power,device,conn,gta02-core
+EESchema Schematic File Version 2 date Mo 24 Aug 2009 15:22:36 CDT
+LIBS:power,device,conn,gta02-core,gta02-core-cache
EELAYER 24 0
EELAYER END
$Descr A3 16535 11700
@@ -694,7 +694,7 @@
0 -1 1 0
$EndComp
Text Notes 13700 1050 0 100 ~ 0
-This schematic differs from\nthe original GTA02 schematic.\n\nDone:\n- ECN0010
- ECN0015\n- ECN0019 - ECN0022\n- ECN0031\n\nToDo/Discuss:\n- ECN0018
- ECN0020
+This schematic differs from\nthe original GTA02 schematic.\n\nDone:\n- ECN0010
- ECN0015\n- ECN0019 - ECN0022\n- ECN0031\n\nToDo/Discuss:\n- ECN0018
- ECN0020\n- ECN0032 - ECN0033
Text Notes 13700 850 0 150 ~ 30
Note:
NoConn ~ 14700 9150
Modified: trunk/gta02-core/bt.sch
===================================================================
--- trunk/gta02-core/bt.sch 2009-08-24 20:27:55 UTC (rev 5536)
+++ trunk/gta02-core/bt.sch 2009-08-24 20:38:19 UTC (rev 5537)
@@ -1,5 +1,5 @@
-EESchema Schematic File Version 2 date Tue 14 Jul 2009 11:26:59 PM PDT
-LIBS:power,device,conn,gta02-core
+EESchema Schematic File Version 2 date Mo 24 Aug 2009 15:22:29 CDT
+LIBS:power,device,conn,gta02-core,gta02-core-cache
EELAYER 24 0
EELAYER END
$Descr A3 16535 11700
@@ -13,6 +13,8 @@
Comment3 ""
Comment4 ""
$EndDescr
+Text Notes 14050 5100 0 50 ~ 0
+C1 value corrected!\nIn GTA02 a 200fF cap is used
Connection ~ 4700 9700
Wire Wire Line
4700 9900 4700 9500
@@ -982,7 +984,7 @@
U 1 1 4A429C45
P 13500 4950
F 0 "C1" H 13550 5050 50 0000 L CNN
-F 1 "22p" H 13550 4850 50 0000 L CNN
+F 1 "200f" H 13550 4850 50 0000 L CNN
1 13500 4950
1 0 0 -1
$EndComp
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog