]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / WizNET_DEMO_TERN_186 / FreeRTOSConfig.h
index 50ff46703320f6f23d362a1c9318ec14aa17dfc6..b6c476d5357f831cf40e2662dc60683ce1688097 100644 (file)
@@ -115,6 +115,11 @@ 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
 \r
 \r