]> git.sur5r.net Git - freertos/commitdiff
Rename xTaskGetSystemState() uxTaskGetSystemState().
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 18 Jul 2013 14:41:15 +0000 (14:41 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 18 Jul 2013 14:41:15 +0000 (14:41 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1988 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

47 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/mpu_wrappers.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/portable/MemMang/heap_2.c
FreeRTOS/Source/tasks.c

index a73f20bafb6de144cb731ca885bc41b3cac0a58c..07c57bfe722cdfe2e044b90bc574f1af0aad32a9 100644 (file)
@@ -126,7 +126,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index c0dd48d387199798d4fb9afdcb603c32362fbec2..e78473a7a54088be0a44f1c75b26f32ab740eacb 100644 (file)
@@ -146,7 +146,7 @@ to exclude the API function. */
 #define INCLUDE_xQueueGetMutexHolder           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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 6ab1d3869e9afc2b7941a3f5c2d3ffc4e477c28f..ac87ce95f0171906277128ccbc7906ee46b8c376 100644 (file)
@@ -137,7 +137,7 @@ to exclude the API function. */
 #define INCLUDE_xQueueGetMutexHolder           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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 19eb7f3671f018fb9ba8b5eb2a5744d1d0605b7f..749897ad40e2cb7e06f62a9abc0df54e60f59fa2 100644 (file)
@@ -136,7 +136,7 @@ to exclude the API function. */
 #define INCLUDE_xQueueGetMutexHolder           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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index a6461da4d7a148ebc55eff3a5dae1c9d10694c85..3d848ce2b3d158e7c4db52b932fc1e214ad904c3 100644 (file)
@@ -112,7 +112,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 83278cbbae5c3bf3e4cef3f1cb50f40e1fd481ba..4f68fc4e54ef0608c4ccd082e3e819beb6d8ee5b 100644 (file)
@@ -123,7 +123,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 40a7984f9b646a7329f05e0f20f85ea9578bc27e..c793ebefe7e77a32871b0f132b8eeefaf154a192 100644 (file)
@@ -122,7 +122,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 09d75d81d9a64a0897f3731adcea4ddd6597e5bc..4c40c5d9738c7bdf5e7028f6a015856787ca88f6 100644 (file)
@@ -123,7 +123,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index cd9abe55cdd9f629e6ddf230d0eb503ef89d2939..8334ba02fd7ca33dfd5220d427ca49eb3bf82a20 100644 (file)
@@ -118,7 +118,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 87c381d13824989a8c6526ef0362730e8af3f704..85a448b529e50ef3378548c8b33d2a9fd5e6a1ff 100644 (file)
@@ -131,7 +131,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 0b26ae63bb8639545d64ec96c4d2cac34fa6e6b6..dac8c7bd5b619f9bcaaa28d172e9d379c9c32255 100644 (file)
@@ -134,7 +134,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 61b9f9176fc58d6ff753cf82d817f5635efe0f2a..0cbfa8c80f7c19f35e14df318d2e2cde492b309a 100644 (file)
@@ -148,7 +148,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 01f665a75767118f1747ad47cd511dbe54a4c235..61b5149c9d6366b2b64ebdc4740230dbd8111cc9 100644 (file)
@@ -119,7 +119,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index a3d8d51bc3c33d5cbb42f9a2e1789bb8af1bcfc1..606584ff94de2bb6ba3a34ed38490023413842b8 100644 (file)
@@ -111,7 +111,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index c41eee43ef6a58aef0bff0351c99eb8f514da876..3819e94cd4f7188cfbecc42910ed18fbcf885d3f 100644 (file)
@@ -125,7 +125,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 32ab77ed2bbd3fe9685af1135a5e9cba85c9f38d..eb3ca50b32e010eba2c882b96c516db0af1e111d 100644 (file)
@@ -123,7 +123,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index d37558a1c0e35583ff42ba4ae69d169bef574ca8..b9ef9b3fff31e5e8f2c55158f0a09c3a7a8fc375 100644 (file)
@@ -122,7 +122,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 6c1033790815b2498b54a975215fa7cb98ca3250..47838db0fbe85482cc0696cfc6d90c57dd3acf41 100644 (file)
@@ -114,7 +114,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index c6205c03971de0b089ef94df7c3ab045f6d6c475..934830ad0ed619892831314db28c81430efbd8c8 100644 (file)
@@ -112,7 +112,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 00e7586187bd4a172e60dac8abd31759425fcf7c..f58ac30b091f59c54986321ccac1da972965e0b2 100644 (file)
@@ -114,7 +114,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 883d8f05483fb15986a4533f6ceddce33b94ecb8..d4d0d742275ef19ea87b2ce876f79b4f93f236bf 100644 (file)
@@ -150,7 +150,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 4308fdba25e5fcb6ac852fc2f5480d9931b4d57d..f1620aa83844bbb362dd73bdb857b21287cb56d7 100644 (file)
@@ -131,7 +131,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 65ff74dad7b4f64b73544745b151a78934bce8a8..4fc9053b90f9212c57fb99214e2fafe6aab59485 100644 (file)
@@ -113,7 +113,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index f2c4cad130287b085d5c09fca9732aad1711f5f0..4f861b12a76fcdf16bb555e203eaa7e81b267f0f 100644 (file)
@@ -128,7 +128,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index bcf11aaa7c00b7dfa3fefe698f919bdf80705087..a94e4846ebd84c1693419c894d17d067c0cfd33a 100644 (file)
@@ -109,7 +109,7 @@ to exclude the API function. */
 \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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 273e3d3486c49ef14d8e6c06a124101bc6298ec2..80610b749c1a12c510481abcf25d19ff0a845e7e 100644 (file)
@@ -112,7 +112,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 4397a48c64d39dc6f07d2f45d5eba64306c5960a..99c8f6dd72b78dee880310c3795abebfff4f984d 100644 (file)
@@ -128,7 +128,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 8e1d0ce83d3c65c184fa1e495a7d3cf7fd98055e..412232c719ffd48ff064f4d60503a42fbff47a9e 100644 (file)
@@ -142,7 +142,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index d54d064a5e6c71be4e0e6912396977d82983532e..de3e1587efdd4ab86840df7298335f9eede578a4 100644 (file)
@@ -115,7 +115,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 1ef2875876fc71224c07ddd3766aa9bbc8558672..64ae93d47cc1a3d4b4abf37ae06b594650672786 100644 (file)
@@ -146,7 +146,7 @@ required to ensure flase positive timing errors are not reported. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index a253c73cc0e7061b86be28be5370358cf3219c72..6bed81ea521f2ebc5d66c48084fb9bf13bbbaf5b 100644 (file)
@@ -143,7 +143,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 7dc51b01f4b109e394d85fb134b62613708431ee..a901e4788ab00bc0cadfd371f9fead791c39bc6e 100644 (file)
@@ -138,7 +138,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 16c3de36265e317c11460d15235103c6f6bb7b23..fe4e7240e57b2e17607f6fe292e9860304125007 100644 (file)
@@ -133,7 +133,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index bd36e98dc351a0f4b1e7d4ae1c82dc1426b26a3d..a86d279823aaa94fd30497b69c0838ca59e6db8d 100644 (file)
@@ -143,7 +143,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 65fe636e204fac3961135441027a49658a699939..7bbfed1fca43bc3d934d625da9645b7d665b2183 100644 (file)
@@ -138,7 +138,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index e8e4da762952be4f3209e06c48d8505733073f75..cc9283b748f6f41ab1d583cf1bdbc3986e994a05 100644 (file)
@@ -138,7 +138,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index a4be76134aef73f6f9e6d5ddce12ba8a57d3d96e..18cf852f602e12ca26acad3a23aaaa9cf5e8f88b 100644 (file)
@@ -117,7 +117,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index c43e225ffb93b702b5bbc9dfd3befeda8ba06b90..e548a020aadf069407600bcf9686f170f677bd87 100644 (file)
@@ -106,7 +106,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index c72deb2517a432c6a2a59288fd69c9131bf1fda6..5fde17e2dc243b088c210bb9a70975b3bc340b43 100644 (file)
@@ -102,7 +102,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index 753f3a6beebbd9685c5eb9cc99aa43add832f0c4..c147ac4203ec0800753487f2e0c31bc7e2caf083 100644 (file)
@@ -111,7 +111,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index c1cefd474165ee8ab91c1009c9cb9d99543dbade..adc35477d76779c096909c6537e0f319d779c7a7 100644 (file)
@@ -95,7 +95,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index e8c88504bf9c118a310983216668e535366b34ed..ab7ed472b46a90a362fbc230f542598ecdc9afdc 100644 (file)
@@ -110,7 +110,7 @@ to exclude the API function. */
 #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
+format the raw data provided by the uxTaskGetSystemState() 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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
index dcc1f3bc831c6c99cd8c0ee114dee4b4d4fb2119..1a556f0349723118ba40ff1c0c274fe2658abd88 100644 (file)
@@ -98,7 +98,7 @@ only for ports that are using the MPU. */
                #define xTaskGetCurrentTaskHandle               MPU_xTaskGetCurrentTaskHandle\r
                #define xTaskGetSchedulerState                  MPU_xTaskGetSchedulerState\r
                #define xTaskGetIdleTaskHandle                  MPU_xTaskGetIdleTaskHandle\r
-               #define xTaskGetSystemState                             MPU_xTaskGetSystemState\r
+               #define uxTaskGetSystemState                    MPU_uxTaskGetSystemState\r
 \r
                #define xQueueGenericCreate                             MPU_xQueueGenericCreate\r
                #define xQueueCreateMutex                               MPU_xQueueCreateMutex\r
index ee74210683d1ee347413372844b1d0d37c9dc7d1..3e5a5dcb1160f55a987d92df2dd196c15f907590 100644 (file)
@@ -137,16 +137,16 @@ typedef struct xTASK_PARAMTERS
        xMemoryRegion xRegions[ portNUM_CONFIGURABLE_REGIONS ];\r
 } xTaskParameters;\r
 \r
-/* Used with the xTaskGetSystemState() function to return the state of each task\r
+/* Used with the uxTaskGetSystemState() function to return the state of each task\r
 in the system. */\r
 typedef struct xTASK_STATUS\r
 {\r
        xTaskHandle xHandle;                                            /* The handle of the task to which the rest of the information in the structure relates. */\r
-       const signed char *pcTaskName;                          /* A pointer to the task's name.  This valid will be invalid if the task was deleted since the structure was populated! */\r
+       const signed char *pcTaskName;                          /* A pointer to the task's name.  This value will be invalid if the task was deleted since the structure was populated! */\r
        unsigned portBASE_TYPE xTaskNumber;                     /* A number unique to the task. */\r
        eTaskState eCurrentState;                                       /* The state in which the task existed when the structure was populated. */\r
        unsigned portBASE_TYPE uxCurrentPriority;       /* The priority at which the task was running (may be inherited) when the structure was populated. */\r
-       unsigned portBASE_TYPE uxBasePriority;          /* The priority to which the task will return if the task's current priority has been inherited to avoid unbounded priority inversion when obtaining a mutex.  Only valid is configUSE_MUTEXES is defined as 1 in FreeRTOSConfig.h. */\r
+       unsigned portBASE_TYPE uxBasePriority;          /* The priority to which the task will return if the task's current priority has been inherited to avoid unbounded priority inversion when obtaining a mutex.  Only valid if configUSE_MUTEXES is defined as 1 in FreeRTOSConfig.h. */\r
        unsigned long ulRunTimeCounter;                         /* The total run time allocated to the task so far, as defined by the run time stats clock.  See http://www.freertos.org/rtos-run-time-stats.html.  Only valid when configGENERATE_RUN_TIME_STATS is defined as 1 in FreeRTOSConfig.h. */\r
        unsigned short usStackHighWaterMark;            /* The minimum amount of stack space that has remained for the task since the task was created.  The closer this value is to zero the closer the task has come to overflowing its stack. */\r
 } xTaskStatusType;\r
@@ -1145,9 +1145,9 @@ xTaskHandle xTaskGetIdleTaskHandle( void );
 \r
 /**\r
  * configUSE_TRACE_FACILITY must bet defined as 1 in FreeRTOSConfig.h for\r
- * xTaskGetSystemState() to be available.\r
+ * uxTaskGetSystemState() to be available.\r
  *\r
- * xTaskGetSystemState() populates an xTaskStatusType structure for each task in\r
+ * uxTaskGetSystemState() populates an xTaskStatusType structure for each task in\r
  * the system.  xTaskStatusType structures contain, among other things, members\r
  * for the task handle, task name, task priority, task state, and total amount\r
  * of run time consumed by the task.  See the xTaskStatusType structure\r
@@ -1157,29 +1157,30 @@ xTaskHandle xTaskGetIdleTaskHandle( void );
  * the scheduler remaining suspended for an extended period.\r
  *\r
  * @param pxTaskStatusArray A pointer to an array of xTaskStatusType structures.\r
- * The array contain at least one xTaskStatusType structure for each task that\r
- * is under the control of the RTOS.  The number of tasks under the control of\r
- * the RTOS can be determined using the uxTaskGetNumberOfTasks() API function.\r
+ * The array must contain at least one xTaskStatusType structure for each task \r
+ * that is under the control of the RTOS.  The number of tasks under the control \r
+ * of the RTOS can be determined using the uxTaskGetNumberOfTasks() API function.\r
  *\r
  * @param uxArraySize The size of the array pointed to by the pxTaskStatusArray\r
  * parameter.  The size is specified as the number of indexes in the array, or\r
  * the number of xTaskStatusType structures contained in the array, not by the\r
  * number of bytes in the array.\r
  *\r
- * @param pultotalRunTime If configGENERATE_RUN_TIME_STATS is set to 1 in\r
- * FreeRTOSConfig.h then *pulTotalRunTime is set by xTaskGetSystemState() to the\r
+ * @param pulTotalRunTime If configGENERATE_RUN_TIME_STATS is set to 1 in\r
+ * FreeRTOSConfig.h then *pulTotalRunTime is set by uxTaskGetSystemState() to the\r
  * total run time (as defined by the run time stats clock, see\r
  * http://www.freertos.org/rtos-run-time-stats.html) since the target booted.\r
+ * pulTotalRunTime can be set to NULL to omit the total run time information.\r
  *\r
  * @return The number of xTaskStatusType structures that were populated by\r
- * xTaskGetSystemState().  This should equal the number returned by the\r
+ * uxTaskGetSystemState().  This should equal the number returned by the\r
  * uxTaskGetNumberOfTasks() API function, but will be zero if the value passed\r
  * in the uxArraySize parameter was too small.\r
  *\r
  * Example usage:\r
    <pre>\r
     // This example demonstrates how a human readable table of run time stats\r
-       // information is generated from raw data provided by xTaskGetSystemState().\r
+       // information is generated from raw data provided by uxTaskGetSystemState().\r
        // The human readable table is written to pcWriteBuffer\r
        void vTaskGetRunTimeStats( signed char *pcWriteBuffer )\r
        {\r
@@ -1192,7 +1193,7 @@ xTaskHandle xTaskGetIdleTaskHandle( void );
 \r
                // Take a snapshot of the number of tasks in case it changes while this\r
                // function is executing.\r
-               uxArraySize = uxCurrentNumberOfTasks;\r
+               uxArraySize = uxCurrentNumberOfTasks();\r
 \r
                // Allocate a xTaskStatusType structure for each task.  An array could be\r
                // allocated statically at compile time.\r
@@ -1201,7 +1202,7 @@ xTaskHandle xTaskGetIdleTaskHandle( void );
                if( pxTaskStatusArray != NULL )\r
                {\r
                        // Generate raw status information about each task.\r
-                       uxArraySize = xTaskGetSystemState( pxTaskStatusArray, uxArraySize, &ulTotalRunTime );\r
+                       uxArraySize = uxTaskGetSystemState( pxTaskStatusArray, uxArraySize, &ulTotalRunTime );\r
 \r
                        // For percentage calculations.\r
                        ulTotalRunTime /= 100UL;\r
@@ -1239,7 +1240,7 @@ xTaskHandle xTaskGetIdleTaskHandle( void );
        }\r
        </pre>\r
  */\r
-unsigned portBASE_TYPE xTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime );\r
+unsigned portBASE_TYPE uxTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime );\r
 \r
 /**\r
  * task. h\r
@@ -1263,8 +1264,8 @@ unsigned portBASE_TYPE xTaskGetSystemState( xTaskStatusType *pxTaskStatusArray,
  * This function is provided for convenience only, and is used by many of the\r
  * demo applications.  Do not consider it to be part of the scheduler.\r
  *\r
- * vTaskList() calls xTaskGetSystemState(), then formats part of the\r
- * xTaskGetSystemState() output into a human readable table that displays task\r
+ * vTaskList() calls uxTaskGetSystemState(), then formats part of the\r
+ * uxTaskGetSystemState() output into a human readable table that displays task\r
  * names, states and stack usage.\r
  *\r
  * vTaskList() has a dependency on the sprintf() C library function that might\r
@@ -1274,7 +1275,7 @@ unsigned portBASE_TYPE xTaskGetSystemState( xTaskStatusType *pxTaskStatusArray,
  * FreeRTOS/Demo sub-directories in a file called printf-stdarg.c (note\r
  * printf-stdarg.c does not provide a full snprintf() implementation!).\r
  *\r
- * It is recommended that production systems call xTaskGetSystemState()\r
+ * It is recommended that production systems call uxTaskGetSystemState()\r
  * directly to get access to raw stats data, rather than indirectly through a\r
  * call to vTaskList().\r
  *\r
@@ -1316,8 +1317,8 @@ void vTaskList( signed char *pcWriteBuffer ) PRIVILEGED_FUNCTION;
  * This function is provided for convenience only, and is used by many of the\r
  * demo applications.  Do not consider it to be part of the scheduler.\r
  *\r
- * vTaskGetRunTimeStats() calls xTaskGetSystemState(), then formats part of the\r
- * xTaskGetSystemState() output into a human readable table that displays the\r
+ * vTaskGetRunTimeStats() calls uxTaskGetSystemState(), then formats part of the\r
+ * uxTaskGetSystemState() output into a human readable table that displays the\r
  * amount of time each task has spent in the Running state in both absolute and\r
  * percentage terms.\r
  *\r
@@ -1328,7 +1329,7 @@ void vTaskList( signed char *pcWriteBuffer ) PRIVILEGED_FUNCTION;
  * FreeRTOS/Demo sub-directories in a file called printf-stdarg.c (note\r
  * printf-stdarg.c does not provide a full snprintf() implementation!).\r
  *\r
- * It is recommended that production systems call xTaskGetSystemState() directly\r
+ * It is recommended that production systems call uxTaskGetSystemState() directly\r
  * to get access to raw stats data, rather than indirectly through a call to\r
  * vTaskGetRunTimeStats().\r
  *\r
index 748b67b2d1dff102eb4ad6907e5473638384b281..651a1111af858d5a29cdf8cb4439d3f308b1393d 100644 (file)
@@ -193,7 +193,7 @@ unsigned portBASE_TYPE MPU_uxTaskGetStackHighWaterMark( xTaskHandle xTask );
 xTaskHandle MPU_xTaskGetCurrentTaskHandle( void );\r
 portBASE_TYPE MPU_xTaskGetSchedulerState( void );\r
 xTaskHandle MPU_xTaskGetIdleTaskHandle( void );\r
-unsigned portBASE_TYPE MPU_xTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime );\r
+unsigned portBASE_TYPE MPU_uxTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime );\r
 xQueueHandle MPU_xQueueGenericCreate( unsigned portBASE_TYPE uxQueueLength, unsigned portBASE_TYPE uxItemSize, unsigned char ucQueueType );\r
 signed portBASE_TYPE MPU_xQueueGenericSend( xQueueHandle xQueue, const void * const pvItemToQueue, portTickType xTicksToWait, portBASE_TYPE xCopyPosition );\r
 portBASE_TYPE MPU_xQueueGenericReset( xQueueHandle pxQueue, portBASE_TYPE xNewQueue );\r
@@ -910,12 +910,12 @@ portBASE_TYPE xRunningPrivileged = prvRaisePrivilege();
 /*-----------------------------------------------------------*/\r
 \r
 #if ( configUSE_TRACE_FACILITY == 1 )\r
-       unsigned portBASE_TYPE MPU_xTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime )\r
+       unsigned portBASE_TYPE MPU_uxTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime )\r
        {\r
        unsigned portBASE_TYPE uxReturn;\r
        portBASE_TYPE xRunningPrivileged = prvRaisePrivilege();\r
 \r
-               uxReturn = xTaskGetSystemState( pxTaskStatusArray, uxArraySize, pulTotalRunTime );\r
+               uxReturn = uxTaskGetSystemState( pxTaskStatusArray, uxArraySize, pulTotalRunTime );\r
                portRESET_PRIVILEGE( xRunningPrivileged );\r
                return xReturn;\r
        }\r
index e2c6c7f68dde73bd1eb41476ba11ee99d60240ba..cb119e6e7f75a09334bb404adc3dd5443b50036e 100644 (file)
@@ -66,7 +66,7 @@
  * A sample implementation of pvPortMalloc() and vPortFree() that permits\r
  * allocated blocks to be freed, but does not combine adjacent free blocks\r
  * into a single larger block (and so will fragment memory).  See heap_4.c for\r
- * an aquivalent that does combine adjacent blocks into single larger blocks.\r
+ * an equivalent that does combine adjacent blocks into single larger blocks.\r
  *\r
  * See heap_1.c, heap_3.c and heap_4.c for alternative implementations, and the\r
  * memory management pages of http://www.FreeRTOS.org for more information.\r
index 1c37c85bdc46c956d7dc79718cf1bf3fbcdbd5c6..1b873e77d916274eba50ee0a8ff4f27ad776b699 100644 (file)
@@ -86,7 +86,7 @@ privileged Vs unprivileged linkage and placement. */
 #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
+       uxTaskGetSystemState() 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 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) ) */\r
@@ -1472,7 +1472,7 @@ unsigned portBASE_TYPE uxTaskGetNumberOfTasks( void )
 \r
 #if ( configUSE_TRACE_FACILITY == 1 )\r
 \r
-       unsigned portBASE_TYPE xTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime )\r
+       unsigned portBASE_TYPE uxTaskGetSystemState( xTaskStatusType *pxTaskStatusArray, unsigned portBASE_TYPE uxArraySize, unsigned long *pulTotalRunTime )\r
        {\r
        unsigned portBASE_TYPE uxTask = 0, uxQueue = configMAX_PRIORITIES;\r
 \r
@@ -2755,8 +2755,8 @@ tskTCB *pxNewTCB;
                 * of the demo applications.  Do not consider it to be part of the\r
                 * scheduler.\r
                 *\r
-                * vTaskList() calls xTaskGetSystemState(), then formats part of the\r
-                * xTaskGetSystemState() output into a human readable table that\r
+                * vTaskList() calls uxTaskGetSystemState(), then formats part of the\r
+                * uxTaskGetSystemState() output into a human readable table that\r
                 * displays task names, states and stack usage.\r
                 *\r
                 * vTaskList() has a dependency on the sprintf() C library function that\r
@@ -2767,7 +2767,7 @@ tskTCB *pxNewTCB;
                 * printf-stdarg.c (note printf-stdarg.c does not provide a full\r
                 * snprintf() implementation!).\r
                 *\r
-                * It is recommended that production systems call xTaskGetSystemState()\r
+                * It is recommended that production systems call uxTaskGetSystemState()\r
                 * directly to get access to raw stats data, rather than indirectly\r
                 * through a call to vTaskList().\r
                 */\r
@@ -2786,7 +2786,7 @@ tskTCB *pxNewTCB;
                if( pxTaskStatusArray != NULL )\r
                {\r
                        /* Generate the (binary) data. */\r
-                       uxArraySize = xTaskGetSystemState( pxTaskStatusArray, uxArraySize, NULL );\r
+                       uxArraySize = uxTaskGetSystemState( pxTaskStatusArray, uxArraySize, NULL );\r
 \r
                        /* Create a human readable table from the binary data. */\r
                        for( x = 0; x < uxArraySize; x++ )\r
@@ -2838,8 +2838,8 @@ tskTCB *pxNewTCB;
                 * of the demo applications.  Do not consider it to be part of the\r
                 * scheduler.\r
                 *\r
-                * vTaskGetRunTimeStats() calls xTaskGetSystemState(), then formats part\r
-                * of the xTaskGetSystemState() output into a human readable table that\r
+                * vTaskGetRunTimeStats() calls uxTaskGetSystemState(), then formats part\r
+                * of the uxTaskGetSystemState() output into a human readable table that\r
                 * displays the amount of time each task has spent in the Running state\r
                 * in both absolute and percentage terms.\r
                 *\r
@@ -2851,7 +2851,7 @@ tskTCB *pxNewTCB;
                 * a file called printf-stdarg.c (note printf-stdarg.c does not provide\r
                 * a full snprintf() implementation!).\r
                 *\r
-                * It is recommended that production systems call xTaskGetSystemState()\r
+                * It is recommended that production systems call uxTaskGetSystemState()\r
                 * directly to get access to raw stats data, rather than indirectly\r
                 * through a call to vTaskGetRunTimeStats().\r
                 */\r
@@ -2869,7 +2869,7 @@ tskTCB *pxNewTCB;
                if( pxTaskStatusArray != NULL )\r
                {\r
                        /* Generate the (binary) data. */\r
-                       uxArraySize = xTaskGetSystemState( pxTaskStatusArray, uxArraySize, &ulTotalTime );\r
+                       uxArraySize = uxTaskGetSystemState( pxTaskStatusArray, uxArraySize, &ulTotalTime );\r
 \r
                        /* For percentage calculations. */\r
                        ulTotalTime /= 100UL;\r