Skip to content

Commit 880598c

Browse files
authored
Merge pull request #439 from eclipse-threadx/version-642
Version 6.4.2
2 parents e4d517e + 41bdb2c commit 880598c

File tree

237 files changed

+243
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+243
-237
lines changed

common/inc/tx_api.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
107107
/* update version number, */
108108
/* resulting in version 6.4.1 */
109+
/* 02-19-2025 Frédéric Desbiens Modified comment(s), */
110+
/* update version number, */
111+
/* resulting in version 6.4.2 */
109112
/* */
110113
/**************************************************************************/
111114

@@ -145,7 +148,7 @@ extern "C" {
145148
#define AZURE_RTOS_THREADX
146149
#define THREADX_MAJOR_VERSION 6
147150
#define THREADX_MINOR_VERSION 4
148-
#define THREADX_PATCH_VERSION 1
151+
#define THREADX_PATCH_VERSION 2
149152

150153
/* Define the following symbol for backward compatibility */
151154
#define EL_PRODUCT_THREADX

common_smp/inc/tx_api.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
9595
/* update version number, */
9696
/* resulting in version 6.4.1 */
97+
/* 02-19-2025 Frédéric Desbiens Modified comment(s), */
98+
/* update version number, */
99+
/* resulting in version 6.4.2 */
97100
/* */
98101
/**************************************************************************/
99102

@@ -146,7 +149,7 @@ extern "C" {
146149
#define AZURE_RTOS_THREADX
147150
#define THREADX_MAJOR_VERSION 6
148151
#define THREADX_MINOR_VERSION 4
149-
#define THREADX_PATCH_VERSION 1
152+
#define THREADX_PATCH_VERSION 2
150153

151154
/* Define the following symbol for backward compatibility */
152155
#define EL_PRODUCT_THREADX

ports/arc_em/metaware/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ void _tx_initialize_start_interrupts(void);
321321

322322
#ifdef TX_THREAD_INIT
323323
CHAR _tx_version_id[] =
324-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.1 *";
324+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.2 *";
325325
#else
326326
#ifdef TX_MISRA_ENABLE
327327
extern CHAR _tx_version_id[100];

ports/arc_hs/metaware/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);
335335

336336
#ifdef TX_THREAD_INIT
337337
CHAR _tx_version_id[] =
338-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.1 *";
338+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.2 *";
339339
#else
340340
#ifdef TX_MISRA_ENABLE
341341
extern CHAR _tx_version_id[100];

ports/arm11/ac5/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
319319

320320
#ifdef TX_THREAD_INIT
321321
CHAR _tx_version_id[] =
322-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.1 *";
322+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.2 *";
323323
#else
324324
extern CHAR _tx_version_id[];
325325
#endif

ports/arm11/gnu/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
308308

309309
#ifdef TX_THREAD_INIT
310310
CHAR _tx_version_id[] =
311-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/GNU Version 6.4.1 *";
311+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/GNU Version 6.4.2 *";
312312
#else
313313
extern CHAR _tx_version_id[];
314314
#endif

ports/arm11/iar/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);
374374

375375
#ifdef TX_THREAD_INIT
376376
CHAR _tx_version_id[] =
377-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/IAR Version 6.4.1 *";
377+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/IAR Version 6.4.2 *";
378378
#else
379379
#ifdef TX_MISRA_ENABLE
380380
extern CHAR _tx_version_id[100];

ports/arm9/ac5/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
321321

322322
#ifdef TX_THREAD_INIT
323323
CHAR _tx_version_id[] =
324-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/AC5 Version 6.4.1 *";
324+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/AC5 Version 6.4.2 *";
325325
#else
326326
extern CHAR _tx_version_id[];
327327
#endif

ports/arm9/gnu/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
308308

309309
#ifdef TX_THREAD_INIT
310310
CHAR _tx_version_id[] =
311-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/GNU Version 6.4.1 *";
311+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/GNU Version 6.4.2 *";
312312
#else
313313
extern CHAR _tx_version_id[];
314314
#endif

ports/arm9/iar/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);
374374

375375
#ifdef TX_THREAD_INIT
376376
CHAR _tx_version_id[] =
377-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/IAR Version 6.4.1 *";
377+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/IAR Version 6.4.2 *";
378378
#else
379379
#ifdef TX_MISRA_ENABLE
380380
extern CHAR _tx_version_id[100];

0 commit comments

Comments
 (0)