mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-24 09:30:15 +00:00
Added: display xCoreID in vTaskList
Merges https://github.com/espressif/esp-idf/pull/2064
This commit is contained in:
@@ -181,6 +181,7 @@ typedef struct xTASK_STATUS
|
||||
uint32_t ulRunTimeCounter; /*!< The total run time allocated to the task so far, as defined by the run time stats clock. See http://www.freertos.org/rtos-run-time-stats.html. Only valid when configGENERATE_RUN_TIME_STATS is defined as 1 in FreeRTOSConfig.h. */
|
||||
StackType_t *pxStackBase; /*!< Points to the lowest address of the task's stack area. */
|
||||
uint32_t usStackHighWaterMark; /*!< The minimum amount of stack space that has remained for the task since the task was created. The closer this value is to zero the closer the task has come to overflowing its stack. */
|
||||
BaseType_t xCoreID; /*!< Core this task is pinned to */
|
||||
} TaskStatus_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user