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. r5337 - developers/werner/fped (wer...@docs.openmoko.org)
2. r5338 - trunk/gta02-core (da...@docs.openmoko.org)
3. r5339 - in trunk/gta02-core: . docs/ecn (da...@docs.openmoko.org)
4. r5340 - trunk/gta02-core (da...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-07-29 21:07:16 +0200 (Wed, 29 Jul 2009)
New Revision: 5337
Modified:
developers/werner/fped/gui_canvas.c
developers/werner/fped/qfn.fpd
Log:
- fixed syntax error in qfn.fpd
- coordinate display now looks more like KiCad's
Modified: developers/werner/fped/gui_canvas.c
===================================================================
--- developers/werner/fped/gui_canvas.c 2009-07-29 18:59:26 UTC (rev 5336)
+++ developers/werner/fped/gui_canvas.c 2009-07-29 19:07:16 UTC (rev 5337)
@@ -39,9 +39,9 @@
static void update_pos(struct coord pos)
{
- status_set_sys_pos("%5.2lf %5.2lf mm",
+ status_set_sys_pos("X %5.2lf Y %5.2lf mm",
units_to_mm(pos.x), units_to_mm(pos.y));
- status_set_user_pos("%5.2lf %5.2lf mm",
+ status_set_user_pos("x %5.2lf y %5.2lf mm",
units_to_mm(pos.x-user_origin.x), units_to_mm(pos.y-user_origin.y));
}
Modified: developers/werner/fped/qfn.fpd
===================================================================
--- developers/werner/fped/qfn.fpd 2009-07-29 18:59:26 UTC (rev 5336)
+++ developers/werner/fped/qfn.fpd 2009-07-29 19:07:16 UTC (rev 5337)
@@ -3,7 +3,7 @@
* fped features during development)
*
* Everything you see here is likely to change sooner or later.
- */
+ *
* http://www.nxp.com/acrobat/packages/footprint/SOT616-1_fp_reflow.pdf
*/
--- End Message ---
--- Begin Message ---
Author: daveb
Date: 2009-07-29 22:10:56 +0200 (Wed, 29 Jul 2009)
New Revision: 5338
Modified:
trunk/gta02-core/cpu.sch
trunk/gta02-core/gta02-core.sch
Log:
AMP_SHUT and HP_IN signals aren't needed - ecn0010
Modified: trunk/gta02-core/cpu.sch
===================================================================
--- trunk/gta02-core/cpu.sch 2009-07-29 19:07:16 UTC (rev 5337)
+++ trunk/gta02-core/cpu.sch 2009-07-29 20:10:56 UTC (rev 5338)
@@ -1,4 +1,4 @@
-EESchema Schematic File Version 2 date Thu 23 Jul 2009 23:09:58 BST
+EESchema Schematic File Version 2 date Wed 29 Jul 2009 21:08:36 BST
LIBS:power,device,conn,gta02-core
EELAYER 24 0
EELAYER END
@@ -13,6 +13,10 @@
Comment3 ""
Comment4 ""
$EndDescr
+Text Notes 4250 4650 0 50 ~ 0
+AMP_SHUTDOWN and HP_IN removed - ecn0010
+NoConn ~ 3450 4850
+NoConn ~ 3450 4750
Wire Wire Line
4900 5400 4700 5400
Wire Wire Line
@@ -20,8 +24,6 @@
Wire Wire Line
3450 5350 4700 5350
Wire Wire Line
- 4900 4500 3800 4500
-Wire Wire Line
4900 4800 4000 4800
Wire Wire Line
4000 4800 4000 4950
@@ -434,10 +436,6 @@
Wire Wire Line
3450 5750 3700 5750
Wire Wire Line
- 3450 4750 3800 4750
-Wire Wire Line
- 3800 4750 3800 4500
-Wire Wire Line
13550 2350 14600 2350
Wire Wire Line
13550 2650 15500 2650
@@ -546,12 +544,6 @@
Wire Wire Line
3900 5550 3450 5550
Wire Wire Line
- 3450 4850 3900 4850
-Wire Wire Line
- 3900 4850 3900 4650
-Wire Wire Line
- 3900 4650 4900 4650
-Wire Wire Line
3450 5050 4100 5050
Wire Wire Line
4100 5050 4100 4950
@@ -567,9 +559,9 @@
WLAN_INT
Text Notes 9750 7400 0 50 ~ 0
board revision detection\necn0001
-Text Notes 3850 4250 0 50 ~ 0
+Text Notes 4250 4250 0 50 ~ 0
BT_PIO5 moved here - ecn0001
-Text Notes 4900 5150 0 50 ~ 0
+Text Notes 4250 5150 0 50 ~ 0
3D_RST net removed - ecn0001
NoConn ~ 3450 5150
$Comp
@@ -756,10 +748,6 @@
1 4050 1450
1 0 0 -1
$EndComp
-Text GLabel 4900 4500 2 60 Output ~ 0
-AMP_SHUT
-Text GLabel 4900 4650 2 60 Output ~ 0
-HP_IN
Text GLabel 4900 4800 2 60 Output ~ 0
INTO
Text GLabel 4900 4950 2 60 Output ~ 0
Modified: trunk/gta02-core/gta02-core.sch
===================================================================
--- trunk/gta02-core/gta02-core.sch 2009-07-29 19:07:16 UTC (rev 5337)
+++ trunk/gta02-core/gta02-core.sch 2009-07-29 20:10:56 UTC (rev 5338)
@@ -1,5 +1,5 @@
-EESchema Schematic File Version 2 date Fri Jul 24 01:46:36 2009
-LIBS:power,device,conn,gta02-core,gta02-core-cache
+EESchema Schematic File Version 2 date Wed 29 Jul 2009 21:06:16 BST
+LIBS:power,device,conn,gta02-core
EELAYER 24 0
EELAYER END
$Descr A3 16535 11700
@@ -42,25 +42,23 @@
Wire Notes Line
12350 10200 12350 6150
Wire Wire Line
- 13450 9100 13650 9100
-Wire Wire Line
- 13450 9250 13650 9250
-Wire Wire Line
13450 8800 13650 8800
Wire Wire Line
13450 8950 13650 8950
+Wire Wire Line
+ 13450 8500 13650 8500
+Wire Wire Line
+ 13450 8650 13650 8650
Wire Notes Line
12350 10200 15000 10200
Wire Notes Line
12350 6150 15000 6150
Wire Wire Line
- 13450 9850 13650 9850
-Wire Wire Line
13450 9550 13650 9550
Wire Wire Line
- 13450 8350 13650 8350
+ 13450 9250 13650 9250
Wire Wire Line
- 13650 7900 13450 7900
+ 13450 8050 13650 8050
Wire Wire Line
13650 7600 13450 7600
Wire Wire Line
@@ -74,15 +72,13 @@
Wire Wire Line
12850 6850 12850 6700
Wire Wire Line
- 13650 7750 13450 7750
+ 13450 7750 13650 7750
Wire Wire Line
- 13450 8050 13650 8050
+ 13450 8200 13650 8200
Wire Wire Line
- 13450 8500 13650 8500
+ 13450 9400 13650 9400
Wire Wire Line
13450 9700 13650 9700
-Wire Wire Line
- 13450 10000 13650 10000
Wire Notes Line
15000 6150 15000 10200
Text Notes 11000 2350 0 60 ~ 0
@@ -113,49 +109,43 @@
15xx
Text Notes 1100 2200 0 60 ~ 0
15xx
-NoConn ~ 13450 9250
-NoConn ~ 13450 9100
-Text GLabel 13650 9250 2 60 Input ~ 0
-MODEM_RX
-Text GLabel 13650 9100 2 60 Output ~ 0
-MODEM_TX
NoConn ~ 13450 8950
NoConn ~ 13450 8800
-Text GLabel 13650 8950 2 60 Output ~ 0
+Text GLabel 13650 8950 2 60 Input ~ 0
+MODEM_RX
+Text GLabel 13650 8800 2 60 Output ~ 0
+MODEM_TX
+NoConn ~ 13450 8650
+NoConn ~ 13450 8500
+Text GLabel 13650 8650 2 60 Output ~ 0
MODEM_RTS
-Text GLabel 13650 8800 2 60 Input ~ 0
+Text GLabel 13650 8500 2 60 Input ~ 0
MODEM_CTS
Text Notes 12450 6300 0 60 ~ 0
GSM labels unused while calypso status is unresolved
-NoConn ~ 13450 10000
-NoConn ~ 13450 9850
NoConn ~ 13450 9700
NoConn ~ 13450 9550
-Text GLabel 13650 10000 2 60 Input ~ 0
+NoConn ~ 13450 9400
+NoConn ~ 13450 9250
+Text GLabel 13650 9700 2 60 Input ~ 0
MICIN
-Text GLabel 13650 9850 2 60 Input ~ 0
+Text GLabel 13650 9550 2 60 Input ~ 0
MICIP
-Text GLabel 13650 9700 2 60 Output ~ 0
+Text GLabel 13650 9400 2 60 Output ~ 0
EARN
-Text GLabel 13650 9550 2 60 Output ~ 0
+Text GLabel 13650 9250 2 60 Output ~ 0
EARP
-NoConn ~ 13450 8500
-NoConn ~ 13450 8350
-Text GLabel 13650 8500 2 60 Input ~ 0
-MODEM_ON
-Text GLabel 13650 8350 2 60 Input ~ 0
-MODEM_RST
+NoConn ~ 13450 8200
NoConn ~ 13450 8050
+Text GLabel 13650 8200 2 60 Input ~ 0
+MODEM_ON
Text GLabel 13650 8050 2 60 Input ~ 0
-DL_GSM
-NoConn ~ 13450 7900
+MODEM_RST
NoConn ~ 13450 7750
+Text GLabel 13650 7750 2 60 Input ~ 0
+DL_GSM
NoConn ~ 13450 7600
Text GLabel 13650 7600 2 60 Input ~ 0
-AMP_SHUT
-Text GLabel 13650 7750 2 60 Input ~ 0
-HP_IN
-Text GLabel 13650 7900 2 60 Input ~ 0
INTO
NoConn ~ 13450 7300
NoConn ~ 13450 7150
--- End Message ---
--- Begin Message ---
Author: daveb
Date: 2009-07-29 23:06:50 +0200 (Wed, 29 Jul 2009)
New Revision: 5339
Modified:
trunk/gta02-core/cpu.sch
trunk/gta02-core/docs/ecn/ecn0009.txt
trunk/gta02-core/docs/ecn/ecn0025.txt
trunk/gta02-core/io.sch
Log:
review ecn0009 and ecn0025, impliment ecn0025
Modified: trunk/gta02-core/cpu.sch
===================================================================
--- trunk/gta02-core/cpu.sch 2009-07-29 20:10:56 UTC (rev 5338)
+++ trunk/gta02-core/cpu.sch 2009-07-29 21:06:50 UTC (rev 5339)
@@ -1,4 +1,4 @@
-EESchema Schematic File Version 2 date Wed 29 Jul 2009 21:08:36 BST
+EESchema Schematic File Version 2 date Wed 29 Jul 2009 22:03:09 BST
LIBS:power,device,conn,gta02-core
EELAYER 24 0
EELAYER END
@@ -13,16 +13,16 @@
Comment3 ""
Comment4 ""
$EndDescr
-Text Notes 4250 4650 0 50 ~ 0
-AMP_SHUTDOWN and HP_IN removed - ecn0010
-NoConn ~ 3450 4850
-NoConn ~ 3450 4750
+Text Notes 4550 7000 0 50 ~ 0
+Connect CLKOUT1 to \nUEXTCLK - ecn0025
Wire Wire Line
+ 3450 7300 4600 7300
+Wire Wire Line
4900 5400 4700 5400
Wire Wire Line
- 4700 5350 4700 5400
+ 4700 5400 4700 5350
Wire Wire Line
- 3450 5350 4700 5350
+ 4700 5350 3450 5350
Wire Wire Line
4900 4800 4000 4800
Wire Wire Line
@@ -551,6 +551,18 @@
4100 4950 4900 4950
Wire Wire Line
3700 4350 4900 4350
+Wire Wire Line
+ 4800 7200 4600 7200
+Wire Wire Line
+ 4600 7200 4600 7300
+Text GLabel 4900 6150 2 60 Output ~ 0
+WLAN_nRESET
+Text GLabel 4800 7200 2 60 Output ~ 0
+EXT_CLK
+Text Notes 4250 4650 0 50 ~ 0
+AMP_SHUTDOWN and HP_IN removed - ecn0010
+NoConn ~ 3450 4850
+NoConn ~ 3450 4750
Text GLabel 4900 5850 2 60 BiDi ~ 0
WLAN_DATA2
Text Notes 9400 5100 0 80 ~ 16
@@ -774,8 +786,6 @@
CHIP_PWD
Text GLabel 4900 5700 2 60 Output ~ 0
SHUTDOWN
-Text GLabel 4900 6150 2 60 Output ~ 0
-WLAN_nRESET
Text GLabel 4900 6000 2 60 Output ~ 0
CHIP_PWD
Text GLabel 4900 5700 2 60 Output ~ 0
@@ -914,7 +924,6 @@
$EndComp
NoConn ~ 3450 7950
NoConn ~ 3450 7850
-NoConn ~ 3450 7300
$Comp
L GND #PWR?
U 1 1 4A456131
Modified: trunk/gta02-core/docs/ecn/ecn0009.txt
===================================================================
--- trunk/gta02-core/docs/ecn/ecn0009.txt 2009-07-29 20:10:56 UTC (rev
5338)
+++ trunk/gta02-core/docs/ecn/ecn0009.txt 2009-07-29 21:06:50 UTC (rev
5339)
@@ -47,3 +47,5 @@
Author: Werner Almesberger <wer...@openmoko.org>
+Review: Dave Ball <openm...@daveball.org.uk>, rev5338, reverse the logic
+ for gta02-core, less hassle than sourcing new LED's.
Modified: trunk/gta02-core/docs/ecn/ecn0025.txt
===================================================================
--- trunk/gta02-core/docs/ecn/ecn0025.txt 2009-07-29 20:10:56 UTC (rev
5338)
+++ trunk/gta02-core/docs/ecn/ecn0025.txt 2009-07-29 21:06:50 UTC (rev
5339)
@@ -10,3 +10,5 @@
Author: Rask Ingemann Lambertsen <ccc94...@vip.cybercity.dk>
+Review: Dave Ball <openm...@daveball.org.uk>, rev5338.
+Commit: SVN 5339, Connect CLKOUT1 to UEXTCLK
Modified: trunk/gta02-core/io.sch
===================================================================
--- trunk/gta02-core/io.sch 2009-07-29 20:10:56 UTC (rev 5338)
+++ trunk/gta02-core/io.sch 2009-07-29 21:06:50 UTC (rev 5339)
@@ -1,4 +1,4 @@
-EESchema Schematic File Version 2 date Fri 24 Jul 2009 00:08:20 BST
+EESchema Schematic File Version 2 date Wed 29 Jul 2009 22:05:14 BST
LIBS:power,device,conn,gta02-core
EELAYER 24 0
EELAYER END
@@ -13,371 +13,381 @@
Comment3 ""
Comment4 ""
$EndDescr
+Text Notes 3950 9800 0 50 ~ 0
+Connect CLKOUT1 to \nUEXTCLK - ecn0025
Wire Wire Line
- 6250 5450 4950 5450
+ 4050 9600 3850 9600
Wire Wire Line
- 4950 5450 4950 5550
+ 3850 9600 3850 9550
Wire Wire Line
- 4950 5550 4650 5550
+ 3850 9550 3650 9550
Wire Wire Line
- 6250 4850 4950 4850
+ 6250 5350 4850 5350
Wire Wire Line
- 6250 4950 4850 4950
+ 4850 5350 4850 5400
Wire Wire Line
- 4650 5250 6250 5250
+ 4850 5400 4650 5400
Wire Wire Line
- 4150 2700 3950 2700
+ 4950 4750 4950 4850
Wire Wire Line
- 3950 2700 3950 2650
+ 4950 4750 4650 4750
Wire Wire Line
- 3950 2650 3750 2650
+ 4850 4900 4850 4950
Wire Wire Line
- 12150 9950 15800 9950
+ 4850 4900 4650 4900
Wire Wire Line
- 14250 5950 12550 5950
+ 6250 5050 4650 5050
Wire Wire Line
- 14250 6050 12450 6050
+ 4150 2500 3950 2500
Wire Wire Line
- 12450 6050 12450 5950
+ 3950 2500 3950 2550
Wire Wire Line
- 12450 5950 12150 5950
+ 3950 2550 3750 2550
Wire Wire Line
- 12350 6100 12350 6150
+ 12150 9800 13850 9800
Wire Wire Line
- 12350 6100 12150 6100
+ 12550 5800 12550 5950
Wire Wire Line
- 12350 6400 12350 6350
+ 12550 5800 12150 5800
Wire Wire Line
- 12350 6400 12150 6400
+ 14250 6150 12350 6150
Wire Wire Line
- 14250 6550 12550 6550
+ 14250 6250 12150 6250
Wire Wire Line
- 14250 6850 12150 6850
+ 14250 6350 12350 6350
Wire Wire Line
- 12150 7850 12450 7850
+ 12150 6550 12450 6550
Wire Wire Line
- 12150 8450 12450 8450
+ 12450 6550 12450 6450
Wire Wire Line
- 12150 8000 12350 8000
+ 12450 6450 14250 6450
Wire Wire Line
- 14250 7950 12450 7950
+ 12550 6700 12550 6550
Wire Wire Line
- 14250 8350 12450 8350
+ 12550 6700 12150 6700
Wire Wire Line
- 12550 8450 12550 8600
+ 12150 7700 12550 7700
Wire Wire Line
- 12350 8250 12350 8300
+ 12150 8600 12550 8600
Wire Wire Line
- 12450 7950 12450 7850
+ 12150 8300 12350 8300
Wire Wire Line
- 3850 9350 3850 9400
+ 14250 8150 12150 8150
Wire Wire Line
- 3850 9350 3650 9350
+ 14250 7850 12550 7850
Wire Wire Line
- 3850 8950 3850 8900
+ 14250 8050 12350 8050
Wire Wire Line
- 3850 8950 3650 8950
+ 14250 8250 12350 8250
Wire Wire Line
- 3650 8450 5500 8450
+ 14250 8450 12550 8450
Wire Wire Line
- 5200 8150 5200 8250
+ 12450 8350 12450 8450
Wire Wire Line
- 5200 8150 5500 8150
-Connection ~ 9150 4800
+ 12350 8050 12350 8000
Wire Wire Line
- 9600 4500 9600 4600
-Connection ~ 9150 4600
+ 12550 7850 12550 7700
Wire Wire Line
- 9600 4600 9150 4600
+ 3650 8550 6800 8550
Wire Wire Line
- 12550 7050 12750 7050
-Connection ~ 12750 6850
+ 3650 9250 4050 9250
Wire Wire Line
- 12750 7050 12750 6850
-Connection ~ 14050 9550
+ 3650 9050 4050 9050
Wire Wire Line
- 14050 9350 14050 9550
-Connection ~ 13350 2350
+ 3650 8250 5200 8250
Wire Wire Line
- 13350 2350 13350 2200
+ 5500 8300 5300 8300
Wire Wire Line
- 13350 2200 13550 2200
+ 5300 8300 5300 8350
Wire Wire Line
- 13950 2200 14150 2200
+ 5300 8350 3650 8350
Wire Wire Line
- 6550 7650 6550 7850
-Connection ~ 5000 8550
+ 5150 3900 6050 3900
Wire Wire Line
- 5000 8550 5000 8050
-Connection ~ 4250 8350
+ 9150 4400 9150 5300
Wire Wire Line
- 4250 8350 4250 8050
+ 13850 9800 13850 9550
Wire Wire Line
- 3850 9400 4050 9400
+ 14250 9550 13650 9550
+Connection ~ 14150 2450
Wire Wire Line
- 12850 2450 14350 2450
+ 14150 2450 14150 2200
+Connection ~ 14500 9950
Wire Wire Line
- 13950 8450 13950 7600
+ 14500 10150 14500 9950
+Connection ~ 6550 8550
Wire Wire Line
- 13150 8050 13150 7600
+ 6550 8550 6550 8350
+Connection ~ 4600 8450
Wire Wire Line
- 12750 5950 12750 5700
+ 4600 8050 4600 8450
+Connection ~ 3900 8250
Wire Wire Line
- 13550 6350 13550 5700
-Connection ~ 13650 6850
+ 3900 8250 3900 8050
Wire Wire Line
- 13650 6850 13650 6700
-Connection ~ 13750 8350
+ 4050 8900 3850 8900
+Connection ~ 13700 2350
Wire Wire Line
- 13750 8350 13750 7700
-Connection ~ 13350 8150
+ 12850 2100 12850 2700
+Connection ~ 13700 2350
Wire Wire Line
- 13350 8150 13350 7700
-Connection ~ 12950 7950
+ 14350 2350 12400 2350
Wire Wire Line
- 12950 7950 12950 7700
-Connection ~ 13850 9550
-Connection ~ 14050 9950
+ 14250 5850 14150 5850
Wire Wire Line
- 12950 9450 12950 9550
+ 13550 8250 13550 7600
Wire Wire Line
- 14050 9950 14050 9650
+ 12750 7850 12750 7600
Wire Wire Line
- 14050 9650 14250 9650
-Connection ~ 13050 3450
-Connection ~ 13950 2450
+ 13150 6150 13150 5700
Wire Wire Line
- 13950 2450 13950 2650
-Connection ~ 13700 3450
+ 13950 6550 13950 5700
Wire Wire Line
- 13700 3450 13700 3150
-Connection ~ 12850 2450
+ 13450 6700 13650 6700
Wire Wire Line
- 12400 2600 12400 2350
+ 12950 6700 12750 6700
+Connection ~ 12750 6050
Wire Wire Line
- 11600 2850 11850 2850
-Connection ~ 5600 3900
+ 12750 6700 12750 6050
+Connection ~ 13950 6550
+Connection ~ 13550 6350
+Connection ~ 13150 6150
+Connection ~ 12750 5950
Wire Wire Line
- 5600 4100 5600 3900
-Connection ~ 5150 4850
+ 12950 6050 12950 5800
+Connection ~ 12950 6050
Wire Wire Line
- 5150 4850 5150 4600
-Connection ~ 6050 5050
+ 13350 6250 13350 5800
+Connection ~ 13350 6250
+Connection ~ 13950 8450
+Connection ~ 13550 8250
+Connection ~ 13150 8050
+Connection ~ 12750 7850
Wire Wire Line
- 6050 5050 6050 4600
-Connection ~ 9150 5000
+ 13150 9550 12950 9550
Wire Wire Line
- 8450 4900 9150 4900
+ 15800 9100 15800 9000
Wire Wire Line
- 9150 5700 9150 6100
+ 15800 9600 15800 9950
Wire Wire Line
- 9150 6100 7400 6100
+ 14350 5500 14350 5300
Wire Wire Line
- 8650 5300 8650 5000
-Connection ~ 7700 6100
+ 14350 5300 14150 5300
Wire Wire Line
- 7700 6100 7700 5900
-Connection ~ 7500 6100
+ 14150 5300 14150 5850
+Connection ~ 13050 3450
Wire Wire Line
- 7500 5900 7500 6100
+ 13050 3450 13050 3650
+Connection ~ 12850 3450
Wire Wire Line
- 7400 6100 7400 5900
+ 12850 3450 12850 3100
Wire Wire Line
- 7950 6100 7950 5900
+ 13950 3150 13950 3450
Wire Wire Line
- 7600 6100 7600 5900
-Connection ~ 7600 6100
+ 13950 3450 12400 3450
Wire Wire Line
- 7650 6100 7650 6300
-Connection ~ 7650 6100
+ 12400 3450 12400 3200
Wire Wire Line
- 8450 5000 9150 5000
-Connection ~ 8650 5000
+ 13700 2350 13700 2650
+Connection ~ 5150 3900
Wire Wire Line
- 8650 6100 8650 5700
-Connection ~ 8650 6100
-Connection ~ 7950 6100
+ 5150 4100 5150 3750
Wire Wire Line
- 9150 4800 8450 4800
-Connection ~ 9150 4900
+ 6050 3900 6050 4100
+Connection ~ 5600 4950
Wire Wire Line
+ 5600 4950 5600 4600
+Wire Wire Line
9150 3750 9150 3900
+Connection ~ 9150 4900
Wire Wire Line
- 5600 4950 5600 4600
-Connection ~ 5600 4950
+ 9150 4800 8450 4800
+Connection ~ 7950 6100
+Connection ~ 8650 6100
Wire Wire Line
- 6050 4100 6050 3900
+ 8650 6100 8650 5700
+Connection ~ 8650 5000
Wire Wire Line
- 5150 4100 5150 3750
-Connection ~ 5150 3900
+ 8450 5000 9150 5000
+Connection ~ 7650 6100
Wire Wire Line
- 13700 2350 13700 2650
+ 7650 6100 7650 6300
+Connection ~ 7600 6100
Wire Wire Line
- 12400 3200 12400 3450
+ 7600 6100 7600 5900
Wire Wire Line
- 12400 3450 13950 3450
+ 7950 6100 7950 5900
Wire Wire Line
- 13950 3450 13950 3150
+ 7400 5900 7400 6100
Wire Wire Line
- 12850 3450 12850 3100
-Connection ~ 12850 3450
+ 7500 5900 7500 6100
+Connection ~ 7500 6100
Wire Wire Line
- 13050 3450 13050 3650
-Connection ~ 13050 3450
+ 7700 6100 7700 5900
+Connection ~ 7700 6100
Wire Wire Line
- 14150 5300 14150 5850
+ 8650 5300 8650 5000
Wire Wire Line
- 14150 5300 14350 5300
+ 7400 6100 9150 6100
Wire Wire Line
- 14350 5300 14350 5500
+ 9150 6100 9150 5700
Wire Wire Line
- 15800 9950 15800 9600
+ 8450 4900 9150 4900
+Connection ~ 9150 5000
Wire Wire Line
- 15800 9100 15800 9000
+ 6050 5050 6050 4600
+Connection ~ 6050 5050
Wire Wire Line
- 12950 9550 13150 9550
-Connection ~ 12750 7850
-Connection ~ 13150 8050
-Connection ~ 13550 8250
-Connection ~ 13950 8450
-Connection ~ 13350 6250
+ 5150 4850 5150 4600
+Connection ~ 5150 4850
Wire Wire Line
- 13350 6250 13350 5800
-Connection ~ 12950 6050
+ 5600 4100 5600 3900
+Connection ~ 5600 3900
Wire Wire Line
- 12950 6050 12950 5800
-Connection ~ 12750 5950
-Connection ~ 13150 6150
-Connection ~ 13550 6350
-Connection ~ 13950 6550
+ 11600 2850 11850 2850
Wire Wire Line
- 12750 6050 12750 6700
-Connection ~ 12750 6050
+ 12400 2350 12400 2600
+Connection ~ 12850 2450
Wire Wire Line
- 12750 6700 12950 6700
+ 13700 3450 13700 3150
+Connection ~ 13700 3450
Wire Wire Line
- 13650 6700 13450 6700
+ 13950 2450 13950 2650
+Connection ~ 13950 2450
+Connection ~ 13050 3450
Wire Wire Line
- 13950 6550 13950 5700
+ 14250 9650 14050 9650
Wire Wire Line
- 13150 6150 13150 5700
+ 14050 9650 14050 9950
Wire Wire Line
- 12750 7850 12750 7600
+ 12950 9550 12950 9450
+Connection ~ 14050 9950
+Connection ~ 13850 9550
Wire Wire Line
- 13550 8250 13550 7600
+ 12950 7950 12950 7700
+Connection ~ 12950 7950
Wire Wire Line
- 14150 5850 14250 5850
+ 13350 8150 13350 7700
+Connection ~ 13350 8150
Wire Wire Line
- 12400 2350 14350 2350
-Connection ~ 13700 2350
+ 13750 8350 13750 7700
+Connection ~ 13750 8350
Wire Wire Line
- 12850 2100 12850 2700
-Connection ~ 13700 2350
+ 13650 6700 13650 6850
+Connection ~ 13650 6850
Wire Wire Line
- 3850 8900 4050 8900
+ 13550 6350 13550 5700
Wire Wire Line
- 3900 8250 3900 8050
-Connection ~ 3900 8250
+ 12750 5950 12750 5700
Wire Wire Line
- 4600 8050 4600 8450
-Connection ~ 4600 8450
+ 13150 8050 13150 7600
Wire Wire Line
- 6550 8550 6550 8350
-Connection ~ 6550 8550
+ 13950 8450 13950 7600
Wire Wire Line
- 14500 10150 14500 9950
-Connection ~ 14500 9950
+ 12850 2450 14350 2450
Wire Wire Line
- 14150 2200 14150 2450
-Connection ~ 14150 2450
+ 4050 9400 3850 9400
Wire Wire Line
- 14250 9550 13650 9550
+ 4250 8350 4250 8050
+Connection ~ 4250 8350
Wire Wire Line
- 13850 9550 13850 9800
+ 5000 8550 5000 8050
+Connection ~ 5000 8550
Wire Wire Line
- 9150 4400 9150 5300
+ 6550 7650 6550 7850
Wire Wire Line
- 6050 3900 5150 3900
+ 14150 2200 13950 2200
Wire Wire Line
- 3650 8350 5300 8350
+ 13550 2200 13350 2200
Wire Wire Line
- 5300 8350 5300 8300
+ 13350 2200 13350 2350
+Connection ~ 13350 2350
Wire Wire Line
- 5300 8300 5500 8300
+ 14050 9350 14050 9550
+Connection ~ 14050 9550
Wire Wire Line
- 5200 8250 3650 8250
+ 12750 6850 12750 7050
+Connection ~ 12750 6850
Wire Wire Line
- 3650 9050 4050 9050
+ 12750 7050 12550 7050
Wire Wire Line
- 3650 9250 4050 9250
+ 9150 4600 9600 4600
+Connection ~ 9150 4600
Wire Wire Line
- 3650 8550 6800 8550
+ 9600 4600 9600 4500
+Connection ~ 9150 4800
Wire Wire Line
- 12550 7850 12550 7700
+ 5500 8150 5200 8150
Wire Wire Line
- 12350 8000 12350 8050
+ 5200 8150 5200 8250
Wire Wire Line
- 12450 8350 12450 8450
+ 3650 8450 5500 8450
Wire Wire Line
- 12550 8450 14250 8450
+ 3650 8950 3850 8950
Wire Wire Line
- 12350 8250 14250 8250
+ 3850 8950 3850 8900
Wire Wire Line
- 12350 8050 14250 8050
+ 3650 9350 3850 9350
Wire Wire Line
- 12550 7850 14250 7850
+ 3850 9350 3850 9400
Wire Wire Line
- 14250 8150 12150 8150
+ 12450 7950 12450 7850
Wire Wire Line
- 12350 8300 12150 8300
+ 12350 8250 12350 8300
Wire Wire Line
- 12550 8600 12150 8600
+ 12550 8450 12550 8600
Wire Wire Line
- 12550 7700 12150 7700
+ 12450 8350 14250 8350
Wire Wire Line
- 12150 6700 12550 6700
+ 12450 7950 14250 7950
Wire Wire Line
- 12550 6700 12550 6550
+ 12350 8000 12150 8000
Wire Wire Line
- 14250 6450 12450 6450
+ 12450 8450 12150 8450
Wire Wire Line
- 12450 6450 12450 6550
+ 12450 7850 12150 7850
Wire Wire Line
- 12450 6550 12150 6550
+ 14250 6850 12150 6850
Wire Wire Line
- 12350 6350 14250 6350
+ 12550 6550 14250 6550
Wire Wire Line
- 14250 6250 12150 6250
+ 12150 6400 12350 6400
Wire Wire Line
- 12350 6150 14250 6150
+ 12350 6400 12350 6350
Wire Wire Line
- 12150 5800 12550 5800
+ 12150 6100 12350 6100
Wire Wire Line
- 12550 5800 12550 5950
+ 12350 6100 12350 6150
Wire Wire Line
- 13850 9800 12150 9800
+ 12150 5950 12450 5950
Wire Wire Line
- 3750 2550 3950 2550
+ 12450 5950 12450 6050
Wire Wire Line
- 3950 2550 3950 2500
+ 12450 6050 14250 6050
Wire Wire Line
- 3950 2500 4150 2500
+ 12550 5950 14250 5950
Wire Wire Line
- 6250 5050 4650 5050
+ 15800 9950 12150 9950
Wire Wire Line
- 4650 4900 4850 4900
+ 3750 2650 3950 2650
Wire Wire Line
- 4850 4900 4850 4950
+ 3950 2650 3950 2700
Wire Wire Line
- 4650 4750 4950 4750
+ 3950 2700 4150 2700
Wire Wire Line
- 4950 4750 4950 4850
+ 4650 5250 6250 5250
Wire Wire Line
- 4650 5400 4850 5400
+ 4850 4950 6250 4950
Wire Wire Line
- 4850 5400 4850 5350
+ 4950 4850 6250 4850
Wire Wire Line
- 4850 5350 6250 5350
+ 4650 5550 4950 5550
+Wire Wire Line
+ 4950 5550 4950 5450
+Wire Wire Line
+ 4950 5450 6250 5450
+Text GLabel 4050 9600 2 60 Input ~ 0
+EXT_CLK
$Comp
L PWR_FLAG #FLG?
U 1 1 4A4DE7CA
@@ -455,7 +465,6 @@
1 3900 8050
1 0 0 -1
$EndComp
-NoConn ~ 3650 9550
Text GLabel 5500 8150 2 60 Input ~ 0
MODEM_RTS
Text GLabel 5500 8300 2 60 Output ~ 0
--- End Message ---
--- Begin Message ---
Author: daveb
Date: 2009-07-30 00:27:00 +0200 (Thu, 30 Jul 2009)
New Revision: 5340
Modified:
trunk/gta02-core/io.sch
Log:
vibrator cleanup from Rask Ingemann Lambertsen <ccc94...@vip.cybercity.dk>
Modified: trunk/gta02-core/io.sch
===================================================================
--- trunk/gta02-core/io.sch 2009-07-29 21:06:50 UTC (rev 5339)
+++ trunk/gta02-core/io.sch 2009-07-29 22:27:00 UTC (rev 5340)
@@ -1,4 +1,4 @@
-EESchema Schematic File Version 2 date Wed 29 Jul 2009 22:05:14 BST
+EESchema Schematic File Version 2 date Wed 29 Jul 2009 23:25:28 BST
LIBS:power,device,conn,gta02-core
EELAYER 24 0
EELAYER END
@@ -13,9 +13,24 @@
Comment3 ""
Comment4 ""
$EndDescr
-Text Notes 3950 9800 0 50 ~ 0
-Connect CLKOUT1 to \nUEXTCLK - ecn0025
Wire Wire Line
+ 12200 2150 12400 2150
+Wire Wire Line
+ 13250 2600 13750 2600
+Connection ~ 13500 2600
+Wire Wire Line
+ 13500 2600 13500 2800
+Wire Wire Line
+ 13250 1700 13250 1900
+Connection ~ 12650 1700
+Wire Wire Line
+ 12850 2750 12850 2500
+Connection ~ 12400 1700
+Wire Wire Line
+ 12400 2150 12400 2700
+Wire Wire Line
+ 12850 3500 12850 3250
+Wire Wire Line
4050 9600 3850 9600
Wire Wire Line
3850 9600 3850 9550
@@ -109,9 +124,6 @@
13850 9800 13850 9550
Wire Wire Line
14250 9550 13650 9550
-Connection ~ 14150 2450
-Wire Wire Line
- 14150 2450 14150 2200
Connection ~ 14500 9950
Wire Wire Line
14500 10150 14500 9950
@@ -126,13 +138,7 @@
3900 8250 3900 8050
Wire Wire Line
4050 8900 3850 8900
-Connection ~ 13700 2350
Wire Wire Line
- 12850 2100 12850 2700
-Connection ~ 13700 2350
-Wire Wire Line
- 14350 2350 12400 2350
-Wire Wire Line
14250 5850 14150 5850
Wire Wire Line
13550 8250 13550 7600
@@ -175,20 +181,6 @@
14350 5300 14150 5300
Wire Wire Line
14150 5300 14150 5850
-Connection ~ 13050 3450
-Wire Wire Line
- 13050 3450 13050 3650
-Connection ~ 12850 3450
-Wire Wire Line
- 12850 3450 12850 3100
-Wire Wire Line
- 13950 3150 13950 3450
-Wire Wire Line
- 13950 3450 12400 3450
-Wire Wire Line
- 12400 3450 12400 3200
-Wire Wire Line
- 13700 2350 13700 2650
Connection ~ 5150 3900
Wire Wire Line
5150 4100 5150 3750
@@ -244,18 +236,8 @@
5600 4100 5600 3900
Connection ~ 5600 3900
Wire Wire Line
- 11600 2850 11850 2850
+ 11600 2950 11850 2950
Wire Wire Line
- 12400 2350 12400 2600
-Connection ~ 12850 2450
-Wire Wire Line
- 13700 3450 13700 3150
-Connection ~ 13700 3450
-Wire Wire Line
- 13950 2450 13950 2650
-Connection ~ 13950 2450
-Connection ~ 13050 3450
-Wire Wire Line
14250 9650 14050 9650
Wire Wire Line
14050 9650 14050 9950
@@ -284,8 +266,6 @@
Wire Wire Line
13950 8450 13950 7600
Wire Wire Line
- 12850 2450 14350 2450
-Wire Wire Line
4050 9400 3850 9400
Wire Wire Line
4250 8350 4250 8050
@@ -296,13 +276,6 @@
Wire Wire Line
6550 7650 6550 7850
Wire Wire Line
- 14150 2200 13950 2200
-Wire Wire Line
- 13550 2200 13350 2200
-Wire Wire Line
- 13350 2200 13350 2350
-Connection ~ 13350 2350
-Wire Wire Line
14050 9350 14050 9550
Connection ~ 14050 9550
Wire Wire Line
@@ -386,6 +359,49 @@
4950 5550 4950 5450
Wire Wire Line
4950 5450 6250 5450
+Wire Wire Line
+ 12650 1700 12650 1900
+Wire Wire Line
+ 12400 1500 12400 2050
+Connection ~ 13250 1700
+Wire Wire Line
+ 12850 2500 12400 2500
+Connection ~ 12400 2500
+Wire Wire Line
+ 12650 2300 12650 2500
+Connection ~ 12650 2500
+Wire Wire Line
+ 13250 2600 13250 2400
+Wire Wire Line
+ 13750 2600 13750 2300
+Wire Wire Line
+ 13750 1900 13750 1700
+Wire Wire Line
+ 12400 3300 12400 3500
+Wire Wire Line
+ 13750 1700 12400 1700
+Wire Wire Line
+ 12400 2050 12200 2050
+$Comp
+L GND #PWR?
+U 1 1 4A70CC15
+P 13500 2800
+F 0 "#PWR?" H 13500 2800 30 0001 C CNN
+F 1 "GND" H 13500 2730 30 0001 C CNN
+ 1 13500 2800
+ 1 0 0 -1
+$EndComp
+$Comp
+L GND #PWR?
+U 1 1 4A70CC08
+P 12400 3500
+F 0 "#PWR?" H 12400 3500 30 0001 C CNN
+F 1 "GND" H 12400 3430 30 0001 C CNN
+ 1 12400 3500
+ 1 0 0 -1
+$EndComp
+Text Notes 3950 9800 0 50 ~ 0
+Connect CLKOUT1 to \nUEXTCLK - ecn0025
Text GLabel 4050 9600 2 60 Input ~ 0
EXT_CLK
$Comp
@@ -763,83 +779,83 @@
1 14750 7750
1 0 0 -1
$EndComp
-Text GLabel 11600 2850 0 60 Input ~ 0
+Text GLabel 11600 2950 0 60 Input ~ 0
VIBRATOR_ON
Text Notes 1700 1700 0 200 ~ 40
I/O
$Comp
L GND #PWR?
U 1 1 4A4308D5
-P 13050 3650
-F 0 "#PWR?" H 13050 3650 30 0001 C CNN
-F 1 "GND" H 13050 3580 30 0001 C CNN
- 1 13050 3650
+P 12850 3500
+F 0 "#PWR?" H 12850 3500 30 0001 C CNN
+F 1 "GND" H 12850 3430 30 0001 C CNN
+ 1 12850 3500
1 0 0 -1
$EndComp
$Comp
L VB #PWR?
U 1 1 4A430837
-P 12850 2100
-F 0 "#PWR?" H 12850 2000 50 0001 C CNN
-F 1 "VB" H 12850 2250 50 0000 C CNN
- 1 12850 2100
+P 12400 1500
+F 0 "#PWR?" H 12400 1400 50 0001 C CNN
+F 1 "VB" H 12400 1650 50 0000 C CNN
+ 1 12400 1500
1 0 0 -1
$EndComp
$Comp
L KEV040209151A D4602
U 1 1 4A4307AE
-P 13950 2900
-F 0 "D4602" V 14050 2700 50 0000 C CNN
-F 1 "151pF" V 13950 2700 50 0000 C CNN
-F 4 "6.5Vac" V 13850 2700 50 0000 C CNN "Field1"
- 1 13950 2900
+P 13250 2150
+F 0 "D4602" V 13350 1950 50 0000 C CNN
+F 1 "151pF" V 13250 1950 50 0000 C CNN
+F 4 "6.5Vac" V 13150 1950 50 0000 C CNN "Field1"
+ 1 13250 2150
0 -1 -1 0
$EndComp
$Comp
L C C4601
U 1 1 4A430741
-P 12850 2900
-F 0 "C4601" H 12900 3000 50 0000 L CNN
-F 1 "10p" H 12900 2800 50 0000 L CNN
- 1 12850 2900
+P 13750 2100
+F 0 "C4601" H 13800 2200 50 0000 L CNN
+F 1 "10p" H 13800 2000 50 0000 L CNN
+ 1 13750 2100
1 0 0 -1
$EndComp
$Comp
L DIODE D4603
U 1 1 4A4077FE
-P 13750 2200
-F 0 "D4603" H 13750 2400 40 0000 C CNN
-F 1 "1SS400" H 13750 2300 40 0000 C CNN
- 1 13750 2200
- 1 0 0 -1
+P 12650 2100
+F 0 "D4603" V 12700 1900 40 0000 C CNN
+F 1 "1SS400" V 12600 1900 40 0000 C CNN
+ 1 12650 2100
+ 0 -1 -1 0
$EndComp
$Comp
L KEV040209151A D4601
U 1 1 4A4077E9
-P 13700 2900
-F 0 "D4601" V 13800 3100 50 0000 C CNN
-F 1 "151pF" V 13700 3100 50 0000 C CNN
-F 4 "6.5Vac" V 13600 3100 50 0000 C CNN "Field1"
- 1 13700 2900
+P 12850 3000
+F 0 "D4601" V 12950 3200 50 0000 C CNN
+F 1 "151pF" V 12850 3200 50 0000 C CNN
+F 4 "6.5Vac" V 12750 3200 50 0000 C CNN "Field1"
+ 1 12850 3000
0 -1 -1 0
$EndComp
$Comp
L DTC123JETL Q4601
U 1 1 4A407670
-P 12200 2850
-F 0 "Q4601" H 12100 3075 60 0000 C CNN
-F 1 "DTC123JETL" H 12000 2550 60 0000 C CNN
- 1 12200 2850
+P 12200 2950
+F 0 "Q4601" H 12100 3175 60 0000 C CNN
+F 1 "DTC123JETL" H 12000 2650 60 0000 C CNN
+ 1 12200 2950
1 0 0 -1
$EndComp
$Comp
L P0408B-13-P2H VB4601
U 1 1 4A40763A
-P 14800 2400
-F 0 "VB4601" H 14800 2650 60 0000 C CNN
-F 1 "P0408B-13-P2H" H 14800 2150 60 0000 C CNN
- 1 14800 2400
- 1 0 0 -1
+P 11750 2100
+F 0 "VB4601" H 11750 1850 60 0000 C CNN
+F 1 "P0408B-13-P2H" H 11750 2350 60 0000 C CNN
+ 1 11750 2100
+ -1 0 0 1
$EndComp
$Comp
L GSENSOR_3V3 #PWR?
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog