]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / MB91460_Softune / SRC / FreeRTOSConfig.h
index 9a2e72fd23f569bac4856a93ce3a33ae6b9dfa8c..94159c8fa63fd2d72d93728e6e21645e13f0b89d 100644 (file)
@@ -121,4 +121,11 @@ to exclude the API function. */
 \r
 #define configKERNEL_INTERRUPT_PRIORITY 30\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
 #endif /* FREERTOS_CONFIG_H */\r