mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 05:35:17 -05: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 | ||