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. r5051 - trunk/gta02-core/components (alvie...@docs.openmoko.org)
   2. r5052 - in trunk/gta02-core: . components
      (alvie...@docs.openmoko.org)
   3. r5053 - trunk/gta02-core (alvie...@docs.openmoko.org)
   4. r5054 - in trunk/gta02-core: . components
      (alvie...@docs.openmoko.org)
   5. r5055 - trunk/gta02-core/components (alvie...@docs.openmoko.org)
   6. r5056 - in trunk/gta02-core: . components
      (alvie...@docs.openmoko.org)
--- Begin Message ---
Author: alvieboy
Date: 2009-05-26 09:59:02 +0200 (Tue, 26 May 2009)
New Revision: 5051

Modified:
   trunk/gta02-core/components/fa2012.lib
Log:
Fix pin numbering and naming of filter pins according to ACXC datasheet

Modified: trunk/gta02-core/components/fa2012.lib
===================================================================
--- trunk/gta02-core/components/fa2012.lib      2009-05-25 23:39:19 UTC (rev 
5050)
+++ trunk/gta02-core/components/fa2012.lib      2009-05-26 07:59:02 UTC (rev 
5051)
@@ -1,4 +1,4 @@
-EESchema-LIBRARY Version 2.3  Date: Mon 25 May 2009 18:34:44 WEST
+EESchema-LIBRARY Version 2.3  Date: Tue 26 May 2009 08:52:43 WEST
 #
 # FA2012
 #
@@ -9,15 +9,15 @@
 DRAW
 S -200 250 200 -250 0 1 0 N
 P 3 0 1 10  -150 100  50 100  100 -100 N
-X B4 5 400 -150 200 L 50 50 1 1 O
-X B3 6 400 -50 200 L 50 50 1 1 O
-X B2 7 400 50 200 L 50 50 1 1 O
-X B1 8 400 150 200 L 50 50 1 1 O
-X A4 4 -400 -150 200 R 50 50 1 1 I
-X A3 3 -400 -50 200 R 50 50 1 1 I
-X A2 2 -400 50 200 R 50 50 1 1 I
-X A1 1 -400 150 200 R 50 50 1 1 I
-X GND1 9 -100 -450 200 U 50 50 1 1 W
+X OUT4 6 400 -150 200 L 50 50 1 1 O
+X OUT3 7 400 -50 200 L 50 50 1 1 O
+X OUT2 8 400 50 200 L 50 50 1 1 O
+X OUT1 9 400 150 200 L 50 50 1 1 O
+X IN4 4 -400 -150 200 R 50 50 1 1 I
+X IN3 3 -400 -50 200 R 50 50 1 1 I
+X IN2 2 -400 50 200 R 50 50 1 1 I
+X IN1 1 -400 150 200 R 50 50 1 1 I
+X GND1 5 -100 -450 200 U 50 50 1 1 W
 X GND2 10 100 -450 200 U 50 50 1 1 W
 ENDDRAW
 ENDDEF




--- End Message ---
--- Begin Message ---
Author: alvieboy
Date: 2009-05-26 10:09:22 +0200 (Tue, 26 May 2009)
New Revision: 5052

Added:
   trunk/gta02-core/components/vibrator.lib
Modified:
   trunk/gta02-core/gta02-core.pro
Log:
Add vibrator (generic) with alias

Added: trunk/gta02-core/components/vibrator.lib
===================================================================
--- trunk/gta02-core/components/vibrator.lib                            (rev 0)
+++ trunk/gta02-core/components/vibrator.lib    2009-05-26 08:09:22 UTC (rev 
5052)
@@ -0,0 +1,18 @@
+EESchema-LIBRARY Version 2.3  Date: Tue 26 May 2009 08:46:27 WEST
+#
+# VIBRATOR
+#
+DEF VIBRATOR VB 0 40 Y Y 1 F N
+F0 "VB" 0 250 60 H V C CNN
+F1 "VIBRATOR" 0 -250 60 H V C CNN
+ALIAS P0408B-13-P2H
+DRAW
+P 2 0 1 0  300 0  150 0 N
+S -150 150 150 -150 0 1 0 N
+P 8 0 1 0  200 150  350 150  300 0  350 -150  200 -150  250 0  200 150  200 
150 N
+X P 1 -450 -50 300 R 50 50 1 1 I
+X N 2 -450 50 300 R 50 50 1 1 I
+ENDDRAW
+ENDDEF
+#
+#End Library

Modified: trunk/gta02-core/gta02-core.pro
===================================================================
--- trunk/gta02-core/gta02-core.pro     2009-05-26 07:59:02 UTC (rev 5051)
+++ trunk/gta02-core/gta02-core.pro     2009-05-26 08:09:22 UTC (rev 5052)
@@ -123,3 +123,4 @@
 LibName16=./components/fa2012
 LibName17=./components/rt9711_bd_5
 LibName18=./components/dtc123
+LibName19=./components/vibrator




--- End Message ---
--- Begin Message ---
Author: alvieboy
Date: 2009-05-26 10:09:49 +0200 (Tue, 26 May 2009)
New Revision: 5053

Modified:
   trunk/gta02-core/AUTHORS
Log:
Update AUTHORS to depict new components

Modified: trunk/gta02-core/AUTHORS
===================================================================
--- trunk/gta02-core/AUTHORS    2009-05-26 08:09:22 UTC (rev 5052)
+++ trunk/gta02-core/AUTHORS    2009-05-26 08:09:49 UTC (rev 5053)
@@ -22,6 +22,11 @@
   components/rt9702.lib
   components/rt9013_b.lib
   components/exc24cb102u.lib
+  components/varistor
+  components/fa2012
+  components/rt9711_bd_5
+  components/dtc123
+  components/vibrator
 
 Werner Almesberger <wer...@openmoko.org>
 




--- End Message ---
--- Begin Message ---
Author: alvieboy
Date: 2009-05-26 10:14:49 +0200 (Tue, 26 May 2009)
New Revision: 5054

Added:
   trunk/gta02-core/components/mini_usb_b.lib
Modified:
   trunk/gta02-core/gta02-core.pro
Log:
Add mini-USB B connector

Added: trunk/gta02-core/components/mini_usb_b.lib
===================================================================
--- trunk/gta02-core/components/mini_usb_b.lib                          (rev 0)
+++ trunk/gta02-core/components/mini_usb_b.lib  2009-05-26 08:14:49 UTC (rev 
5054)
@@ -0,0 +1,22 @@
+EESchema-LIBRARY Version 2.3  Date: Tue 26 May 2009 09:13:02 WEST
+#
+# MINI_USB_B
+#
+DEF MINI_USB_B CON 0 40 Y Y 1 F N
+F0 "CON" 0 500 60 H V C CNN
+F1 "MINI_USB_B" 0 -500 60 H V C CNN
+DRAW
+S -400 400 350 -400 0 1 0 N
+X SHELL4 9 550 -300 200 L 50 50 1 1 W
+X SHELL3 8 550 -150 200 L 50 50 1 1 W
+X SHELL2 7 550 150 200 L 50 50 1 1 W
+X SHELL1 6 550 300 200 L 50 50 1 1 W
+X GND 5 -600 -300 200 R 50 50 1 1 W
+X ID 4 -600 -150 200 R 50 50 1 1 P
+X D+ 3 -600 0 200 R 50 50 1 1 P
+X D- 2 -600 150 200 R 50 50 1 1 P
+X VBUS 1 -600 300 200 R 50 50 1 1 W
+ENDDRAW
+ENDDEF
+#
+#End Library

Modified: trunk/gta02-core/gta02-core.pro
===================================================================
--- trunk/gta02-core/gta02-core.pro     2009-05-26 08:09:49 UTC (rev 5053)
+++ trunk/gta02-core/gta02-core.pro     2009-05-26 08:14:49 UTC (rev 5054)
@@ -124,3 +124,4 @@
 LibName17=./components/rt9711_bd_5
 LibName18=./components/dtc123
 LibName19=./components/vibrator
+LibName20=./components/mini_usb_b




--- End Message ---
--- Begin Message ---
Author: alvieboy
Date: 2009-05-26 10:16:26 +0200 (Tue, 26 May 2009)
New Revision: 5055

Modified:
   trunk/gta02-core/components/mini_usb_b.lib
Log:
Add mini-USB alias to CMK_A425-206162-001

Modified: trunk/gta02-core/components/mini_usb_b.lib
===================================================================
--- trunk/gta02-core/components/mini_usb_b.lib  2009-05-26 08:14:49 UTC (rev 
5054)
+++ trunk/gta02-core/components/mini_usb_b.lib  2009-05-26 08:16:26 UTC (rev 
5055)
@@ -1,10 +1,11 @@
-EESchema-LIBRARY Version 2.3  Date: Tue 26 May 2009 09:13:02 WEST
+EESchema-LIBRARY Version 2.3  Date: Tue 26 May 2009 09:15:55 WEST
 #
 # MINI_USB_B
 #
 DEF MINI_USB_B CON 0 40 Y Y 1 F N
 F0 "CON" 0 500 60 H V C CNN
 F1 "MINI_USB_B" 0 -500 60 H V C CNN
+ALIAS CMK_A425-206162-001
 DRAW
 S -400 400 350 -400 0 1 0 N
 X SHELL4 9 550 -300 200 L 50 50 1 1 W




--- End Message ---
--- Begin Message ---
Author: alvieboy
Date: 2009-05-26 10:30:12 +0200 (Tue, 26 May 2009)
New Revision: 5056

Added:
   trunk/gta02-core/components/smsn16-02-c.lib
Modified:
   trunk/gta02-core/gta02-core.pro
Log:
Add SIM/SDCARD connector

Added: trunk/gta02-core/components/smsn16-02-c.lib
===================================================================
--- trunk/gta02-core/components/smsn16-02-c.lib                         (rev 0)
+++ trunk/gta02-core/components/smsn16-02-c.lib 2009-05-26 08:30:12 UTC (rev 
5056)
@@ -0,0 +1,35 @@
+EESchema-LIBRARY Version 2.3  Date: Tue 26 May 2009 09:25:36 WEST
+#
+# SMSN16-02-C
+#
+DEF SMSN16-02-C CON 0 40 Y Y 1 F N
+F0 "CON" -450 900 60 H V C CNN
+F1 "SMSN16-02-C" -800 -650 60 H V C CNN
+ALIAS SMSN-16-X0-2210
+DRAW
+S -650 800 650 -550 0 1 0 N
+X SIM_GND 11 950 -250 300 L 50 50 1 1 W
+X SIM_IO 15 950 -50 300 L 50 50 1 1 B
+X SIM_SCLK 14 950 50 300 L 50 50 1 1 I
+X SIM_RST 12 950 150 300 L 50 50 1 1 I
+X SIM_MCMD 17 950 250 300 L 50 50 1 1 I
+X SIM_DAT0 16 950 350 300 L 50 50 1 1 B
+X SIM_MCLK 13 950 450 300 L 50 50 1 1 W
+X SIM_VCC 10 950 650 300 L 50 50 1 1 W
+X SD_VSS 6 -950 -250 300 R 50 50 1 1 W
+X SD_CLK 5 -950 -50 300 R 50 50 1 1 I
+X SD_CMD 3 -950 50 300 R 50 50 1 1 I
+X SD_DAT3/CD 2 -950 150 300 R 50 50 1 1 B
+X SD_DAT2 1 -950 250 300 R 50 50 1 1 B
+X SD_DAT1 8 -950 350 300 R 50 50 1 1 B
+X SD_DAT0 7 -950 450 300 R 50 50 1 1 B
+X SD_VDD 4 -950 650 300 R 50 50 1 1 W
+X GND 9 -200 -850 300 U 50 50 1 1 W
+X GND 18 -100 -850 300 U 50 50 1 1 W
+X GND 19 0 -850 300 U 50 50 1 1 W
+X GND 20 100 -850 300 U 50 50 1 1 W
+X GND 21 200 -850 300 U 50 50 1 1 W
+ENDDRAW
+ENDDEF
+#
+#End Library

Modified: trunk/gta02-core/gta02-core.pro
===================================================================
--- trunk/gta02-core/gta02-core.pro     2009-05-26 08:16:26 UTC (rev 5055)
+++ trunk/gta02-core/gta02-core.pro     2009-05-26 08:30:12 UTC (rev 5056)
@@ -125,3 +125,4 @@
 LibName18=./components/dtc123
 LibName19=./components/vibrator
 LibName20=./components/mini_usb_b
+LibName21=./components/smsn16-02-c.lib




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to