Skip to content
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
4 changes: 2 additions & 2 deletions common/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ extern "C" {
#define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 5
#define THREADX_PATCH_VERSION 0
#define THREADX_BUILD_VERSION 202601
#define THREADX_PATCH_VERSION 1
#define THREADX_BUILD_VERSION 202602
#define THREADX_HOTFIX_VERSION ' '

/* 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 @@ -308,7 +308,7 @@ void _tx_initialize_start_interrupts(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARCv2_EM/MetaWare Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARCv2_EM/MetaWare Version 6.5.1.202602 *";
#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 @@ -322,7 +322,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARC_HS/MetaWare Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARC_HS/MetaWare Version 6.5.1.202602 *";
#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 @@ -311,7 +311,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/AC5 Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/AC5 Version 6.5.1.202602 *";
#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 @@ -300,7 +300,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/GNU Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/GNU Version 6.5.1.202602 *";
#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 @@ -366,7 +366,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/IAR Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/IAR Version 6.5.1.202602 *";
#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 @@ -313,7 +313,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/AC5 Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/AC5 Version 6.5.1.202602 *";
#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 @@ -300,7 +300,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/GNU Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/GNU Version 6.5.1.202602 *";
#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 @@ -366,7 +366,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/IAR Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/IAR Version 6.5.1.202602 *";
#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 @@ -258,7 +258,7 @@ unsigned int _tx_thread_interrupt_control(unsigned int);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX C667x/TI Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX C667x/TI Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -376,7 +376,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A15/IAR Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A15/IAR Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -318,7 +318,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5/AC5 Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5/AC5 Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -386,7 +386,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5/Green Hills Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5/Green Hills Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#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 @@ -374,7 +374,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5/IAR Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5/IAR Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -348,7 +348,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5x/ARM Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A5x/ARM Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -361,7 +361,7 @@ VOID tx_thread_fp_disable(VOID);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv8-A Version 6.5.1.202602 *";
#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 @@ -318,7 +318,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A7/AC5 Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A7/AC5 Version 6.5.1.202602 *";
#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 @@ -307,7 +307,7 @@ void tx_thread_vfp_disable(void);

#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.0.202601 *";
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARMv7-A Version 6.5.1.202602 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
Loading