FreeRTOS-Kernel/FreeRTOS/Source/include
Richard Barry c1b4fc58d2 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().
2013-07-02 12:10:16 +00:00
..
croutine.h Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
FreeRTOS.h Add new xTaskGetSystemState() API function to return raw data on each task in the system. 2013-07-02 12:10:16 +00:00
list.h Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
mpu_wrappers.h Ensure queue functions go into the privileged code section when the MPU version is in use. 2013-06-07 09:41:15 +00:00
portable.h Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
projdefs.h Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
queue.h Update QueueOverwrite.c to include a call to xQueuePeekFromISR(). 2013-06-28 09:21:39 +00:00
semphr.h Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
StackMacros.h Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
task.h Add new xTaskGetSystemState() API function to return raw data on each task in the system. 2013-07-02 12:10:16 +00:00
timers.h Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00