FreeRTOS Scheduler Types
Pre-emptive Round robin Given the time slice, the scheduler will choose which task to run as planned. The fixed pattern will be repeated. Each task could be not completed by the time slice if the task needs more time. It will continue with the nex...
Jan 11, 20232 min read48