Re: Doubt in importance of SCHEDULER_PRIORITY_APPEND

2021-01-17 Thread Sebastian Huber
On 18/01/2021 07:30, Richi Dubey wrote: Hi, Can someone please explain to me why we add 1 to the priority in SCHEDULER_PRIORITY_APPEND? /**  * @brief Returns the priority control with the append indicator bit set.  */ #define SCHEDULER_PRIORITY_APPEND( priority )  \   ( ( priority ) | SCHEDU

Doubt in importance of SCHEDULER_PRIORITY_APPEND

2021-01-17 Thread Richi Dubey
Hi, Can someone please explain to me why we add 1 to the priority in SCHEDULER_PRIORITY_APPEND? /** * @brief Returns the priority control with the append indicator bit set. */ #define SCHEDULER_PRIORITY_APPEND( priority ) \ ( ( priority ) | SCHEDULER_PRIORITY_APPEND_FLAG ) What's the reason

Re: Fwd: [rtems-source-builder commit] 6/7: Update unstable RTEMS 6/7 tool chain

2021-01-17 Thread Sebastian Huber
On 17/01/2021 21:23, Joel Sherrill wrote: Does this fix the build failure for what looks to be all 6 toolchains over the weekend? No, there seems to be a CentOS 7.9 specific issue with the  GDB build: https://sourceware.org/pipermail/gdb-patches/2021-January/175152.html -- embedded brains Gm

Fwd: [rtems-source-builder commit] 6/7: Update unstable RTEMS 6/7 tool chain

2021-01-17 Thread Joel Sherrill
Does this fix the build failure for what looks to be all 6 toolchains over the weekend? -- Forwarded message - From: Sebastian Huber Date: Sun, Jan 17, 2021 at 2:19 PM Subject: [rtems-source-builder commit] 6/7: Update unstable RTEMS 6/7 tool chain To: Module:rtems-source-

Re: What is the expected thread execution in tm24?

2021-01-17 Thread Richi Dubey
Hi, Sorry for my late reply, I missed this email in my inbox for some reason. Thank you for your quick reply. every REST thread having a unique priority. a unique priority which is the same for all the OPERATION_COUNT REST threads, right? Rest(pri=2) >- rtems_task_exit > more Rest thr