Re: Priority aggregation question

2019-02-28 Thread Malte Münch
Thanks, that has been a helpful pointer. Best Malte On 28.02.19 12:05, Sebastian Huber wrote: > Hello Malte, > > for an example code to set the priority see > _Scheduler_EDF_Release_job(). Please note that you have to map the > priority values between API and internal formats, see > SCHEDULER_PR

Re: Priority aggregation question

2019-02-28 Thread Sebastian Huber
Hello Malte, for an example code to set the priority see _Scheduler_EDF_Release_job(). Please note that you have to map the priority values between API and internal formats, see SCHEDULER_PRIORITY_MAP(). -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Ger

Priority aggregation question

2019-02-28 Thread Malte Münch
Hello, i am currently playing around with resource sharing protocols and have a question regarding the priority aggregation behaviour of RTEMS. I have to tasks both with a "base" priority of 10. I set that priority via: rtems_task_set_scheduler(task1, sched0, 10); Later i am raising the priority