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. r5285 - trunk/gta02-core (wer...@docs.openmoko.org)
2. r5286 - trunk/gta02-core/kicad-patches (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-07-03 15:24:22 +0200 (Fri, 03 Jul 2009)
New Revision: 5285
Added:
trunk/gta02-core/gta02-core.erx
Log:
ERC exception list. (Needs KiCad r1857 plus our patch set.)
Added: trunk/gta02-core/gta02-core.erx
===================================================================
--- trunk/gta02-core/gta02-core.erx (rev 0)
+++ trunk/gta02-core/gta02-core.erx 2009-07-03 13:24:22 UTC (rev 5285)
@@ -0,0 +1,5 @@
+# suppress errors caused by parallel power output pins
+U1701 58 U1701 59 # PCF50633 SYSx
+U1701 42 U1701 43 # PCF50633 AUTOOUTx
+U7609 2 U7609 3 # SI1040X OUT
+U7610 2 U7610 3 # SI1040X OUT
--- End Message ---
--- Begin Message ---
Author: werner
Date: 2009-07-03 18:10:20 +0200 (Fri, 03 Jul 2009)
New Revision: 5286
Modified:
trunk/gta02-core/kicad-patches/erc-exceptions.patch
Log:
Tentative fix for unicode problem.
Modified: trunk/gta02-core/kicad-patches/erc-exceptions.patch
===================================================================
--- trunk/gta02-core/kicad-patches/erc-exceptions.patch 2009-07-03 13:24:22 UTC
(rev 5285)
+++ trunk/gta02-core/kicad-patches/erc-exceptions.patch 2009-07-03 16:10:20 UTC
(rev 5286)
@@ -29,7 +29,7 @@
Index: kicad/eeschema/erc.cpp
===================================================================
--- kicad.orig/eeschema/erc.cpp 2009-07-03 10:05:43.000000000 -0300
-+++ kicad/eeschema/erc.cpp 2009-07-03 10:19:15.000000000 -0300
++++ kicad/eeschema/erc.cpp 2009-07-03 12:50:34.000000000 -0300
@@ -267,6 +267,188 @@
}
@@ -245,7 +245,7 @@
+ if( g_EESchemaVar.NbExceptionErc >= 0)
+ num.Printf( wxT( "%d (%d exception%s)" ), g_EESchemaVar.NbErrorErc,
+ g_EESchemaVar.NbExceptionErc,
-+ g_EESchemaVar.NbExceptionErc == 1 ? "" : "s" );
++ g_EESchemaVar.NbExceptionErc == 1 ? wxT( "" ) : wxT( "s" ) );
+ else
+ num.Printf( wxT( "%d" ), g_EESchemaVar.NbErrorErc );
m_TotalErrCount->SetLabel( num );
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog