]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / CORTEX_Kinetis_K60_Tower_IAR / FreeRTOSConfig.h
index ed38298e9fa581020e75b1ddf53d40c69e055040..5a50d6451c23774b5a45041017cd9ebeaa608645 100644 (file)
@@ -128,6 +128,12 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        1\r
 #define INCLUDE_vTaskDelay                             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
 /* Run time stats gathering definitions. */\r
 #ifdef __ICCARM__\r
        /* The #ifdef just prevents this C specific syntax from being included in\r