]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / WIN32-MSVC-lwIP / FreeRTOSConfig.h
index 692f9113850033780eb66332bed8acf9fc640a05..8dd784b03e4ac844d34852ce5a685440594c9129 100644 (file)
@@ -132,6 +132,12 @@ to exclude the API function. */
 #define INCLUDE_uxTaskGetStackHighWaterMark    1\r
 #define INCLUDE_xTaskGetSchedulerState         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
 unsigned long ulMainGetRunTimeCounterValue( void );\r
 void vMainConfigureTimerForRunTimeStats( void );\r