diff options
| author | Tiejun Zhou <[email protected]> | 2022-10-26 23:41:13 +0000 |
|---|---|---|
| committer | Tiejun Zhou <[email protected]> | 2022-10-26 23:41:13 +0000 |
| commit | 3e8e85cdc1e51f9de577457377a4f9a4f6b9b82f (patch) | |
| tree | 861c0ab74e5dc5de7509b4b85f5e75dd74457117 /utility/rtos_compatibility_layers/FreeRTOS/config_template | |
| parent | b871c33620f9b58a83e92a33f4ca00025e850c7f (diff) | |
Release 6.2.0v6.2.0_rel
Diffstat (limited to 'utility/rtos_compatibility_layers/FreeRTOS/config_template')
| -rw-r--r-- | utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h b/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h index 3afd6982..28dbb659 100644 --- a/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h +++ b/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h @@ -22,7 +22,10 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 09-30-2020 William E. Lamie Initial Version 6.1 */ +/* 09-30-2020 William E. Lamie Initial Version 6.1 */ +/* 10-31-2022 Scott Larson Change configSTACK_DEPTH_TYPE */ +/* to 32 bit instead of 16 bit, */ +/* resulting in version 6.2.0 */ /* */ /**************************************************************************/ @@ -52,7 +55,7 @@ /* #define configUSE_PORT_OPTIMISED_TASK_SELECTION 0 */ /* #define configMESSAGE_BUFFER_LENGTH_TYPE size_t */ -#define configSTACK_DEPTH_TYPE uint16_t +#define configSTACK_DEPTH_TYPE uint32_t /* #define configUSE_CO_ROUTINES 0 */ /* #define configMAX_CO_ROUTINE_PRIORITIES (2) */ |
