Skip to content

Commit df30b8b

Browse files
fdesbiensCopilot
andauthored
Release 6.5.1.202602a preparation (#547)
* Updated version number constants * Updated port version strings --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a07bda commit df30b8b

207 files changed

Lines changed: 207 additions & 207 deletions

File tree

Some content is hidden

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

common/inc/tx_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extern "C" {
7979
#define THREADX_MINOR_VERSION 5
8080
#define THREADX_PATCH_VERSION 1
8181
#define THREADX_BUILD_VERSION 202602
82-
#define THREADX_HOTFIX_VERSION ' '
82+
#define THREADX_HOTFIX_VERSION 'a'
8383

8484
/* Define the following symbol for backward compatibility */
8585
#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
@@ -308,7 +308,7 @@ void _tx_initialize_start_interrupts(void);
308308

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

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

312312
#ifdef TX_THREAD_INIT
313313
CHAR _tx_version_id[] =
314-
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/AC5 Version 6.5.1.202602 *";
314+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/AC5 Version 6.5.1.202602a *";
315315
#else
316316
extern CHAR _tx_version_id[];
317317
#endif

ports/arm11/gnu/inc/tx_port.h

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

301301
#ifdef TX_THREAD_INIT
302302
CHAR _tx_version_id[] =
303-
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/GNU Version 6.5.1.202602 *";
303+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/GNU Version 6.5.1.202602a *";
304304
#else
305305
extern CHAR _tx_version_id[];
306306
#endif

ports/arm11/iar/inc/tx_port.h

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

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

314314
#ifdef TX_THREAD_INIT
315315
CHAR _tx_version_id[] =
316-
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/AC5 Version 6.5.1.202602 *";
316+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/AC5 Version 6.5.1.202602a *";
317317
#else
318318
extern CHAR _tx_version_id[];
319319
#endif

ports/arm9/gnu/inc/tx_port.h

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

301301
#ifdef TX_THREAD_INIT
302302
CHAR _tx_version_id[] =
303-
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/GNU Version 6.5.1.202602 *";
303+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/GNU Version 6.5.1.202602a *";
304304
#else
305305
extern CHAR _tx_version_id[];
306306
#endif

ports/arm9/iar/inc/tx_port.h

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

367367
#ifdef TX_THREAD_INIT
368368
CHAR _tx_version_id[] =
369-
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/IAR Version 6.5.1.202602 *";
369+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM9/IAR Version 6.5.1.202602a *";
370370
#else
371371
#ifdef TX_MISRA_ENABLE
372372
extern CHAR _tx_version_id[100];

ports/c667x/ccs/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ unsigned int _tx_thread_interrupt_control(unsigned int);
258258

259259
#ifdef TX_THREAD_INIT
260260
CHAR _tx_version_id[] =
261-
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX C667x/TI Version 6.5.1.202602 *";
261+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX C667x/TI Version 6.5.1.202602a *";
262262
#else
263263
extern CHAR _tx_version_id[];
264264
#endif

0 commit comments

Comments
 (0)