r5061 - in trunk/gta02-core: . components
werner at docs.openmoko.org
werner at docs.openmoko.org
Tue May 26 22:04:34 CEST 2009
Author: werner
Date: 2009-05-26 22:04:34 +0200 (Tue, 26 May 2009)
New Revision: 5061
Added:
trunk/gta02-core/components/74x1g00_5.lib
Removed:
trunk/gta02-core/components/74x1g00.lib
Modified:
trunk/gta02-core/AUTHORS
trunk/gta02-core/components/STATUS
trunk/gta02-core/components/gta02-core-expanded.lib
trunk/gta02-core/components/gta02-core.lib
trunk/gta02-core/components/mkloe
trunk/gta02-core/gta02-core.pro
Log:
Forgot the _5 suffix of 74x1g00_5. Renamed it and moved label a bit.
Also fixed the names of the library file variables in gta02-core.pro
Modified: trunk/gta02-core/AUTHORS
===================================================================
--- trunk/gta02-core/AUTHORS 2009-05-26 19:36:58 UTC (rev 5060)
+++ trunk/gta02-core/AUTHORS 2009-05-26 20:04:34 UTC (rev 5061)
@@ -13,7 +13,7 @@
Alvaro Lopes <alvieboy at alvie.com>
- components/74x1g00.lib
+ components/74x1g00_5.lib
components/74x1g125.lib
components/74x2g126.lib
components/ms2v-t1s.lib
@@ -22,12 +22,16 @@
components/rt9702.lib
components/rt9013_b.lib
components/exc24cb102u.lib
- components/varistor
- components/fa2012
- components/rt9711_bd_5
- components/dtc123
- components/vibrator
+ components/varistor.lib
+ components/fa2012.lib
+ components/rt9711_bd_5.lib
+ components/dtc123.lib
+ components/vibrator.lib
+ Compilations:
+ components/gta02-core-expanded.lib
+ components/gta02-core.lib
+
Werner Almesberger <werner at openmoko.org>
The scripts under scripts/ and expanded/
Deleted: trunk/gta02-core/components/74x1g00.lib
===================================================================
--- trunk/gta02-core/components/74x1g00.lib 2009-05-26 19:36:58 UTC (rev 5060)
+++ trunk/gta02-core/components/74x1g00.lib 2009-05-26 20:04:34 UTC (rev 5061)
@@ -1,29 +0,0 @@
-EESchema-LIBRARY Version 2.3 Date: Sat 23 May 2009 11:05:11 WEST
-#
-# 74X1G00
-#
-DEF 74X1G00 U 0 40 Y N 1 F N
-F0 "U" -400 450 60 H V C CNN
-F1 "74X1G00" -500 -450 60 H V C CNN
-DRAW
-S -500 350 350 -350 0 1 0 N
-P 2 0 1 0 200 0 350 0 N
-P 5 0 1 0 -50 150 -300 150 -300 -150 -50 -150 -50 -150 N
-C 150 0 50 0 1 0 N
-A -50 0 150 901 -901 0 1 0 N -50 -150 -50 150
-P 2 0 1 0 -300 100 -500 100 N
-P 2 0 1 0 -300 -100 -500 -100 N
-T 0 -100 300 50 0 0 0 VCC Normal 0
-T 0 -100 -300 50 0 0 0 GND Normal 0
-T 0 250 50 50 0 0 0 Y Normal 0
-T 0 -400 -50 50 0 0 0 B Normal 0
-T 0 -400 150 50 0 0 0 A Normal 0
-X VCC 5 -100 550 200 D 50 50 1 1 W
-X Y 4 550 0 200 L 50 50 1 1 O
-X B 2 -700 -100 200 R 50 50 1 1 I
-X A 1 -700 100 200 R 50 50 1 1 I
-X GND 3 -100 -550 200 U 50 50 1 1 W
-ENDDRAW
-ENDDEF
-#
-#End Library
Copied: trunk/gta02-core/components/74x1g00_5.lib (from rev 5060, trunk/gta02-core/components/74x1g00.lib)
===================================================================
--- trunk/gta02-core/components/74x1g00_5.lib (rev 0)
+++ trunk/gta02-core/components/74x1g00_5.lib 2009-05-26 20:04:34 UTC (rev 5061)
@@ -0,0 +1,29 @@
+EESchema-LIBRARY Version 2.3 Date: Tue May 26 17:01:40 2009
+#
+# 74X1G00_5
+#
+DEF 74X1G00_5 U 0 40 Y N 1 F N
+F0 "U" -400 450 60 H V C CNN
+F1 "74X1G00_5" -550 -450 60 H V C CNN
+DRAW
+P 2 0 1 0 -300 -100 -500 -100 N
+P 2 0 1 0 -300 100 -500 100 N
+A -50 0 150 901 -901 0 1 0 N -50 -150 -50 150
+C 150 0 50 0 1 0 N
+P 5 0 1 0 -50 150 -300 150 -300 -150 -50 -150 -50 -150 N
+P 2 0 1 0 200 0 350 0 N
+S -500 350 350 -350 0 1 0 N
+T 0 -100 300 50 0 0 0 VCC Normal 0
+T 0 -100 -300 50 0 0 0 GND Normal 0
+T 0 250 50 50 0 0 0 Y Normal 0
+T 0 -400 -50 50 0 0 0 B Normal 0
+T 0 -400 150 50 0 0 0 A Normal 0
+X VCC 5 -100 550 200 D 50 50 1 1 W
+X Y 4 550 0 200 L 50 50 1 1 O
+X B 2 -700 -100 200 R 50 50 1 1 I
+X A 1 -700 100 200 R 50 50 1 1 I
+X GND 3 -100 -550 200 U 50 50 1 1 W
+ENDDRAW
+ENDDEF
+#
+#End Library
Modified: trunk/gta02-core/components/STATUS
===================================================================
--- trunk/gta02-core/components/STATUS 2009-05-26 19:36:58 UTC (rev 5060)
+++ trunk/gta02-core/components/STATUS 2009-05-26 20:04:34 UTC (rev 5061)
@@ -1,6 +1,6 @@
Component Ref 1st review 2nd review 3rd review
---------------------- ------ -------------- -------------- --------------
-74x1g00 U4902 Werner
+74x1g00_5 U4902 Werner
74x1g125 U4901 Werner
74x2g126 U4903 Werner
aat1275 U4904 Werner [1]
Modified: trunk/gta02-core/components/gta02-core-expanded.lib
===================================================================
--- trunk/gta02-core/components/gta02-core-expanded.lib 2009-05-26 19:36:58 UTC (rev 5060)
+++ trunk/gta02-core/components/gta02-core-expanded.lib 2009-05-26 20:04:34 UTC (rev 5061)
@@ -1602,19 +1602,19 @@
ENDDEF
#
#
-# 74X1G00
+# 74X1G00_5
#
-DEF X74X1G00 U 0 40 Y N 1 F N
+DEF X74X1G00_5 U 0 40 Y N 1 F N
F0 "U" -400 450 60 H V C CNN
-F1 "X74X1G00" -500 -450 60 H V C CNN
+F1 "X74X1G00_5" -550 -450 60 H V C CNN
DRAW
+P 2 0 1 0 -300 -100 -500 -100 N
+P 2 0 1 0 -300 100 -500 100 N
+A -50 0 150 901 -901 0 1 0 N -50 -150 -50 150
+C 150 0 50 0 1 0 N
+P 5 0 1 0 -50 150 -300 150 -300 -150 -50 -150 -50 -150 N
+P 2 0 1 0 200 0 350 0 N
S -500 350 350 -350 0 1 0 N
-P 2 0 1 0 200 0 350 0 N
-P 5 0 1 0 -50 150 -300 150 -300 -150 -50 -150 -50 -150 N
-C 150 0 50 0 1 0 N
-A -50 0 150 901 -901 0 1 0 N -50 -150 -50 150
-P 2 0 1 0 -300 100 -500 100 N
-P 2 0 1 0 -300 -100 -500 -100 N
T 0 -100 300 50 0 0 0 VCC Normal 0
T 0 -100 -300 50 0 0 0 GND Normal 0
T 0 250 50 50 0 0 0 Y Normal 0
Modified: trunk/gta02-core/components/gta02-core.lib
===================================================================
--- trunk/gta02-core/components/gta02-core.lib 2009-05-26 19:36:58 UTC (rev 5060)
+++ trunk/gta02-core/components/gta02-core.lib 2009-05-26 20:04:34 UTC (rev 5061)
@@ -994,19 +994,19 @@
ENDDEF
#
#
-# 74X1G00
+# 74X1G00_5
#
-DEF 74X1G00 U 0 40 Y N 1 F N
+DEF 74X1G00_5 U 0 40 Y N 1 F N
F0 "U" -400 450 60 H V C CNN
-F1 "74X1G00" -500 -450 60 H V C CNN
+F1 "74X1G00_5" -550 -450 60 H V C CNN
DRAW
+P 2 0 1 0 -300 -100 -500 -100 N
+P 2 0 1 0 -300 100 -500 100 N
+A -50 0 150 901 -901 0 1 0 N -50 -150 -50 150
+C 150 0 50 0 1 0 N
+P 5 0 1 0 -50 150 -300 150 -300 -150 -50 -150 -50 -150 N
+P 2 0 1 0 200 0 350 0 N
S -500 350 350 -350 0 1 0 N
-P 2 0 1 0 200 0 350 0 N
-P 5 0 1 0 -50 150 -300 150 -300 -150 -50 -150 -50 -150 N
-C 150 0 50 0 1 0 N
-A -50 0 150 901 -901 0 1 0 N -50 -150 -50 150
-P 2 0 1 0 -300 100 -500 100 N
-P 2 0 1 0 -300 -100 -500 -100 N
T 0 -100 300 50 0 0 0 VCC Normal 0
T 0 -100 -300 50 0 0 0 GND Normal 0
T 0 250 50 50 0 0 0 Y Normal 0
Modified: trunk/gta02-core/components/mkloe
===================================================================
--- trunk/gta02-core/components/mkloe 2009-05-26 19:36:58 UTC (rev 5060)
+++ trunk/gta02-core/components/mkloe 2009-05-26 20:04:34 UTC (rev 5061)
@@ -4,7 +4,7 @@
COMPS="aat1275irn k4m51323pe lis302dl pcf50633-04-n3 s3c2442 wm8753lgefl"
COMPS="$COMPS ms2v-t1s si1040x tas4025a"
COMPS="$COMPS exc24cb102u dtc123 fa2012 rt9013_b rt9702 rt9711_bd_5 varistor"
-COMPS="$COMPS 74x1g00 74x1g125 74x2g126"
+COMPS="$COMPS 74x1g00_5 74x1g125 74x2g126"
LIB=gta02-core.lib
for n in $COMPS; do
Modified: trunk/gta02-core/gta02-core.pro
===================================================================
--- trunk/gta02-core/gta02-core.pro 2009-05-26 19:36:58 UTC (rev 5060)
+++ trunk/gta02-core/gta02-core.pro 2009-05-26 20:04:34 UTC (rev 5061)
@@ -126,6 +126,6 @@
LibName19=./components/vibrator
LibName20=./components/mini_usb_b
LibName21=./components/smsn16-02-c.lib
-LibName21=./components/74x1g00.lib
-LibName21=./components/74x1g125.lib
-LibName21=./components/74x2g126.lib
+LibName22=./components/74x1g00_5.lib
+LibName23=./components/74x1g125.lib
+LibName24=./components/74x2g126.lib
More information about the commitlog
mailing list