How to make vTaskList functional in VS Code and Platformio
Posted: Sun Sep 12, 2021 8:47 pm
Hi, I am trying to debug my code (without debuger) and I found this function (vTaskList) in FreeRTOS . I was able to run it in VS Code and ESP-IDF with some settings for FreeRTOS, but I can not do that for project in Platformio. I would switch to ESP-IDF, but there I couldnt make functional libraries from arduino. Can someone please write step by step manual, how to change setings for FreeRTOS in project created in VS Code and Platformio? Thank you very much in advance.