]> git.sur5r.net Git - freertos/commit
Add new xTaskGetSystemState() API function to return raw data on each task in the...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 2 Jul 2013 12:10:16 +0000 (12:10 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 2 Jul 2013 12:10:16 +0000 (12:10 +0000)
commite66d7b7232904654c6be676ee7e9c02b9846cec1
treea04d8ba40e3ae76e26de287258f54cb65b02b6be
parent58e46ae26e0eb5e0635a318813ddff3ea1708f1f
Add new xTaskGetSystemState() API function to return raw data on each task in the system.
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().

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1960 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/tasks.c