Skip to content

Commit d9ffb0f

Browse files
Update release date and version (#338)
* Update version number in API header * Update release date and version
1 parent e73843f commit d9ffb0f

File tree

432 files changed

+830
-824
lines changed

Some content is hidden

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

432 files changed

+830
-824
lines changed

common/inc/tx_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* APPLICATION INTERFACE DEFINITION RELEASE */
2727
/* */
2828
/* tx_api.h PORTABLE C */
29-
/* 6.3.0 */
29+
/* 6.4.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* William E. Lamie, Microsoft Corporation */
@@ -101,6 +101,9 @@
101101
/* added option for random */
102102
/* number stack filling, */
103103
/* resulting in version 6.3.0 */
104+
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
105+
/* update version number, */
106+
/* resulting in version 6.4.0 */
104107
/* */
105108
/**************************************************************************/
106109

@@ -139,7 +142,7 @@ extern "C" {
139142

140143
#define AZURE_RTOS_THREADX
141144
#define THREADX_MAJOR_VERSION 6
142-
#define THREADX_MINOR_VERSION 3
145+
#define THREADX_MINOR_VERSION 4
143146
#define THREADX_PATCH_VERSION 0
144147

145148
/* Define the following symbol for backward compatibility */

common_smp/inc/tx_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* APPLICATION INTERFACE DEFINITION RELEASE */
2727
/* */
2828
/* tx_api.h PORTABLE SMP */
29-
/* 6.3.0 */
29+
/* 6.4.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* William E. Lamie, Microsoft Corporation */
@@ -89,6 +89,9 @@
8989
/* added option for random */
9090
/* number stack filling, */
9191
/* resulting in version 6.3.0 */
92+
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
93+
/* update version number, */
94+
/* resulting in version 6.4.0 */
9295
/* */
9396
/**************************************************************************/
9497

@@ -140,7 +143,7 @@ extern "C" {
140143

141144
#define AZURE_RTOS_THREADX
142145
#define THREADX_MAJOR_VERSION 6
143-
#define THREADX_MINOR_VERSION 3
146+
#define THREADX_MINOR_VERSION 4
144147
#define THREADX_PATCH_VERSION 0
145148

146149
/* Define the following symbol for backward compatibility */

ports/arc_em/metaware/inc/tx_port.h

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

323323
#ifdef TX_THREAD_INIT
324324
CHAR _tx_version_id[] =
325-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.3.0 *";
325+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.4.0 *";
326326
#else
327327
#ifdef TX_MISRA_ENABLE
328328
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
@@ -336,7 +336,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);
336336

337337
#ifdef TX_THREAD_INIT
338338
CHAR _tx_version_id[] =
339-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARC_HS/MetaWare Version 6.3.0 *";
339+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARC_HS/MetaWare Version 6.4.0 *";
340340
#else
341341
#ifdef TX_MISRA_ENABLE
342342
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
@@ -320,7 +320,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
320320

321321
#ifdef TX_THREAD_INIT
322322
CHAR _tx_version_id[] =
323-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/AC5 Version 6.3.0 *";
323+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/AC5 Version 6.4.0 *";
324324
#else
325325
extern CHAR _tx_version_id[];
326326
#endif

ports/arm11/gnu/inc/tx_port.h

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

310310
#ifdef TX_THREAD_INIT
311311
CHAR _tx_version_id[] =
312-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/GNU Version 6.3.0 *";
312+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/GNU Version 6.4.0 *";
313313
#else
314314
extern CHAR _tx_version_id[];
315315
#endif

ports/arm11/iar/inc/tx_port.h

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

376376
#ifdef TX_THREAD_INIT
377377
CHAR _tx_version_id[] =
378-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/IAR Version 6.3.0 *";
378+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/IAR Version 6.4.0 *";
379379
#else
380380
#ifdef TX_MISRA_ENABLE
381381
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
@@ -322,7 +322,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
322322

323323
#ifdef TX_THREAD_INIT
324324
CHAR _tx_version_id[] =
325-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.3.0 *";
325+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.4.0 *";
326326
#else
327327
extern CHAR _tx_version_id[];
328328
#endif

ports/arm9/gnu/inc/tx_port.h

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

310310
#ifdef TX_THREAD_INIT
311311
CHAR _tx_version_id[] =
312-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.3.0 *";
312+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.4.0 *";
313313
#else
314314
extern CHAR _tx_version_id[];
315315
#endif

ports/arm9/iar/inc/tx_port.h

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

376376
#ifdef TX_THREAD_INIT
377377
CHAR _tx_version_id[] =
378-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.3.0 *";
378+
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.4.0 *";
379379
#else
380380
#ifdef TX_MISRA_ENABLE
381381
extern CHAR _tx_version_id[100];

0 commit comments

Comments
 (0)