summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/lwIP_AVR32_UC3
diff options
context:
space:
mode:
authorRichard Barry <ribarry@amazon.com>2013-07-02 12:14:49 +0000
committerRichard Barry <ribarry@amazon.com>2013-07-02 12:14:49 +0000
commit2c242cdf78deaba2821b88ea6588700ef0972a86 (patch)
treeb2be8eb86ffd69964bf8bc9bd292d351cd0f9e32 /FreeRTOS/Demo/lwIP_AVR32_UC3
parentc1b4fc58d224db48521513cea387225a02a1e51d (diff)
downloadfreertos-git-2c242cdf78deaba2821b88ea6588700ef0972a86.tar.gz
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeRTOS demo application that make use of vTaskStats() or vTaskGetRunTimeStats().
Diffstat (limited to 'FreeRTOS/Demo/lwIP_AVR32_UC3')
-rw-r--r--FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h b/FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h
index 23d97271b..0d0e81d2c 100644
--- a/FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h
@@ -101,5 +101,11 @@ to exclude the API function. */
0xA5 in order to be able to determine the maximal heap consumption. */
#define configHEAP_INIT 0
+/* This demo makes use of one or more example stats formatting functions. These
+format the raw data provided by the xTaskGetSystemState() function in to human
+readable ASCII form. See the notes in the implementation of vTaskList() within
+FreeRTOS/Source/tasks.c for limitations. */
+#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1
+
#endif /* FREERTOS_CONFIG_H */