mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 01:07:47 -04:00
* Fix Tasks.c patch, line numbers were out of sync and patching was
broken.
* Add assumption to TaskCreate proof that a task's priority is less than
the configured max.
With the introduction of
|
||
---|---|---|
.. | ||
TaskCheckForTimeOut | ||
TaskCreate | ||
TaskDelay | ||
TaskDelete | ||
TaskGetCurrentTaskHandle | ||
TaskGetSchedulerState | ||
TaskGetTaskNumber | ||
TaskGetTickCount | ||
TaskIncrementTick | ||
TaskPrioritySet | ||
TaskResumeAll | ||
TaskSetTimeOutState | ||
TaskStartScheduler | ||
TaskSuspendAll | ||
TaskSwitchContext |