From: gaurav-aws Date: Thu, 21 Feb 2019 03:25:30 +0000 (+0000) Subject: Change type of usStackDepth to configSTACK_DEPTH_TYPE. X-Git-Tag: V10.2.0~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42342da982283cded3223403ab6c47ed3dbfb749;p=freertos Change type of usStackDepth to configSTACK_DEPTH_TYPE. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2641 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h index b4253683f..f957ab5b2 100644 --- a/FreeRTOS/Source/include/task.h +++ b/FreeRTOS/Source/include/task.h @@ -122,7 +122,7 @@ typedef struct xTASK_PARAMETERS { TaskFunction_t pvTaskCode; const char * const pcName; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */ - uint16_t usStackDepth; + configSTACK_DEPTH_TYPE usStackDepth; void *pvParameters; UBaseType_t uxPriority; StackType_t *puxStackBuffer; diff --git a/FreeRTOS/Source/portable/ARMv8M/ReadMe.txt b/FreeRTOS/Source/portable/ARMv8M/ReadMe.txt index c7ae0dd47..0bb046a8d 100644 --- a/FreeRTOS/Source/portable/ARMv8M/ReadMe.txt +++ b/FreeRTOS/Source/portable/ARMv8M/ReadMe.txt @@ -6,5 +6,5 @@ FreeRTOS release. If your Cortex-M33 application uses TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories. -If you Cortex-M33 application does not use TrustZone then use the files from +If your Cortex-M33 application does not use TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories. diff --git a/FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt b/FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt index 91ad81f8d..994d93754 100644 --- a/FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt +++ b/FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt @@ -6,6 +6,6 @@ FreeRTOS release. If your Cortex-M33 application uses TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories. -If you Cortex-M33 application does not use TrustZone then use the files from +If your Cortex-M33 application does not use TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories. diff --git a/FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt b/FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt index c7ae0dd47..0bb046a8d 100644 --- a/FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt +++ b/FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt @@ -6,5 +6,5 @@ FreeRTOS release. If your Cortex-M33 application uses TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories. -If you Cortex-M33 application does not use TrustZone then use the files from +If your Cortex-M33 application does not use TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.