]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator / ConfigurationFiles / FreeRTOSConfig.h
index 35116afcae361d3f35dc13096b3d8277992adf85..a6c87a6e6d84e3253c42626b6ae29c0435f828b6 100644 (file)
@@ -145,6 +145,12 @@ to exclude the API function. */
 #define INCLUDE_xTaskGetIdleTaskHandle         0\r
 #define INCLUDE_xQueueGetMutexHolder           1\r
 \r
+/* This demo makes use of one or more example stats formatting functions.  These\r
+format the raw data provided by the xTaskGetSystemState() function in to human\r
+readable ASCII form.  See the notes in the implementation of vTaskList() within \r
+FreeRTOS/Source/tasks.c for limitations. */\r
+#define configINCLUDE_STATS_FORMATTING_FUNCTIONS       1\r
+\r
 /* Assert call defined for debug builds. */\r
 #ifdef _DEBUG\r
        extern void vAssertCalled( const char *pcFile, unsigned long ulLine );\r