Skip to content

Commit

Permalink
Update release date and version (#338)
Browse files Browse the repository at this point in the history
* Update version number in API header

* Update release date and version
  • Loading branch information
TiejunMS authored Dec 28, 2023
1 parent e73843f commit d9ffb0f
Show file tree
Hide file tree
Showing 432 changed files with 830 additions and 824 deletions.
7 changes: 5 additions & 2 deletions common/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* tx_api.h PORTABLE C */
/* 6.3.0 */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -101,6 +101,9 @@
/* added option for random */
/* number stack filling, */
/* resulting in version 6.3.0 */
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -139,7 +142,7 @@ extern "C" {

#define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 3
#define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0

/* Define the following symbol for backward compatibility */
Expand Down
7 changes: 5 additions & 2 deletions common_smp/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* tx_api.h PORTABLE SMP */
/* 6.3.0 */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -89,6 +89,9 @@
/* added option for random */
/* number stack filling, */
/* resulting in version 6.3.0 */
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -140,7 +143,7 @@ extern "C" {

#define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 3
#define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0

/* Define the following symbol for backward compatibility */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ void _tx_initialize_start_interrupts(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.4.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARC_HS/MetaWare Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARC_HS/MetaWare Version 6.4.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/AC5 Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/AC5 Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/GNU Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/iar/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/IAR Version 6.4.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/ac5/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/iar/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.4.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
Expand Down
2 changes: 1 addition & 1 deletion ports/c667x/ccs/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ unsigned int _tx_thread_interrupt_control(unsigned int);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX C667x/TI Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX C667x/TI Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a12/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
6 changes: 3 additions & 3 deletions ports/cortex_a12/ac6/src/tx_thread_context_restore.S
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ IRQ_MODE = 0x12 // IRQ mode
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_restore ARMv7-A */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -93,9 +93,9 @@ IRQ_MODE = 0x12 // IRQ mode
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
/* 12-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
.global _tx_thread_context_restore
Expand Down
6 changes: 3 additions & 3 deletions ports/cortex_a12/ac6/src/tx_thread_context_save.S
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_save ARMv7-A */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -85,9 +85,9 @@
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
/* 12-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
.global _tx_thread_context_save
Expand Down
6 changes: 3 additions & 3 deletions ports/cortex_a12/ac6/src/tx_thread_fiq_nesting_end.S
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* FUNCTION RELEASE */
/* */
/* _tx_thread_fiq_nesting_end ARMv7-A */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -90,9 +90,9 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
/* 12-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
#if defined(THUMB_MODE)
Expand Down
6 changes: 3 additions & 3 deletions ports/cortex_a12/ac6/src/tx_thread_fiq_nesting_start.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */
/* */
/* _tx_thread_fiq_nesting_start ARMv7-A */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -83,9 +83,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
/* 12-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
#if defined(THUMB_MODE)
Expand Down
6 changes: 3 additions & 3 deletions ports/cortex_a12/ac6/src/tx_thread_interrupt_control.S
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FIQ_MASK = 0x040
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_control ARMv7-A */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -79,9 +79,9 @@ FIQ_MASK = 0x040
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
/* 12-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
#if defined(THUMB_MODE)
Expand Down
6 changes: 3 additions & 3 deletions ports/cortex_a12/ac6/src/tx_thread_interrupt_disable.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_disable ARMv7-A */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -72,9 +72,9 @@
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
/* 12-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
#if defined(THUMB_MODE)
Expand Down
6 changes: 3 additions & 3 deletions ports/cortex_a12/ac6/src/tx_thread_interrupt_restore.S
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ FIQ_MASK = 0x040
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_restore ARMv7-A */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -78,9 +78,9 @@ FIQ_MASK = 0x040
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
/* 12-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
#if defined(THUMB_MODE)
Expand Down
Loading

0 comments on commit d9ffb0f

Please sign in to comment.