From a9558def77c813a289f1a546e09bced8aaf7e930 Mon Sep 17 00:00:00 2001 From: MAY Date: Tue, 25 Nov 2025 19:33:46 +0100 Subject: [PATCH 1/3] fix typo TX_BYTE_POOL_DELAY_VALUE instead of TX_BTYE_POOL_DELAY_VALUE --- common_smp/inc/tx_api.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/common_smp/inc/tx_api.h b/common_smp/inc/tx_api.h index 355fec8c..98d9910a 100644 --- a/common_smp/inc/tx_api.h +++ b/common_smp/inc/tx_api.h @@ -1,10 +1,10 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -135,9 +135,10 @@ extern "C" { #ifndef TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH #define TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH 20 #endif -#ifndef TX_BTYE_POOL_DELAY_VALUE + +#ifndef TX_BYTE_POOL_DELAY_VALUE #define TX_BYTE_POOL_DELAY_VALUE 3 -#endif +#endif /* TX_BYTE_POOL_DELAY_VALUE */ /* Define basic constants for the ThreadX kernel. */ @@ -659,7 +660,7 @@ typedef struct TX_THREAD_STRUCT ULONG tx_thread_suspension_sequence; #if defined(TX_ENABLE_RANDOM_NUMBER_STACK_FILLING) && defined(TX_ENABLE_STACK_CHECKING) - + /* Define the random stack fill number. This can be used to detect stack overflow. */ ULONG tx_thread_stack_fill_value; #endif From d24ef8db373bd2d840b6be3585e3094237798a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Fri, 9 Jan 2026 09:31:57 -0500 Subject: [PATCH 2/3] Updated the version number --- common/inc/tx_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index 629d1ab9..4224c7e6 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -148,9 +148,9 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 4 -#define THREADX_PATCH_VERSION 3 -#define THREADX_BUILD_VERSION 202503 -#define THREADX_HOTFIX_VERSION '' +#define THREADX_PATCH_VERSION 5 +#define THREADX_BUILD_VERSION 202504 +#define THREADX_HOTFIX_VERSION ' ' /* Define the following symbol for backward compatibility */ #define EL_PRODUCT_THREADX From 5c58767c5df119b6f0e7d87a6204107b8fd9dc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Fri, 9 Jan 2026 09:33:14 -0500 Subject: [PATCH 3/3] Updated the version number --- common_smp/inc/tx_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common_smp/inc/tx_api.h b/common_smp/inc/tx_api.h index 98d9910a..ae5ffc8f 100644 --- a/common_smp/inc/tx_api.h +++ b/common_smp/inc/tx_api.h @@ -150,9 +150,9 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 4 -#define THREADX_PATCH_VERSION 3 -#define THREADX_BUILD_VERSION 202503 -#define THREADX_HOTFIX_VERSION '' +#define THREADX_PATCH_VERSION 5 +#define THREADX_BUILD_VERSION 202504 +#define THREADX_HOTFIX_VERSION ' ' /* Define the following symbol for backward compatibility */