Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version number to 6.4.1 #365

Merged
merged 1 commit into from
Feb 28, 2024
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
7 changes: 5 additions & 2 deletions common/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* tx_api.h PORTABLE C */
/* 6.4.0 */
/* 6.4.1 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -103,6 +103,9 @@
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.0 */
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.1 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -142,7 +145,7 @@ extern "C" {
#define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0
#define THREADX_PATCH_VERSION 1

/* Define the following symbol for backward compatibility */
#define EL_PRODUCT_THREADX
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 @@ -25,7 +25,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* tx_api.h PORTABLE SMP */
/* 6.4.0 */
/* 6.4.1 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -91,6 +91,9 @@
/* 12-31-2023 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.0 */
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.1 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -143,7 +146,7 @@ extern "C" {
#define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0
#define THREADX_PATCH_VERSION 1

/* Define the following symbol for backward compatibility */
#define EL_PRODUCT_THREADX
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 @@ -321,7 +321,7 @@ void _tx_initialize_start_interrupts(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.1 *";
#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 @@ -335,7 +335,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.1 *";
#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 @@ -319,7 +319,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.1 *";
#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 @@ -308,7 +308,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/GNU Version 6.4.1 *";
#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 @@ -374,7 +374,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/IAR Version 6.4.1 *";
#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 @@ -321,7 +321,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/AC5 Version 6.4.1 *";
#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 @@ -308,7 +308,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/GNU Version 6.4.1 *";
#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 @@ -374,7 +374,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/IAR Version 6.4.1 *";
#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 @@ -270,7 +270,7 @@ unsigned int _tx_thread_interrupt_control(unsigned int);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX C667x/TI Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX C667x/TI Version 6.4.1 *";
#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 @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a12/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/iar/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A15/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A15/IAR Version 6.4.1 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a17/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a17/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a34/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a34/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a35/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a35/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/ac5/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5/AC5 Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/ghs/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5/Green Hills Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5/Green Hills Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/iar/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5/IAR Version 6.4.1 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a53/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a53/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a55/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a55/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a57/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a57/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5x/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5x/ARM Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5x/ARM Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a65/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a65/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a65ae/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a65ae/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv8-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/ac5/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A7/AC5 Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/ac6/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
Loading
Loading