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
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
2. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
3. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
4. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
5. r4839 - developers/roh ([EMAIL PROTECTED])
6. r4840 - developers/roh ([EMAIL PROTECTED])
7. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
8. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
--- Begin Message ---
packages/python/python-etk_svn.bb | 2 +-
packages/u-boot/u-boot-openmoko-devel_git.bb | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
New commits:
commit ed361ea0a1e274cfd8d4b1d132a1fb5c85bf0592
Author: John Lee <[EMAIL PROTECTED]>
Date: Mon Dec 1 21:46:35 2008 +0800
u-boot-openmoko-devel_git.bb: PE in asu.stable is 2, so this need to
be increased to 3 to exceed it.
commit 4b4bfc0ef6195ec0674be3418652ac8ca1fe1155
Author: John Lee <[EMAIL PROTECTED]>
Date: Mon Dec 1 21:16:07 2008 +0800
python-etk_svn.bb: increase PE again to *really* exceed asu.stable.
I wonder how many cases like this still exists.
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
packages/openmoko-projects/tichy_git.bb | 16 ++++++++++++++++
packages/openmoko-projects/tichy_svn.bb | 16 ----------------
3 files changed, 17 insertions(+), 17 deletions(-)
New commits:
commit 8b127a215ec591c2626af3f12235d14faec701b1
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Mon Dec 1 20:21:34 2008 +0100
tichy: This project moved from svn to git, catch up
- Move the SRC_URI to get, increase the PV after
the change
- Build the latest git version.
--- End Message ---
--- Begin Message ---
conf/checksums.ini | 4 +
conf/distro/include/preferred-om-2008-versions.inc | 2 +-
packages/bind/bind-9.3.6/conf.patch | 301 ++++++++++++++++++++
packages/bind/bind-9.3.6/configure.in.patch | 14 +
packages/bind/bind_9.3.6.bb | 42 +++
packages/tasks/task-openmoko-feed.bb | 4 +-
6 files changed, 364 insertions(+), 3 deletions(-)
New commits:
commit 30985fab978d59bd382cab2312f1fe24e29b839d
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Mon Dec 1 22:09:10 2008 +0100
task-openmoko-feed: Add bind-utils to the feed
commit 25f5ec7a66d55d5e594cbde921536918af4a3147
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Mon Dec 1 21:58:51 2008 +0100
bind: Add bind version 9.3.6
- Split the bind-utils into a new package
- epoll fails because it can not run the test. Do not use
epoll for bind... even if unlikely a resulting binary might
run on linux 2.4 and then things don't work...
--- End Message ---
--- Begin Message ---
packages/obexpush/files/opd_args | 1 +
packages/obexpush/obexpush_1.0.0.bb | 7 +++++--
packages/tasks/task-openmoko-feed.bb | 2 ++
3 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 7da955a109cf702151a338b7a84ff57e8b3523fb
Author: erin <[EMAIL PROTECTED]>
Date: Tue Dec 2 13:57:18 2008 +0800
add opd_args file to append arguments for starting opd
put few packages to task-openmoko-feed for bluetooth usage
--- End Message ---
--- Begin Message ---
Author: roh
Date: 2008-12-02 08:11:21 +0100 (Tue, 02 Dec 2008)
New Revision: 4839
Modified:
developers/roh/CHY48R_test.py
Log:
* add more RE details
Modified: developers/roh/CHY48R_test.py
===================================================================
--- developers/roh/CHY48R_test.py 2008-12-01 09:19:17 UTC (rev 4838)
+++ developers/roh/CHY48R_test.py 2008-12-02 07:11:21 UTC (rev 4839)
@@ -1,9 +1,61 @@
+#!/bin/python
+# -*- coding: utf8 -*-
+
# <insert GPLv2 foo here>
# (c) Joachim Steiger <[EMAIL PROTECTED]>
-# protocoll RE form serial log
+# protocol gathered by RE from serial log
+
+# example:
+# >001NV4+00052
+# >001N -> prefix?
+# V ->'si indicator', DC voltage
+# 4 -> range indicator, 4 digits before dot
+# + -> sign, positive
+# 00052 -> value, 5.2 Volt
+
+# known details:
+
+# prefixes
+# >001N
+
+# si indicators
+# V DC voltage in V
+# v AC voltage in V
+# A AC current
+# a AC current
+# T Temperature in °C
+# t Temperature in °F
+# R Resistance
+# D diode tester
+# L logic tester?
+# F Frequency?
+# M <FIXME> some mode reachable via F and select, like FD, measures
milliseconds?
+# C Memory read/save/clr (range=M) / Capacity (range=0-5)
+
+# range indicator
+# Vv 0-4 number of digits left of the decimal dot
+# Tt 1-0,d temperature input number[0,1, T1-T2 (=d), always 4 digits left
of the decimal dot, one right
+# Aa 4-0 4 -> 2 digits in A / 5 digits in mA , 3 -> 3 digits in mA, 2 ->
2 digits in mA, 1 > 1 digit in mA, 0 -> 3 digits in µA
+# R 0-5 0 -> 3 digits in Ohm, 1 -> 4 digits in Ohm, 2 -> 5 digits in
Ohm, 3 -> 3 digits in kOhm, 4 -> 4 digits in kOhm, 5 -> 5 digits in kOhm
+# D 9 4 digits in mA
+# L L,N,H L -> low, H -> high, N -> neutral (ttl levels), 2 digits in kHz
+# F 3-0,D 3 -> 4 digits in Hz, 2 -> 3 digits in Hz, <FIXME> D -> duty
cycle in %?
+# M 1 <FIXME>
+# C M <FIXME> only +OL---
+# C 0-7 0 -> 4 digit picoFarad, 1 -> 5 digit picoFarad, 2 -> 3 digit in
nanoFarad, 3 -> 4 digit in nanoFarad , 4 -> 2 digits µFarad, 5 -> 4 digit
µFarad, 6 -> 5 digit µFarad, 7 -> 3 digit mF
+
+# sign and value
+# sign
+# + positive
+# - negative
+# value
+# seems to be always 5 digit long
+# special case: 'Change' -> during range-change (including autorange, eg. on F)
+# special case: '+OL---' -> open leads
+
import serial
-ser = serial.Serial('/dev/ttyUSB0', 9600, timeout=0.1,
+ser = serial.Serial('/dev/ttyUSB0', 9600, timeout=0.2,
parity=serial.PARITY_EVEN, rtscts=1)
print ser.portstr
--- End Message ---
--- Begin Message ---
Author: roh
Date: 2008-12-02 09:52:31 +0100 (Tue, 02 Dec 2008)
New Revision: 4840
Modified:
developers/roh/CHY48R_test.py
Log:
* fix typo
Modified: developers/roh/CHY48R_test.py
===================================================================
--- developers/roh/CHY48R_test.py 2008-12-02 07:11:21 UTC (rev 4839)
+++ developers/roh/CHY48R_test.py 2008-12-02 08:52:31 UTC (rev 4840)
@@ -37,7 +37,7 @@
# Tt 1-0,d temperature input number[0,1, T1-T2 (=d), always 4 digits left
of the decimal dot, one right
# Aa 4-0 4 -> 2 digits in A / 5 digits in mA , 3 -> 3 digits in mA, 2 ->
2 digits in mA, 1 > 1 digit in mA, 0 -> 3 digits in µA
# R 0-5 0 -> 3 digits in Ohm, 1 -> 4 digits in Ohm, 2 -> 5 digits in
Ohm, 3 -> 3 digits in kOhm, 4 -> 4 digits in kOhm, 5 -> 5 digits in kOhm
-# D 9 4 digits in mA
+# D 9 4 digits in mV
# L L,N,H L -> low, H -> high, N -> neutral (ttl levels), 2 digits in kHz
# F 3-0,D 3 -> 4 digits in Hz, 2 -> 3 digits in Hz, <FIXME> D -> duty
cycle in %?
# M 1 <FIXME>
--- End Message ---
--- Begin Message ---
src/server/phone/dialer/touch/dialer.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
New commits:
commit ba3f443faec4cefcd3805158eef70921ed39f3de
Author: Jeremy Chang <[EMAIL PROTECTED]>
Date: Tue Dec 2 16:53:16 2008 +0800
[dialer] Use show() instead of showMaximized() when launching "select
contact" dialog.
showMaximized seems to mess up the geom of the "select contact"
dialog.
This is for fixing #2142. http://docs.openmoko.org/trac/ticket/2142
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 12214176d908b7517d9b170f10f0ce6d169bc971
Author: I-Fan, Chen <[EMAIL PROTECTED]>
Date: Tue Dec 2 17:34:11 2008 +0800
Assassin: Bump up assassin to 268
Let the last item can be clicked.
related to ticket #2141
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog