Change type of usStackDepth to configSTACK_DEPTH_TYPE.
diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h
index b425368..f957ab5 100644
--- a/FreeRTOS/Source/include/task.h
+++ b/FreeRTOS/Source/include/task.h
@@ -122,7 +122,7 @@
{
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 c7ae0dd..0bb046a 100644
--- a/FreeRTOS/Source/portable/ARMv8M/ReadMe.txt
+++ b/FreeRTOS/Source/portable/ARMv8M/ReadMe.txt
@@ -6,5 +6,5 @@
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 91ad81f..994d937 100644
--- a/FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt
+++ b/FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt
@@ -6,6 +6,6 @@
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 c7ae0dd..0bb046a 100644
--- a/FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt
+++ b/FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt
@@ -6,5 +6,5 @@
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.