]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC / FreeRTOSConfig.h
index 48d92c54a6669ad16d088035accedbb14b990215..ddef22ecb9e0b6a284649cfb9ef0371b4d9b5c06 100644 (file)
@@ -146,6 +146,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 statement defined for debug builds. */\r
 #ifdef DEBUG\r
        #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }\r