Page 1 of 1

how to increase task stack size on visual studio code?

Posted: Thu Jul 16, 2020 7:05 am
by masdel
is this possible?

if possible,how can I increase task stack size on visual studio code?

thank you for your help

Re: how to increase task stack size on visual studio code?

Posted: Thu Jul 23, 2020 1:52 am
by ESP_bignacio
It is a parameter that you specify programmatically on the esp-idf task creation method API using usStackDepth as explained in the Task API here: https://docs.espressif.com/projects/esp ... ask%20size

I'm not sure why would you like to control on vscode if it is defined on each task...