Menu

API differences

Stefan Gast

API differences between FreeRTOS and deadlineRTOS

To work well with the EDF scheduling policy, some API functions of FreeRTOS have been changed for deadlineRTOS. deadlineRTOS also introduces some new functions to control absolute and relative deadlines. Functions that are exclusively used to control fixed priorities have been removed from deadlineRTOS, as well as co-routine support.

Categories

[Task control (task.h)]
[Queues (queue.h)]
[Semaphores and mutexes (semphr.h)]


Related

Wiki: Home