mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
Change type of usStackDepth to configSTACK_DEPTH_TYPE.
This commit is contained in:
parent
5623c69748
commit
5fe8465a35
|
@ -122,7 +122,7 @@ typedef struct xTASK_PARAMETERS
|
||||||
{
|
{
|
||||||
TaskFunction_t pvTaskCode;
|
TaskFunction_t pvTaskCode;
|
||||||
const char * const pcName; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
|
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;
|
void *pvParameters;
|
||||||
UBaseType_t uxPriority;
|
UBaseType_t uxPriority;
|
||||||
StackType_t *puxStackBuffer;
|
StackType_t *puxStackBuffer;
|
||||||
|
|
|
@ -6,5 +6,5 @@ FreeRTOS release.
|
||||||
If your Cortex-M33 application uses TrustZone then use the files from the
|
If your Cortex-M33 application uses TrustZone then use the files from the
|
||||||
FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories.
|
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.
|
the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.
|
||||||
|
|
|
@ -6,6 +6,6 @@ FreeRTOS release.
|
||||||
If your Cortex-M33 application uses TrustZone then use the files from the
|
If your Cortex-M33 application uses TrustZone then use the files from the
|
||||||
FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories.
|
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.
|
the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@ FreeRTOS release.
|
||||||
If your Cortex-M33 application uses TrustZone then use the files from the
|
If your Cortex-M33 application uses TrustZone then use the files from the
|
||||||
FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories.
|
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.
|
the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.
|
||||||
|
|
Loading…
Reference in a new issue