]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / ARM7_AT91SAM7X256_Eclipse / RTOSDemo / FreeRTOSConfig.h
index 29922705683ffab776eadeb5d7583e61dca2f0b3..2b6d97067688dd0e4e9c40436d0949dbd18e49d0 100644 (file)
@@ -121,6 +121,11 @@ 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
 /* MAC address configuration. */\r