Skip to content

Commit 27f0ce9

Browse files
committed
Update version number to 6.4.1
1 parent 9f527a3 commit 27f0ce9

File tree

237 files changed

+245
-239
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

+245
-239
lines changed

common/inc/tx_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* APPLICATION INTERFACE DEFINITION RELEASE */
2626
/* */
2727
/* tx_api.h PORTABLE C */
28-
/* 6.4.0 */
28+
/* 6.4.1 */
2929
/* AUTHOR */
3030
/* */
3131
/* William E. Lamie, Microsoft Corporation */
@@ -103,6 +103,9 @@
103103
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
104104
/* update version number, */
105105
/* resulting in version 6.4.0 */
106+
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
107+
/* update version number, */
108+
/* resulting in version 6.4.1 */
106109
/* */
107110
/**************************************************************************/
108111

@@ -142,7 +145,7 @@ extern "C" {
142145
#define AZURE_RTOS_THREADX
143146
#define THREADX_MAJOR_VERSION 6
144147
#define THREADX_MINOR_VERSION 4
145-
#define THREADX_PATCH_VERSION 0
148+
#define THREADX_PATCH_VERSION 1
146149

147150
/* Define the following symbol for backward compatibility */
148151
#define EL_PRODUCT_THREADX

common_smp/inc/tx_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* APPLICATION INTERFACE DEFINITION RELEASE */
2626
/* */
2727
/* tx_api.h PORTABLE SMP */
28-
/* 6.4.0 */
28+
/* 6.4.1 */
2929
/* AUTHOR */
3030
/* */
3131
/* William E. Lamie, Microsoft Corporation */
@@ -91,6 +91,9 @@
9191
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
9292
/* update version number, */
9393
/* resulting in version 6.4.0 */
94+
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
95+
/* update version number, */
96+
/* resulting in version 6.4.1 */
9497
/* */
9598
/**************************************************************************/
9699

@@ -143,7 +146,7 @@ extern "C" {
143146
#define AZURE_RTOS_THREADX
144147
#define THREADX_MAJOR_VERSION 6
145148
#define THREADX_MINOR_VERSION 4
146-
#define THREADX_PATCH_VERSION 0
149+
#define THREADX_PATCH_VERSION 1
147150

148151
/* Define the following symbol for backward compatibility */
149152
#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.0 *";
324+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.1 *";
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.0 *";
338+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.1 *";
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.0 *";
322+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.1 *";
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.0 *";
311+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/GNU Version 6.4.1 *";
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.0 *";
377+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/IAR Version 6.4.1 *";
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.0 *";
324+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/AC5 Version 6.4.1 *";
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.0 *";
311+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/GNU Version 6.4.1 *";
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.0 *";
377+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/IAR Version 6.4.1 *";
378378
#else
379379
#ifdef TX_MISRA_ENABLE
380380
extern CHAR _tx_version_id[100];

0 commit comments

Comments
 (0)