Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 10 additions & 9 deletions common_smp/inc/tx_api.h
Original file line number Diff line number Diff line change
@@ -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
**************************************************************************/

Expand Down Expand Up @@ -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. */
Expand All @@ -149,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 */
Expand Down Expand Up @@ -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
Expand Down
Loading