Sebastian Huber commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/436#note_120248 The default value for the EDF schedulers should not be changed since this could break existing applications. The default value is present for 9 years already. This patch enables you to define in your application: ``` #define CONFIGURE_MAXIMUM_PRIORITY 255 ``` The EDF schedulers will then use this value (unless you have a clustered scheduler configuration). -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/436#note_120248 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs