Page 1 of 1

Collect all task witch run in our board

Posted: Thu Sep 20, 2018 6:38 pm
by mohameamine
Hello,
I have a application with many tasks. How can'i collect all runing task over esp32 borad (applicatif tasks and sdk tasks)?

Thanks.

Re: Collect all task witch run in our board

Posted: Fri Sep 21, 2018 8:07 pm
by chegewara
Maybe this code can help you:
https://github.com/nkolban/ESP32_Explor ... #L151-L173
Retrieve info about task:
https://github.com/nkolban/ESP32_Explor ... pp#L56-L59

And some output example from this code:
Image

Re: Collect all task witch run in our board

Posted: Fri Sep 21, 2018 9:05 pm
by fly135
Wow! That's cool. Good job Neil.