Re: [atomthreads] A qustion about atomThreadSwitch

2012-09-12 Thread Kelvin Lawson
Hi Elvin, It might be a bit easier to understand with the comments left in: if (old_tcb != new_tcb) { /* Set the new currently-running thread pointer */ curr_tcb = new_tcb; /* Call the architecture-specific context switch */ archContextSwitch (old_tcb,

Re: [atomthreads] Thread entry parameter

2013-10-01 Thread Kelvin Lawson
Hi Holger, I was just wondering how you got on with Venray and Atomthreads in the end? Did the processor hit the road? Best regards, Kelvin. On 2 November 2012 08:12, Holger Teutsch holger.a.teut...@gmail.com wrote: Kelvin, On Fri, Nov 2, 2012 at 12:51 AM, Kelvin Lawson i...@atomthreads.com