#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
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
#endif /* FREERTOS_CONFIG_H */\r
#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
#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
#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
#endif /* FREERTOS_CONFIG_H */\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vMainConfigureTimerForRunTimeStats()\r
#define portGET_RUN_TIME_COUNTER_VALUE() ulGetRunTimeCounterValue()\r
\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
void vMainConfigureTimerForRunTimeStats( void );\r
unsigned long ulGetRunTimeCounterValue( void );\r
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vMainConfigureTimerForRunTimeStats()\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
/* Prevent C code being included in assembly files when the IAR compiler is\r
used. */\r
#ifndef __IASMARM__\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
/* Run time stats gathering definitions. */\r
#ifdef __ICCARM__\r
/* The #ifdef just prevents this C specific syntax from being included in\r
#define INCLUDE_vTaskDelay 1\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
\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
#define configKERNEL_INTERRUPT_PRIORITY ( ( unsigned char ) 7 << ( unsigned char ) 5 ) /* Priority 7, or 255 as only the top three bits are implemented. This is the lowest priority. */\r
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!\r
#define INCLUDE_eTaskGetState 1\r
#define INCLUDE_xSemaphoreGetMutexHolder 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
#define configKERNEL_INTERRUPT_PRIORITY ( 7 << 5 ) /* Priority 7, or 255 as only the top three bits are implemented. This is the lowest priority. */\r
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!\r
See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xSemaphoreGetMutexHolder 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
#define configKERNEL_INTERRUPT_PRIORITY ( ( unsigned char ) 7 << ( unsigned char ) 5 ) /* Priority 7, or 255 as only the top three bits are implemented. This is the lowest priority. */\r
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!\r
See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */\r
#define INCLUDE_vTaskDelay 1\r
#define INCLUDE_uxTaskGetStackHighWaterMark 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
* Ethernet configuration.\r
*-----------------------------------------------------------*/\r
#define INCLUDE_vTaskDelay 1\r
#define INCLUDE_uxTaskGetStackHighWaterMark 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
* Ethernet configuration.\r
*-----------------------------------------------------------*/\r
#define INCLUDE_vTaskDelay 1\r
#define INCLUDE_uxTaskGetStackHighWaterMark 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
* Ethernet configuration.\r
*-----------------------------------------------------------*/\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
/* This is the raw value as per the Cortex-M3 NVIC. Values can be 255\r
(lowest) to 0 (1?) (highest). */\r
#define configKERNEL_INTERRUPT_PRIORITY 255\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
/* The size of the global output buffer that is available for use when there\r
are multiple command interpreters running at once (for example, one on a UART\r
and one on TCP/IP). This is done to prevent an output buffer being defined by\r
#define configKERNEL_INTERRUPT_PRIORITY 1\r
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 7\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
/* Ethernet configuration. */\r
#define INCLUDE_vTaskDelay 1\r
#define INCLUDE_uxTaskGetStackHighWaterMark 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
/* Port specific definitions. */\r
#define configYIELD_INTERRUPT_VECTOR 16UL\r
#define configKERNEL_INTERRUPT_PRIORITY 1\r
#define configKERNEL_INTERRUPT_PRIORITY 1\r
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 4\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
void vApplicationSetupInterrupts( void );\r
\r
/* Ethernet configuration. */\r
#define INCLUDE_vTaskDelay 1\r
\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
#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
#define INCLUDE_xTaskGetSchedulerState 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
#define configKERNEL_INTERRUPT_PRIORITY 6\r
\r
#define INCLUDE_pcTaskGetTaskName 1\r
#define INCLUDE_pcTaskGetTaskName 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
#define configASSERT( x ) if( ( x ) == 0 ) { portDISABLE_INTERRUPTS(); for( ;; ); }\r
\r
\r
#define INCLUDE_vTaskDelay 1\r
#define INCLUDE_uxTaskGetStackHighWaterMark 0 /* Do not use this option on the PC port. */\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
/* An example "task switched in" hook macro definition. */\r
#define traceTASK_SWITCHED_IN() xTaskCallApplicationTaskHook( NULL, ( void * ) 0xabcd )\r
#define bktSECONDARY_PRIORITY ( configMAX_PRIORITIES - 4 )\r
#define intqHIGHER_PRIORITY ( configMAX_PRIORITIES - 3 )\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
* Ethernet configuration.\r
*-----------------------------------------------------------*/\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
#define configASSERT( x ) if( ( x ) == pdFALSE ) { taskDISABLE_INTERRUPTS(); for( ;; ); }\r
\r
extern volatile unsigned long ulHighFrequencyTickCount;\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\r
extern volatile unsigned long ulHighFrequencyTickCount;\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\r
extern volatile unsigned long ulHighFrequencyTickCount;\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\r
extern volatile unsigned long ulHighFrequencyTickCount;\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\r
extern volatile unsigned long ulHighFrequencyTickCount;\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
extern volatile unsigned long ulHighFrequencyTickCount;\r
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() nop() /* Run time stats use the same timer as the high frequency timer test. */\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
extern volatile unsigned long ulHighFrequencyTickCount;\r
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() nop() /* Run time stats use the same timer as the high frequency timer test. */\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
void vSetupClockForRunTimeStats( void );\r
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vSetupClockForRunTimeStats()\r
#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 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
/* Run time stats gathering definitions. */\r
unsigned long ulMainGetRunTimeCounterValue( void );\r
void vMainConfigureTimerForRunTimeStats( void );\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
\r
0xA5 in order to be able to determine the maximal heap consumption. */\r
#define configHEAP_INIT 0\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
#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
#endif /* FREERTOS_CONFIG_H */\r
#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
#endif /* FREERTOS_CONFIG_H */\r
#define INCLUDE_vTaskDelayUntil 1\r
#define INCLUDE_vTaskDelay 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
#endif /* FREERTOS_CONFIG_H */\r