]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / CORTEX_LPC1768_IAR / FreeRTOSConfig.h
index e8481f1ae914fc86603322ac390f424522def7fd..8719c1fdd501536fbdaede076c9c9df77e2fd3af 100644 (file)
@@ -121,6 +121,12 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                                     1\r
 #define INCLUDE_uxTaskGetStackHighWaterMark    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
 /*-----------------------------------------------------------\r
  * Ethernet configuration.\r
  *-----------------------------------------------------------*/\r