mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-05 16:49:02 +01:00
Relegate the vTaskList() and vTaskGetRunTimeStats() functions to "sample" functions demonstrating how to use xTaskGetSystemState() to generate human readable status information. Introduce and default configINCLUDE_STATS_FORMATTING_FUNCTIONS which must now be defined to use vTaskList() and vTaskGetRunTimeStats().