Re: [PATCH] [RTEMS] Update RTEMS thread model

2015-09-14 Thread Gedare Bloom
On Mon, Sep 14, 2015 at 7:33 AM, Sebastian Huber wrote: > > > On 11/09/15 16:21, Aurelio Remonda wrote: >>> >>> The test runners are in "sim-scripts" make sure a "realview_pbx_a9_qemu >>> >-i ticker.exe" produces the expected output. >> >> Hi, silly question

Re: [PATCH] [RTEMS] Update RTEMS thread model

2015-09-14 Thread Aurelio Remonda
On Fri, Sep 11, 2015 at 11:34 AM, Joel Sherrill wrote: > > > On 9/11/2015 9:21 AM, Aurelio Remonda wrote: > >> The test runners are in "sim-scripts" make sure a "realview_pbx_a9_qemu >>> -i ticker.exe" produces the expected output. >>> >> >> Hi, silly question here,

Re: [PATCH v3] ARMv7M: Fix exception handler for supporting FPU

2015-09-14 Thread Martin Galvan
Hi everyone! Just checking in, was Sudarshan's patch commited? On Mon, Aug 31, 2015 at 4:49 PM, Gedare Bloom wrote: > Martin's ticket works, and his commit can #close it. > > On Mon, Aug 31, 2015 at 3:22 PM, sudarshan.rajagopalan > wrote: >>

Re: Patch for nested mutex project solving priority inversion problem for uniprocessor.

2015-09-14 Thread Sebastian Huber
On 14/09/15 02:24, Cyrille Artho wrote: Hi Sebastian, The example you linked to uses file locking meshed with mutexes. If you consider them to be just locks, then you are right that their accesses (acquire/release) are interleaved in an unordered way. The locks are mutexes in Newlib. For