You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
espidf-v5.1.1
From the document, it is seen that FreeRTOS supports time-sliced round-robin scheduling for tasks with the same priority. However, in the actual running of the demo, it will not rotate.
Do I need any special settings?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Will tasks with the same priority undergo time-slice rotation? 同优先级任务是否会时间片轮转?
Will tasks with the same priority undergo time-slice rotation? 同优先级任务是否会时间片轮转? (IDFGH-14713)
Feb 23, 2025
Hi @goukisun,
In ESP-IDF preemption and time-slicing are always enabled, it is not possible to disable one or the other. Can you tell me what demo you are using? There is no example provided in ESP-IDF demonstrating this feature.
Answers checklist.
General issue report
espidf-v5.1.1
From the document, it is seen that FreeRTOS supports time-sliced round-robin scheduling for tasks with the same priority. However, in the actual running of the demo, it will not rotate.
Do I need any special settings?
The text was updated successfully, but these errors were encountered: