summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-07-02 12:14:49 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-07-02 12:14:49 +0000
commit0962f005781ed3aeccc8a89be883608a1112d1e8 (patch)
treeb2be8eb86ffd69964bf8bc9bd292d351cd0f9e32 /FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h
parent5f0d8b7a9482e638334971508334fd91995ef0b7 (diff)
downloadfreertos-0962f005781ed3aeccc8a89be883608a1112d1e8.tar.gz
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeRTOS demo application that make use of vTaskStats() or vTaskGetRunTimeStats().
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1961 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h')
-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 */