]> git.sur5r.net Git - freertos/commitdiff
Change type of usStackDepth to configSTACK_DEPTH_TYPE.
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 21 Feb 2019 03:25:30 +0000 (03:25 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 21 Feb 2019 03:25:30 +0000 (03:25 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2641 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/ARMv8M/ReadMe.txt
FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt
FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt

index b4253683f9d512e86c664d0475a911e1c5cd65c9..f957ab5b27ec1d12c16e2438348840bb973d12e2 100644 (file)
@@ -122,7 +122,7 @@ typedef struct xTASK_PARAMETERS
 {\r
        TaskFunction_t pvTaskCode;\r
        const char * const pcName;      /*lint !e971 Unqualified char types are allowed for strings and single characters only. */\r
-       uint16_t usStackDepth;\r
+       configSTACK_DEPTH_TYPE usStackDepth;\r
        void *pvParameters;\r
        UBaseType_t uxPriority;\r
        StackType_t *puxStackBuffer;\r
index c7ae0dd47370abcbf175c14bc021d1ce83374584..0bb046a8d53fb2ec894021c8b6a509cbfe2430a1 100644 (file)
@@ -6,5 +6,5 @@ FreeRTOS release.
 If your Cortex-M33 application uses TrustZone then use the files from the\r
 FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories.\r
 \r
-If you Cortex-M33 application does not use TrustZone then use the files from\r
+If your Cortex-M33 application does not use TrustZone then use the files from\r
 the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.\r
index 91ad81f8d6eef4e5dd19f97be4d779b033052095..994d93754ab29c70dcd37d0879b204a241a739e1 100644 (file)
@@ -6,6 +6,6 @@ FreeRTOS release.
 If your Cortex-M33 application uses TrustZone then use the files from the\r
 FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories.\r
 \r
-If you Cortex-M33 application does not use TrustZone then use the files from\r
+If your Cortex-M33 application does not use TrustZone then use the files from\r
 the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.\r
 \r
index c7ae0dd47370abcbf175c14bc021d1ce83374584..0bb046a8d53fb2ec894021c8b6a509cbfe2430a1 100644 (file)
@@ -6,5 +6,5 @@ FreeRTOS release.
 If your Cortex-M33 application uses TrustZone then use the files from the\r
 FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories.\r
 \r
-If you Cortex-M33 application does not use TrustZone then use the files from\r
+If your Cortex-M33 application does not use TrustZone then use the files from\r
 the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.\r