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
Since ESP-IDF has added SMP features to FreeRTOS it would be very helpful to see what core each task is running on.
I have made this change with a quick and dirty mod and it has helped me debug some task conflict problems very effectively as I had wrongly assumed all tasks were on the PRO core unless I had pinned them to the APP core, but this was not the case.
The text was updated successfully, but these errors were encountered:
@dmcnaugh, maybe post the dirty mod here, so it can be a starting point?
FayeY
changed the title
FreeRTOS xTaskList should be extended to show xCoreID for SMP
[TW#16439] FreeRTOS xTaskList should be extended to show xCoreID for SMP
Nov 14, 2017
Since ESP-IDF has added SMP features to FreeRTOS it would be very helpful to see what core each task is running on.
I have made this change with a quick and dirty mod and it has helped me debug some task conflict problems very effectively as I had wrongly assumed all tasks were on the PRO core unless I had pinned them to the APP core, but this was not the case.
The text was updated successfully, but these errors were encountered: