How many threads does RTEMS create?

2020-12-27 Thread Richi Dubey
Hi, When I am debugging the tm24 running on Strong APA scheduler, I can see that when the Tasks function is being executed, there are two threads with priority 2, with status SCHEDULER_SMP_NODE_BLOCKED in the list of threads,

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-27 Thread Niteesh G. S.
Hello Christian, On Sun, Dec 27, 2020 at 2:39 PM Christian Mauderer wrote: > Hello Niteesh, > > I pushed the two patches. > Thanks for pushing the patches. Thanks, Niteesh. > Best regards > > Christian > > On 22/12/2020 19:01, Niteesh G. S. wrote: > > Hello Christian, > > > > On Tue, Dec 22, 2

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-27 Thread Christian Mauderer
Hello Niteesh, I pushed the two patches. Best regards Christian On 22/12/2020 19:01, Niteesh G. S. wrote: Hello Christian, On Tue, Dec 22, 2020 at 6:33 PM Christian Mauderer > wrote: Hello Niteesh, On 19/12/2020 16:57, Niteesh G. S. wrote: > Hello C