according to the documentation, there's an option: CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID that enables the display of the core where each task is running when calling
Code: Select all
vTaskList()
It does not work; investigating, I've discovered that while that option is supported in tasks.c from the components/freertos folder (FreeRTOS v8.2.0), the one that's being used in the project is from components/tinyusb/lib/FreeRTOS/Source (ver. 10.0.1)
This version is more recent, but does not support this option - the option is however available in menuconfig.
Anyone can shed some light, please? Apart from the need to get the core ID, it does not seem to make sense.
My ESP-IDF is at v. 4.2.
Thanks,
jaime