CIA.vc
openmoko
open. mobile. free.
Stats » Projects » openmoko
information
Photo
The world's first integrated open source platform for mobile phones.
syndicateUTC clock
13:55 on Feb 13, 2012
event counters
The last message was received 1.72 months ago at 23:57 on Dec 23, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
15687 messages since the first one, 4.99 years ago, for an average of 2.79 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
23:57 on Dec 23, 2011openmoko
Commit by werner :: r6008 /trunk/src/target/gpio/gpio-s3c6410.c: (link)
gpio-s3c6410.c (set_h): changed "dat" offset from 4 to 8 (by Andy Pevy)
#
17:36 on Dec 23, 2011openmoko
Commit by werner :: r6007 /trunk/src/target/gpio/gpio-s3c6410.c: (link)
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.
#
23:42 on Mar 24, 2011openmoko
Commit by werner :: r6006 /trunk/eda/fped/ (inst.c layer.c): (link)

fped: mechanical holes had incorrect layers

  • inst.c (inst_hole): set inst->u.hole.layers, not inst->u.pad.layers
  • layer.c (mech_hole_layers): holes don't need solder paste
#
08:25 on Mar 23, 2011openmoko
Commit by werner :: r6005 /trunk/eda/fped/fpd.y: (link)
fpd.y: dump() requires a dummy "one" argument here too, oops
#
08:07 on Mar 23, 2011openmoko
Commit by werner :: r6004 /trunk/eda/fped/postscript.c: (link)
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.
#
07:14 on Mar 23, 2011openmoko
Commit by werner :: r6003 /trunk/eda/fped/ (9 files): (link)
fped: added option -1 package to select a single package to output with -p/-P
#
06:45 on Mar 23, 2011openmoko
Commit by werner :: r6002 /trunk/eda/fped/postscript.c: (link)

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
#
23:16 on Mar 22, 2011openmoko
Commit by werner :: r6001 /trunk/eda/boom/ (misc.pl part2order prettyord): (link)

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
#
22:03 on Mar 22, 2011openmoko
Commit by werner :: r6000 /trunk/eda/boom/prettyord: (link)

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
#
00:54 on Jan 22, 2011openmoko
Commit by werner :: r5999 /trunk/eda/fped/gui.c: (link)

  • 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.)
#
00:30 on Jan 18, 2011openmoko
Commit by werner :: r5998 /trunk/eda/fped/ (11 files): (link)

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): "trace" pad instantition and conversion infrastructure
  • fpd.y (pad_type), dump.c (print_obj): .fpd file I/O for "trace" pads
  • postscript.c (prologue): added Postscript function "horpath" to produce horizontal stripes
  • postscript.c (hatch): show "trace" 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 "trace" pads
  • gui_status.c (show_pad_type): added "trace" pad type
  • README: added description of "trace" pads
  • README: added usage examples for the various pad types
#
06:56 on Dec 10, 2010openmoko
Commit by werner :: r5997 /trunk/eda/fped/test/tsort: (link)

  • test/tsort: "Aborted" doesn't get reported on all platforms, so we just remove it completely (reported by Nobuhiro Iwamatsu)
#
22:54 on Nov 01, 2010openmoko
Commit by werner :: r5996 /developers/werner/cncmap/ (3 files in 3 dirs): (link)

Accept "#" 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 "#" as comment character (in addition to "!")
#
02:59 on Nov 01, 2010openmoko
Commit by werner :: r5995 /developers/werner/cncmap/spool/spool.c: (link)
spool/spool.c: allow overriding of serial port with environment variable PORT
#
12:11 on Oct 31, 2010openmoko
Commit by werner :: r5994 /trunk/eda/fped/gui_inst.c: (link)

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
#
01:34 on Oct 31, 2010openmoko
Commit by werner :: r5993 /developers/werner/cncmap/Makefile: (link)
cncmap/Makefile: added "master" Makefile to build all the cncmap utilities
#
01:10 on Oct 25, 2010openmoko
Commit by werner :: r5992 /trunk/eda/boom/ (parser.pl testsub): (link)

New tool "boom testsub" 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 &parse_one directly
  • testsub: new tool to debug .sub rules. Option -d to print rules processing.
#
11:39 on Oct 24, 2010openmoko
Commit by werner :: r5991 /trunk/eda/boom/README: (link)
"Footprint" and "FP" were switched in table (reported by Wolfgang Spraul)
#
19:55 on Oct 18, 2010openmoko
Commit by werner :: r5990 /trunk/eda/boom/gen2chr: (link)

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 "translate"
  • boom/gen2chr: added new option -q to translate a word passed on the command line
#
01:42 on Oct 18, 2010openmoko
Commit by werner :: r5989 /trunk/eda/boom/README: (link)
Changed "reference number" to more consistent "part number" (reported by
Wolfgang Spraul)
#