Re: Informal poll, change to git?

2011-05-31 Thread Rene Peinthor
It's a long time I did the last patch for Rockbox, but when I was working for Rockbox the only easy option was git-svn. Simple because I could work in my own local branch and prepare patches and keep them easily in sync with trunk/master. I think git would be the perfect choice, it would be

Re: getting in early... the android apk plan?

2010-08-11 Thread Rene Peinthor
On Wed, Aug 11, 2010 at 10:37 AM, Jonathan Gordon jdgo...@gmail.com wrote: If a new build is pushed to the market every single commit then that would be painfully annoying for users. If a new build is only pushed on releases then there is no room for the nightly/svn builds or even custom

Re: Switching to the new distributed build system

2009-07-16 Thread Rene Peinthor
Hi! Seems on one of my machines the client died tonight, when I try to restart it, I get the following message: 2009-07-17 07:46:19 Starting client oldsch00l.com, revision 27, cores 1 2009-07-17 07:46:19 HELLO 27 arm,m68k,sh,mipsel,sdl rp:pass oldsch00l.comi686 32 Linux 2009-07-17 07:46:19

Re: Switching to the new distributed build system

2009-07-15 Thread Rene Peinthor
Hi Björn! Just installed the client and started it, is it normal to get a score of 0? 2009-07-15 21:13:38 Starting client rp_huriana, revision 27. 10581 bogomips and 2 cores. 2009-07-15 21:13:39 HELLO 27 arm,m68k,sh,mipsel,sdl [removed] rp_huriana x86_64 64 GNU/Linux 10581 2009-07-15 21:13:39

Re: Switching to the new distributed build system

2009-07-15 Thread Rene Peinthor
Understood, thanks. Rene

Re: build servers with mipsel toolchain needed

2009-03-10 Thread Rene Peinthor
Built mipsel and edited acbuild.pl for oldsch00l.com. Rene

r20105: Enable USB mass storage on PP5020, PP5022 and PP5024 targets

2009-02-26 Thread Rene Peinthor
Hi all! Since USB is now enabled, on this PP targets, will the insert USB cable behavior also change? I mean that rockbox will be the default boot target then and not the OF? If not can someone post a patch to change the default to rockbox(or give me a hint for the lines to change)? I guess for

Re: r20105: Enable USB mass storage on PP5020, PP5022 and PP5024 targets

2009-02-26 Thread Rene Peinthor
Thank you, should have checked the tracker myself

Re: question about revision numbers in svn

2008-11-26 Thread Rene Peinthor
On Wed, Nov 26, 2008 at 10:03 AM, alex wallis [EMAIL PROTECTED]wrote: So what is the www tree? i'm assuming that's not the actual website? why not? Regards Rene

Re: Optimizing to functions for a plugin

2008-10-15 Thread Rene Peinthor
static unsigned long string_to_long(const char* toConvert) { unsigned long result = 0; const char* c; unsigned int i; unsigned long pow_of_10 = 1; for(c = toConvert[ rb-strlen(toConvert)-1]; c != toConvert; --c) { result += char_to_long(*c) * pow_of_10;

Re: using colinux with rockbox

2008-02-25 Thread Rene Peinthor
On Tue, Feb 26, 2008 at 2:15 AM, David Hall [EMAIL PROTECTED] wrote: Mark Allums wrote: David Hall wrote: As for the claim it is not a full operating system I'm not sure what it lacks. There is not an X windows system in the Rockbox distributed coLinux - but we don't need one. Only

Re: Contributing 'Sansa Base Station' code for the Rockbox E200 port

2008-01-19 Thread Rene Peinthor
On Jan 19, 2008 1:25 AM, Jerry Van Baren [EMAIL PROTECTED] wrote: Hans-Dieter Stich wrote: Hi there, as an enthusiastic user of the Rockbox port on my brand new Sansa E280 I would like to use the Rockbox also when the Sansa is plugged into the Sansa Base Station and controlled by the

Re: Cross Compiler for Sandisk Sansa V2?

2008-01-03 Thread Rene Peinthor
On Jan 3, 2008 4:38 PM, Jeffrey Ollie [EMAIL PROTECTED] wrote: I'd like to get a cross compiler set up so that I can help with porting rockbox to the SanDisk Sansa V2 (I've never done any embedded work before but at least I can do some testing). I've been looking over the instructions for

Re: The SanDisk Sansa Version Two

2007-11-29 Thread Rene Peinthor
with the chip production/usage. If we have still have open questions which are regarded to the chip and not answered by the data sheet i can try to contact the person. Rene Peinthor

Re: USB driver/framework

2007-11-21 Thread Rene Peinthor
On Nov 21, 2007 11:52 AM, Daniel Stenberg [EMAIL PROTECTED] wrote: On Wed, 21 Nov 2007, Rene Peinthor wrote: I am curios what happened to the work of the Google summer of code USB stack? It has been stalling a bit when Christian has had other things to do. In the mean time, Björn