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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* Run time stats gathering definitions. */\r
unsigned long ulGetRunTimeCounterValue( void );\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* Assert call defined for debug builds. */\r
#ifdef _DEBUG\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* Assert statement defined for debug builds. */\r
#ifdef DEBUG\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* Assert call defined for debug builds. */\r
#ifdef _DEBUG\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
/* MAC address configuration. */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vMainConfigureTimerForRunTimeStats()\r
#define portGET_RUN_TIME_COUNTER_VALUE() ulGetRunTimeCounterValue()\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
void vMainConfigureTimerForRunTimeStats( void );\r
unsigned long ulGetRunTimeCounterValue( void );\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* Prevent C code being included in assembly files when the IAR compiler is\r
used. */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* Run time stats gathering definitions. */\r
#ifdef __ICCARM__\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
+#define configUSE_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
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
+#define configUSE_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
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
+#define configUSE_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
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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/*-----------------------------------------------------------\r
* Ethernet configuration.\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/*-----------------------------------------------------------\r
* Ethernet configuration.\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/*-----------------------------------------------------------\r
* Ethernet configuration.\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
+#define configUSE_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
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
+#define configUSE_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
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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
/* Ethernet configuration. */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* Port specific definitions. */\r
#define configYIELD_INTERRUPT_VECTOR 16UL\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
void vApplicationSetupInterrupts( void );\r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configKERNEL_INTERRUPT_PRIORITY 6\r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configASSERT( x ) if( ( x ) == 0 ) { portDISABLE_INTERRUPTS(); for( ;; ); }\r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/* An example "task switched in" hook macro definition. */\r
#define traceTASK_SWITCHED_IN() xTaskCallApplicationTaskHook( NULL, ( void * ) 0xabcd )\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
/*-----------------------------------------------------------\r
* Ethernet configuration.\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configASSERT( x ) if( ( x ) == pdFALSE ) { taskDISABLE_INTERRUPTS(); for( ;; ); }\r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } \r
extern volatile unsigned long ulHighFrequencyTickCount;\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
void vSetupClockForRunTimeStats( void );\r
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vSetupClockForRunTimeStats()\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#endif /* FREERTOS_CONFIG_H */\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS 1\r
\r
#endif /* FREERTOS_CONFIG_H */\r
#define configUSE_NEWLIB_REENTRANT 0\r
#endif\r
\r
-#ifndef configINCLUDE_STATS_FORMATTING_FUNCTIONS\r
- #define configINCLUDE_STATS_FORMATTING_FUNCTIONS 0\r
+#ifndef configUSE_STATS_FORMATTING_FUNCTIONS\r
+ #define configUSE_STATS_FORMATTING_FUNCTIONS 0\r
#endif\r
\r
#ifndef portASSERT_IF_INTERRUPT_PRIORITY_INVALID\r
* task. h\r
* <PRE>void vTaskList( char *pcWriteBuffer );</PRE>\r
*\r
- * configUSE_TRACE_FACILITY and configINCLUDE_STATS_FORMATTING_FUNCTIONS must\r
+ * configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS must\r
* both be defined as 1 for this function to be available. See the\r
* configuration section of the FreeRTOS.org website for more information.\r
*\r
* task. h\r
* <PRE>void vTaskGetRunTimeStats( char *pcWriteBuffer );</PRE>\r
*\r
- * configGENERATE_RUN_TIME_STATS and configINCLUDE_STATS_FORMATTING_FUNCTIONS\r
+ * configGENERATE_RUN_TIME_STATS and configUSE_STATS_FORMATTING_FUNCTIONS\r
* must both be defined as 1 for this function to be available. The application\r
* must also then provide definitions for\r
* portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() and portGET_RUN_TIME_COUNTER_VALUE\r
privileged Vs unprivileged linkage and placement. */\r
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE /*lint !e961 !e750. */\r
\r
-#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configINCLUDE_STATS_FORMATTING_FUNCTIONS == 1 ) )\r
+#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) )\r
/* At the bottom of this file are two optional functions that can be used\r
to generate human readable text from the raw data generated by the\r
xTaskGetSystemState() function. Note the formatting functions are provided\r
for convenience only, and are NOT considered part of the kernel. */\r
#include <stdio.h>\r
-#endif /* ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configINCLUDE_STATS_FORMATTING_FUNCTIONS == 1 ) ) */\r
+#endif /* ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) ) */\r
\r
/* Sanity check the configuration. */\r
#if configUSE_TICKLESS_IDLE != 0\r
#endif /* portCRITICAL_NESTING_IN_TCB */\r
/*-----------------------------------------------------------*/\r
\r
-#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configINCLUDE_STATS_FORMATTING_FUNCTIONS == 1 ) )\r
+#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) )\r
\r
void vTaskList( signed char *pcWriteBuffer )\r
{\r
#endif /* configUSE_TRACE_FACILITY */\r
/*----------------------------------------------------------*/\r
\r
-#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configINCLUDE_STATS_FORMATTING_FUNCTIONS == 1 ) )\r
+#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) )\r
\r
void vTaskGetRunTimeStats( signed char *pcWriteBuffer )\r
{\r