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. r5080 - trunk/gta02-core/components (wer...@docs.openmoko.org)
2. r5081 - trunk/gta02-core/components (alvie...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-06-01 20:07:50 +0200 (Mon, 01 Jun 2009)
New Revision: 5080
Modified:
trunk/gta02-core/components/gta02-core-expanded.lib
trunk/gta02-core/components/gta02-core.lib
trunk/gta02-core/components/lis302dl.lib
Log:
Accelerometer: corrected naming of multi-use pins and made SDI and SDO
BiDi. Reported by Alvaro Lopes <alvie...@alvie.com>
Modified: trunk/gta02-core/components/gta02-core-expanded.lib
===================================================================
--- trunk/gta02-core/components/gta02-core-expanded.lib 2009-05-29 22:36:47 UTC
(rev 5079)
+++ trunk/gta02-core/components/gta02-core-expanded.lib 2009-06-01 18:07:50 UTC
(rev 5080)
@@ -237,12 +237,12 @@
T 0 1381 250 60 0 1 0 Passive Normal 0
X VDD_IO 1 1100 350 300 L 50 50 1 1 W
T 0 1348 350 60 0 1 0 Pwr~In Normal 0
-X SPC 14 -1100 -300 300 R 50 50 1 1 I
+X SCL/SPC 14 -1100 -300 300 R 50 50 1 1 I
T 0 -1315 -300 60 0 1 0 Input Normal 0
-X SDI 13 -1100 -200 300 R 50 50 1 1 I
-T 0 -1315 -200 60 0 1 0 Input Normal 0
-X SDO 12 -1100 -100 300 R 50 50 1 1 O
-T 0 -1348 -100 60 0 1 0 Output Normal 0
+X SDA/SDI/SDO 13 -1100 -200 300 R 50 50 1 1 B
+T 0 -1282 -200 60 0 1 0 BiDi Normal 0
+X SDO 12 -1100 -100 300 R 50 50 1 1 B
+T 0 -1282 -100 60 0 1 0 BiDi Normal 0
X INT2 9 -1100 100 300 R 50 50 1 1 O
T 0 -1348 100 60 0 1 0 Output Normal 0
X INT1 8 -1100 200 300 R 50 50 1 1 O
Modified: trunk/gta02-core/components/gta02-core.lib
===================================================================
--- trunk/gta02-core/components/gta02-core.lib 2009-05-29 22:36:47 UTC (rev
5079)
+++ trunk/gta02-core/components/gta02-core.lib 2009-06-01 18:07:50 UTC (rev
5080)
@@ -133,9 +133,9 @@
X VDD 6 1100 150 300 L 50 50 1 1 W
X RESERVED 3 1100 250 300 L 50 50 1 1 P
X VDD_IO 1 1100 350 300 L 50 50 1 1 W
-X SPC 14 -1100 -300 300 R 50 50 1 1 I
-X SDI 13 -1100 -200 300 R 50 50 1 1 I
-X SDO 12 -1100 -100 300 R 50 50 1 1 O
+X SCL/SPC 14 -1100 -300 300 R 50 50 1 1 I
+X SDA/SDI/SDO 13 -1100 -200 300 R 50 50 1 1 B
+X SDO 12 -1100 -100 300 R 50 50 1 1 B
X INT2 9 -1100 100 300 R 50 50 1 1 O
X INT1 8 -1100 200 300 R 50 50 1 1 O
X CS 7 -1100 300 300 R 50 50 1 1 I
Modified: trunk/gta02-core/components/lis302dl.lib
===================================================================
--- trunk/gta02-core/components/lis302dl.lib 2009-05-29 22:36:47 UTC (rev
5079)
+++ trunk/gta02-core/components/lis302dl.lib 2009-06-01 18:07:50 UTC (rev
5080)
@@ -1,4 +1,4 @@
-EESchema-LIBRARY Version 2.3 Date: Sat May 23 17:14:19 2009
+EESchema-LIBRARY Version 2.3 Date: Mon Jun 1 15:05:32 2009
#
# LIS302DL
#
@@ -10,9 +10,9 @@
X VDD 6 1100 150 300 L 50 50 1 1 W
X RESERVED 3 1100 250 300 L 50 50 1 1 P
X VDD_IO 1 1100 350 300 L 50 50 1 1 W
-X SPC 14 -1100 -300 300 R 50 50 1 1 I
-X SDI 13 -1100 -200 300 R 50 50 1 1 I
-X SDO 12 -1100 -100 300 R 50 50 1 1 O
+X SCL/SPC 14 -1100 -300 300 R 50 50 1 1 I
+X SDA/SDI/SDO 13 -1100 -200 300 R 50 50 1 1 B
+X SDO 12 -1100 -100 300 R 50 50 1 1 B
X INT2 9 -1100 100 300 R 50 50 1 1 O
X INT1 8 -1100 200 300 R 50 50 1 1 O
X CS 7 -1100 300 300 R 50 50 1 1 I
--- End Message ---
--- Begin Message ---
Author: alvieboy
Date: 2009-06-02 10:15:26 +0200 (Tue, 02 Jun 2009)
New Revision: 5081
Modified:
trunk/gta02-core/components/STATUS
Log:
Update review list
Modified: trunk/gta02-core/components/STATUS
===================================================================
--- trunk/gta02-core/components/STATUS 2009-06-01 18:07:50 UTC (rev 5080)
+++ trunk/gta02-core/components/STATUS 2009-06-02 08:15:26 UTC (rev 5081)
@@ -13,9 +13,9 @@
ht210 LED1501 Werner
it3205be X7601 Werner
k4m51323pe U2201 (Werner) Alvaro
-lis302dl U7801 Werner
+lis302dl U7801 Werner Alvaro
ms2v-t1s X1701
-pcf50633-04-n3 U1701 Werner
+pcf50633-04-n3 U1701 Werner (Alvaro)
r3113d U7604 Werner
rt9013 U1702 Werner
rt9702a U1705 Werner
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog