mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:51:16 +08:00
Uses the CONFIGURE_MAXIMUM_PRIORITY to set the priority range for EDF and CBS schedulers under the control of applications. The default priority behavior is now the same as other schedulers. The user API to get a task's current priority returns 0 for deadline driven tasks. Fixes #5390