Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TW#16439] FreeRTOS xTaskList should be extended to show xCoreID for SMP #1260

Closed
dmcnaugh opened this issue Nov 11, 2017 · 4 comments
Closed

Comments

@dmcnaugh
Copy link
Contributor

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.

@chanibal
Copy link
Contributor

@dmcnaugh, maybe post the dirty mod here, so it can be a starting point?

@FayeY 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
@dmcnaugh
Copy link
Contributor Author

OK, here's a patch file for the quick and dirty mod I made.

Issue#1260.patch.zip

@dmcnaugh
Copy link
Contributor Author

I have create a Pull-Request #2064 Added: display xCoreID in vTaskList that has a proposed resolution to this issuie

@igrr
Copy link
Member

igrr commented Sep 26, 2018

Closing because linked PR has been merged.

@igrr igrr closed this as completed Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants