Re: [PATCH 1/8] Adding pipe support

2016-12-22 Thread Sebastian Huber
Thanks, I checked in your patches (merged them into two commits). -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on

Re: RTEMS SMP Status Report v3

2016-12-22 Thread Chris Johns
On 22/12/2016 21:43, Sebastian Huber wrote: - Chris Johns schrieb: On 22/12/2016 01:19, Sebastian Huber wrote: The POSIX API provides no binary semaphores, so task/interrupt synchronization is a problem. So, for drivers there is still a need for some RTEMS-specific APIs. I like the idea

Re: RTEMS SMP Status Report v3

2016-12-22 Thread Sebastian Huber
- Cudmore, Alan P. (GSFC-5820) schrieb: > Interesting. On our 40Mhz Coldfire CPU, one of our developers did note how > the RTEMS semaphore calls were slow. It would be quite interesting if you could run the tmtests with your version and the current Git master. The new tmfine01 tests some

Re: RTEMS SMP Status Report v3

2016-12-22 Thread Sebastian Huber
- Chris Johns schrieb: > On 22/12/2016 01:19, Sebastian Huber wrote: > > The POSIX API provides no binary semaphores, so task/interrupt > > synchronization is a problem. So, for drivers there is still a need for > > some RTEMS-specific APIs. > > I like the idea of NP additions help us here.