vTaskList() and others....

themindfactory
Posts: 32
Joined: Mon Mar 26, 2018 7:57 pm

vTaskList() and others....

Postby themindfactory » Sat Apr 27, 2024 1:37 am

This function and others that do task stats seem to be enabled, I found them in a few .h files, and no matter what I do I can not link it in the Arduino IDE.

I have also tried the:

Code: Select all

extern "C" {
  void vTaskGetRunTimeStats(char *);
};
As I assume they are not CPP files... but to no avail... still no go...

Anyone?? :-)

lbernstone
Posts: 792
Joined: Mon Jul 22, 2019 3:20 pm

Re: vTaskList() and others....

Postby lbernstone » Sat Apr 27, 2024 1:51 am

Enabling system trace requires a significant amount of memory, so it is disabled in arduino-esp32

themindfactory
Posts: 32
Joined: Mon Mar 26, 2018 7:57 pm

Re: vTaskList() and others....

Postby themindfactory » Sat Apr 27, 2024 2:50 am

hmm thought I saw that enabled too :-)

bummer.... trying to see how much horsepower each task is using, to make sure I am not running out!

R.

Who is online

Users browsing this forum: Google [Bot] and 102 guests