<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/openmoko</link><counters><counter name="forever" lastEventTime="1324684639" firstEventTime="1171659405">15687</counter></counters><metadata><item name="subtitle"><value type="text/plain">open. mobile. free.</value></item><item name="description"><value type="text/plain">The world's first integrated open source platform for mobile phones.</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">openmoko</value></item><item name="url"><value type="text/plain">http://www.openmoko.org</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6008</revision><author>werner</author><log>gpio-s3c6410.c (set_h): changed &quot;dat&quot; offset from 4 to 8 (by Andy Pevy)   </log><diffLines>18</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/src/target/gpio/gpio-s3c6410.c">trunk/src/target/gpio/gpio-s3c6410.c</file></files></commit></body><timestamp>1324684639</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6007</revision><author>werner</author><log>gpio-s3c6410.c (set_h): correct offset of pull-up register (by Andy Pevy)

Andy wrote:

  In the set_h function, the offset used for calculating the pud
  register address is set to 8 but the actual offset for the 3 registers
  that use the function (GPIO ports H, K and L) should be 0x0C.

  I have changed my code and I can now successfully use port K
  on my application.   </log><diffLines>18</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/src/target/gpio/gpio-s3c6410.c">trunk/src/target/gpio/gpio-s3c6410.c</file></files></commit></body><timestamp>1324661761</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6006</revision><author>werner</author><log>fped: mechanical holes had incorrect layers

- inst.c (inst_hole): set inst-&gt;u.hole.layers, not inst-&gt;u.pad.layers
- layer.c (mech_hole_layers): holes don't need solder paste   </log><diffLines>30</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/inst.c">trunk/eda/fped/inst.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/layer.c">trunk/eda/fped/layer.c</file></files></commit></body><timestamp>1301010170</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6005</revision><author>werner</author><log>fpd.y: dump() requires a dummy &quot;one&quot; argument here too, oops   </log><diffLines>15</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/fpd.y">trunk/eda/fped/fpd.y</file></files></commit></body><timestamp>1300868723</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6004</revision><author>werner</author><log>hack: set errno to ENOENT when -1 fails, so that the error isn't too ugly

The caller assumes that any error would be signaled via errno. A proper
solution would be to allow also for non-errno errors.   </log><diffLines>22</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/postscript.c">trunk/eda/fped/postscript.c</file></files></commit></body><timestamp>1300867652</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6003</revision><author>werner</author><log>fped: added option  -1 package  to select a single package to output with -p/-P   </log><diffLines>430</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/dump.c">trunk/eda/fped/dump.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/dump.h">trunk/eda/fped/dump.h</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/file.c">trunk/eda/fped/file.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/file.h">trunk/eda/fped/file.h</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/fped.c">trunk/eda/fped/fped.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/kicad.c">trunk/eda/fped/kicad.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/kicad.h">trunk/eda/fped/kicad.h</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/postscript.c">trunk/eda/fped/postscript.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/postscript.h">trunk/eda/fped/postscript.h</file></files></commit></body><timestamp>1300864454</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6002</revision><author>werner</author><log>fped: don't output pad names consisting only of spaces

Such names have an invalid size and may trip the Postscript/PDF interpreter.

- postscript.c (ps_pad_name): don't output names consisting only of spaces   </log><diffLines>19</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/postscript.c">trunk/eda/fped/postscript.c</file></files></commit></body><timestamp>1300862709</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6001</revision><author>werner</author><log>boom: order component references correctly

- misc.pl (cmp_cref): helper function to order component references by
  name and number
- part2order: sort component references using cmp_cref
- prettyord: sort component references using cmp_cref   </log><diffLines>55</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/misc.pl">trunk/eda/boom/misc.pl</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/part2order">trunk/eda/boom/part2order</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/prettyord">trunk/eda/boom/prettyord</file></files></commit></body><timestamp>1300835776</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>6000</revision><author>werner</author><log>prettyord: added SMT fab type BOM output

- prettyord: new option -f to generate SMT fab output
- prettyord: new option -c to generate CSV output
- prettyord: new option -r to sort by component reference (instead of
  part number)
- prettyord (usage): added description of options   </log><diffLines>106</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/prettyord">trunk/eda/boom/prettyord</file></files></commit></body><timestamp>1300831433</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5999</revision><author>werner</author><log>- gui.c (change_world_reselect): take into account that we may get called
  with a selected object but no selected instance. In this case, don't try to
  re-select. (Not perfect, but better than the crash this caused so far.)   </log><diffLines>24</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/gui.c">trunk/eda/fped/gui.c</file></files></commit></body><timestamp>1295657697</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5998</revision><author>werner</author><log>Added a new pad type: trace pads, for antennas and other trace-like elements.

- layer.h (enum pad_type): added pad type pt_trace
- layer.c (pad_type_to_layers, layers_to_pad_type), inst.c (inst_pad):
  &quot;trace&quot; pad instantition and conversion infrastructure
- fpd.y (pad_type), dump.c (print_obj): .fpd file I/O for &quot;trace&quot; pads
- postscript.c (prologue): added Postscript function &quot;horpath&quot; to produce
  horizontal stripes
- postscript.c (hatch): show &quot;trace&quot; pads with horizontal stripes
- gui_style.h (gc_pad_trace), gui_style.c (gc_pad_trace, gui_setup_style),
  gui_inst.c (pad_gc): added visualization of &quot;trace&quot; pads
- gui_status.c (show_pad_type): added &quot;trace&quot; pad type
- README: added description of &quot;trace&quot; pads
- README: added usage examples for the various pad types   </log><diffLines>331</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/README">trunk/eda/fped/README</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/dump.c">trunk/eda/fped/dump.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/fpd.y">trunk/eda/fped/fpd.y</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/gui_inst.c">trunk/eda/fped/gui_inst.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/gui_status.c">trunk/eda/fped/gui_status.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/gui_style.c">trunk/eda/fped/gui_style.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/gui_style.h">trunk/eda/fped/gui_style.h</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/inst.c">trunk/eda/fped/inst.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/layer.c">trunk/eda/fped/layer.c</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/layer.h">trunk/eda/fped/layer.h</file><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/postscript.c">trunk/eda/fped/postscript.c</file></files></commit></body><timestamp>1295310659</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5997</revision><author>werner</author><log>- test/tsort: &quot;Aborted&quot; doesn't get reported on all platforms, so we just
  remove it completely (reported by Nobuhiro Iwamatsu)   </log><diffLines>25</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/test/tsort">trunk/eda/fped/test/tsort</file></files></commit></body><timestamp>1291964205</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5996</revision><author>werner</author><log>Accept &quot;#&quot; as comment character in gnuplot data files.

Misread the documentation - on Unix, only # is a valid comment character in
gnuplot data files. So we treat it as such now.
 
- gp2rml/gp2rml.c (process_file), zmap/main.c (process_file), align/align.c
  (process_file): accept &quot;#&quot; as comment character (in addition to &quot;!&quot;)      </log><diffLines>54</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/developers/werner/cncmap/align/align.c">developers/werner/cncmap/align/align.c</file><file action="modify" uri="http://svn.openmoko.org/developers/werner/cncmap/gp2rml/gp2rml.c">developers/werner/cncmap/gp2rml/gp2rml.c</file><file action="modify" uri="http://svn.openmoko.org/developers/werner/cncmap/zmap/main.c">developers/werner/cncmap/zmap/main.c</file></files></commit></body><timestamp>1288652080</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5995</revision><author>werner</author><log>spool/spool.c: allow overriding of serial port with environment variable PORT   </log><diffLines>43</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/developers/werner/cncmap/spool/spool.c">developers/werner/cncmap/spool/spool.c</file></files></commit></body><timestamp>1288580363</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5994</revision><author>werner</author><log>The box coordinates were not properly initialized in gui_draw_pad_text

- gui_inst.c (gui_draw_pad_text): box_min and box_max were initialized to
  an undefined value, upsetting valgrind and yielding an incorrect
  location if pad and hole had the same size   </log><diffLines>22</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/fped/gui_inst.c">trunk/eda/fped/gui_inst.c</file></files></commit></body><timestamp>1288527080</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5993</revision><author>werner</author><log>cncmap/Makefile: added &quot;master&quot; Makefile to build all the cncmap utilities   </log><diffLines>15</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="add" uri="http://svn.openmoko.org/developers/werner/cncmap/Makefile">developers/werner/cncmap/Makefile</file></files></commit></body><timestamp>1288488893</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5992</revision><author>werner</author><log>New tool &quot;boom testsub&quot; to process .sub rules on a set of parameters.

Example:
boom testsub atrf.sub VR3 5V6 0402

- parser.pl: reset $mode globally so that we can call &amp;parse_one directly
- testsub: new tool to debug .sub rules. Option -d to print rules processing.   </log><diffLines>73</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/parser.pl">trunk/eda/boom/parser.pl</file><file action="add" uri="http://svn.openmoko.org/trunk/eda/boom/testsub">trunk/eda/boom/testsub</file></files></commit></body><timestamp>1287969014</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5991</revision><author>werner</author><log>&quot;Footprint&quot; and &quot;FP&quot; were switched in table (reported by Wolfgang Spraul)   </log><diffLines>15</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/README">trunk/eda/boom/README</file></files></commit></body><timestamp>1287920388</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5990</revision><author>werner</author><log>Added interactive query mode (-q word) to gen2chr.

- boom/gen2chr: added proper command-line parsing so that -d and -n can now be
  in any order
- boom/gen2chr: moved part name translation to separate function &quot;translate&quot;
- boom/gen2chr: added new option -q to translate a word passed on the command
  line   </log><diffLines>87</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/gen2chr">trunk/eda/boom/gen2chr</file></files></commit></body><timestamp>1287431738</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>openmoko</project></source><body><commit><revision>5989</revision><author>werner</author><log>Changed &quot;reference number&quot; to more consistent &quot;part number&quot; (reported by
Wolfgang Spraul)   </log><diffLines>15</diffLines><url>http://svnweb.openmoko.org/</url><files><file action="modify" uri="http://svn.openmoko.org/trunk/eda/boom/README">trunk/eda/boom/README</file></files></commit></body><timestamp>1287366147</timestamp></message></recentMessages></statsTarget>
