Re: [Emc-developers] Off Topic - Thread-safety in Arduino

2014-09-06 Thread David Armstrong
their using gcc-avr Andy , if your using the latest 4.8 then it supports C11++ there also building it using Eclipse ide , so should build across win, linux & mac On 6 September 2014 02:50, andy pugh wrote: > On 5 September 2014 14:42, Chris Lesiak wrote: > > > The C++11 standard addresses th

Re: [Emc-developers] Off Topic - Thread-safety in Arduino

2014-09-05 Thread andy pugh
On 5 September 2014 14:42, Chris Lesiak wrote: > The C++11 standard addresses threads and a memory model necessary for > reasoning about concurrency. > > Here is a reading list. Thanks. I made a start but clearly a reasoned response will take longer. The first question has to be whether the Ard

Re: [Emc-developers] Off Topic - Thread-safety in Arduino

2014-09-05 Thread Chris Lesiak
On 09/05/2014 05:41 AM, andy pugh wrote: > Are there any basic guidleines about thread safety on such a platform? > One thing that somewhat worried me was when the main developer talked > about "wrapping eveything in C++ for readability" whereas AFAIK all > Linux realtime code is pure C? > The C+