]> begriffs open source - freertos/commit
Add new xTaskGetSystemState() API function to return raw data on each task in the...
authorRichard Barry <ribarry@amazon.com>
Tue, 2 Jul 2013 12:10:16 +0000 (12:10 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 2 Jul 2013 12:10:16 +0000 (12:10 +0000)
commitc1b4fc58d224db48521513cea387225a02a1e51d
treea04d8ba40e3ae76e26de287258f54cb65b02b6be
parent877ce218a4b38833c031f2def4539f487c426c0e
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().
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/tasks.c