]> git.sur5r.net Git - freertos/commitdiff
For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS to config...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 18 Jul 2013 11:40:32 +0000 (11:40 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 18 Jul 2013 11:40:32 +0000 (11:40 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1987 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

45 files changed:
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/PC/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
FreeRTOS/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/tasks.c

index 730905f54e653338fae8e67e72fceb1318755cdf..a73f20bafb6de144cb731ca885bc41b3cac0a58c 100644 (file)
@@ -129,7 +129,7 @@ to exclude the API function. */
 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
index a6c87a6e6d84e3253c42626b6ae29c0435f828b6..c0dd48d387199798d4fb9afdcb603c32362fbec2 100644 (file)
@@ -149,7 +149,7 @@ to exclude the API function. */
 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
index c311b9cfad16461468dde1f83d6650f5f6ee66d4..6ab1d3869e9afc2b7941a3f5c2d3ffc4e477c28f 100644 (file)
@@ -140,7 +140,7 @@ to exclude the API function. */
 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
index 1b23876f2093e3254a304009808b69e7a4709432..19eb7f3671f018fb9ba8b5eb2a5744d1d0605b7f 100644 (file)
@@ -139,7 +139,7 @@ to exclude the API function. */
 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
index 89ef42c95412c8e3265b664c29af90f55fcf9f3e..a6461da4d7a148ebc55eff3a5dae1c9d10694c85 100644 (file)
@@ -115,7 +115,7 @@ to exclude the API function. */
 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
index 58212671b5563d90d05b7fee352745b3ef056ede..83278cbbae5c3bf3e4cef3f1cb50f40e1fd481ba 100644 (file)
@@ -126,6 +126,6 @@ to exclude the API function. */
 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
index 76acd734a6e3b4f69385b33a83b15e3066fc2dec..40a7984f9b646a7329f05e0f20f85ea9578bc27e 100644 (file)
@@ -125,7 +125,7 @@ to exclude the API function. */
 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
index 5463fad6d538cbf0e3d73e1202d49a9af6b20f9a..09d75d81d9a64a0897f3731adcea4ddd6597e5bc 100644 (file)
@@ -126,7 +126,7 @@ to exclude the API function. */
 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
index 5cc87f099f013ecfd0c2edef64cc947732030063..cd9abe55cdd9f629e6ddf230d0eb503ef89d2939 100644 (file)
@@ -121,6 +121,6 @@ to exclude the API function. */
 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
index db4b7d093ab1fa18762cfb21de1081e96386c656..87c381d13824989a8c6526ef0362730e8af3f704 100644 (file)
@@ -134,7 +134,7 @@ to exclude the API function. */
 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
index 9e32f353ef2b900639d126dbfbb0b7d5a9ece97c..0b26ae63bb8639545d64ec96c4d2cac34fa6e6b6 100644 (file)
@@ -137,7 +137,7 @@ to exclude the API function. */
 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
index 2000b5051050efe259c72e3527042bad6c7048db..61b9f9176fc58d6ff753cf82d817f5635efe0f2a 100644 (file)
@@ -151,7 +151,7 @@ to exclude the API function. */
 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
index 79dc20494d9e70d8b30092bca8a7af969ab80f85..01f665a75767118f1747ad47cd511dbe54a4c235 100644 (file)
@@ -122,7 +122,7 @@ to exclude the API function. */
 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
index 7f4e2c6814619022e14d4efa885b464a95fe4148..a3d8d51bc3c33d5cbb42f9a2e1789bb8af1bcfc1 100644 (file)
@@ -114,7 +114,7 @@ to exclude the API function. */
 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
index fb0e38d5ff3dd00bb981c926bbdf1e6418a2f031..c41eee43ef6a58aef0bff0351c99eb8f514da876 100644 (file)
@@ -128,7 +128,7 @@ to exclude the API function. */
 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
index bf1c44a50625a415653dd4cbd6e7f28afba02139..32ab77ed2bbd3fe9685af1135a5e9cba85c9f38d 100644 (file)
@@ -126,7 +126,7 @@ to exclude the API function. */
 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
index f8f50e7c8c91d8598fdb7d372103a1b2b078029a..d37558a1c0e35583ff42ba4ae69d169bef574ca8 100644 (file)
@@ -125,7 +125,7 @@ to exclude the API function. */
 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
index 224b907b5f3a1846614eec52b526190d8d84931c..6c1033790815b2498b54a975215fa7cb98ca3250 100644 (file)
@@ -117,7 +117,7 @@ to exclude the API function. */
 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
index bb859fd2e8c28b4323ec60c64db6940229bda183..c6205c03971de0b089ef94df7c3ab045f6d6c475 100644 (file)
@@ -115,7 +115,7 @@ to exclude the API function. */
 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
index d078a47224cec71c43e3f93b996f867f7b17d7da..00e7586187bd4a172e60dac8abd31759425fcf7c 100644 (file)
@@ -117,7 +117,7 @@ to exclude the API function. */
 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
index ec547a347bb6a11b03d6492b72547f78a2f3d42f..883d8f05483fb15986a4533f6ceddce33b94ecb8 100644 (file)
@@ -153,7 +153,7 @@ to exclude the API function. */
 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
index c171a6b2e8d849ca48a0b86c5d5210e04c09369a..4308fdba25e5fcb6ac852fc2f5480d9931b4d57d 100644 (file)
@@ -134,7 +134,7 @@ to exclude the API function. */
 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
index 37b909f7725f002dc37d4f0f34e546544106e67e..65ff74dad7b4f64b73544745b151a78934bce8a8 100644 (file)
@@ -116,7 +116,7 @@ to exclude the API function. */
 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
index 44be956da4309f0be4ca6a1fd75096c1aa59ca9b..f2c4cad130287b085d5c09fca9732aad1711f5f0 100644 (file)
@@ -131,7 +131,7 @@ to exclude the API function. */
 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
index b4a73042b6a6d0c401ba477d48aff19006d30da0..bcf11aaa7c00b7dfa3fefe698f919bdf80705087 100644 (file)
@@ -112,7 +112,7 @@ to exclude the API function. */
 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
index 625e14af284c472e0e402396a8a058a155906cc5..273e3d3486c49ef14d8e6c06a124101bc6298ec2 100644 (file)
@@ -115,7 +115,7 @@ to exclude the API function. */
 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
index c99a5651f8189322a217061f5b418d1450bbc299..4397a48c64d39dc6f07d2f45d5eba64306c5960a 100644 (file)
@@ -131,7 +131,7 @@ to exclude the API function. */
 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
index 548bc5c053913bbe500cff850b635ecddb26ab76..8e1d0ce83d3c65c184fa1e495a7d3cf7fd98055e 100644 (file)
@@ -145,7 +145,7 @@ to exclude the API function. */
 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
index d36981e6d91eed15d28de97f3b7a2d4e0d1070e8..d54d064a5e6c71be4e0e6912396977d82983532e 100644 (file)
@@ -118,7 +118,7 @@ to exclude the API function. */
 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
index 9c62f25a618de449dba0311cdc37a9ed7249a299..1ef2875876fc71224c07ddd3766aa9bbc8558672 100644 (file)
@@ -149,7 +149,7 @@ required to ensure flase positive timing errors are not reported. */
 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
index 65fe7f83dae3e066ce13296ced9d31bda8291134..a253c73cc0e7061b86be28be5370358cf3219c72 100644 (file)
@@ -146,7 +146,7 @@ to exclude the API function. */
 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
index 734bbbbe0bfeb27aab851f500d5c94b595c97fcb..7dc51b01f4b109e394d85fb134b62613708431ee 100644 (file)
@@ -141,7 +141,7 @@ to exclude the API function. */
 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
index faa90775becae481ddce6143d6ba433611ba4af2..16c3de36265e317c11460d15235103c6f6bb7b23 100644 (file)
@@ -136,7 +136,7 @@ to exclude the API function. */
 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
index e09684fff04af095446fba8381650655b5bbb963..bd36e98dc351a0f4b1e7d4ae1c82dc1426b26a3d 100644 (file)
@@ -146,7 +146,7 @@ to exclude the API function. */
 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
index e5b1e5178f5c7e689e0ebc95d9bc4406e9897cd9..65fe636e204fac3961135441027a49658a699939 100644 (file)
@@ -141,7 +141,7 @@ to exclude the API function. */
 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
index 087c9346b439999662a33bcac1d8cc86dcc535ea..e8e4da762952be4f3209e06c48d8505733073f75 100644 (file)
@@ -141,7 +141,7 @@ to exclude the API function. */
 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
index bc7f32ab52d37182a7a58cd6ae5ce4b083dff9b9..a4be76134aef73f6f9e6d5ddce12ba8a57d3d96e 100644 (file)
@@ -120,7 +120,7 @@ to exclude the API function. */
 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
index 6543d1e6e1d0412e18d6175a73dd312bd31dc4db..c43e225ffb93b702b5bbc9dfd3befeda8ba06b90 100644 (file)
@@ -109,7 +109,7 @@ to exclude the API function. */
 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
index 0d0e81d2c66bdcffe46f14417dec87779e1e46c1..c72deb2517a432c6a2a59288fd69c9131bf1fda6 100644 (file)
@@ -105,7 +105,7 @@ to exclude the API function. */
 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
index 973809290cf752fc53cfde767256694676bfac63..753f3a6beebbd9685c5eb9cc99aa43add832f0c4 100644 (file)
@@ -114,6 +114,6 @@ to exclude the API function. */
 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
index 56bc8544761a670f99be046c2f28fd4a6a468852..c1cefd474165ee8ab91c1009c9cb9d99543dbade 100644 (file)
@@ -98,6 +98,6 @@ to exclude the API function. */
 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
index f04d56579464c3e91cee73ee56190f69048d2bde..e8c88504bf9c118a310983216668e535366b34ed 100644 (file)
@@ -113,6 +113,6 @@ to exclude the API function. */
 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
index d968e1bcfa006a41166eae636bd4cecb5c893040..2bd945e1ed492c89e5b0015191a1156889b5979d 100644 (file)
@@ -597,8 +597,8 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
        #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
index 19d2f51bde3ccaf977f0bbd5f7ae376c89790688..ee74210683d1ee347413372844b1d0d37c9dc7d1 100644 (file)
@@ -1245,7 +1245,7 @@ unsigned portBASE_TYPE xTaskGetSystemState( xTaskStatusType *pxTaskStatusArray,
  * 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
@@ -1292,7 +1292,7 @@ void vTaskList( signed char *pcWriteBuffer ) PRIVILEGED_FUNCTION;
  * 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
index a680aab17aab3930dd46fed1101a6f7a114a45a8..1c37c85bdc46c956d7dc79718cf1bf3fbcdbd5c6 100644 (file)
@@ -83,13 +83,13 @@ header files above, but not in this file, in order to generate the correct
 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
@@ -2740,7 +2740,7 @@ tskTCB *pxNewTCB;
 #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
@@ -2823,7 +2823,7 @@ tskTCB *pxNewTCB;
 #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