]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / ARM7_LPC2368_Rowley / FreeRTOSConfig.h
index 43cce38f2d7df45c59118fce0f95cc5c90e1cde6..2b92a0e43791c964af3df65f99b715e09242b236 100644 (file)
@@ -132,6 +132,12 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                  1\r
 #define INCLUDE_xTaskGetCurrentTaskHandle      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
 #endif /* FREERTOS_CONFIG_H */\r
 \r