Skip to content

Commit 376e26b

Browse files
committed
Updated ports version to v6.4.2.
1 parent e4d517e commit 376e26b

File tree

235 files changed

+235
-235
lines changed

Some content is hidden

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

235 files changed

+235
-235
lines changed

ports/arc_em/metaware/inc/tx_port.h

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

322322
#ifdef TX_THREAD_INIT
323323
CHAR _tx_version_id[] =
324-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.1 *";
324+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.2 *";
325325
#else
326326
#ifdef TX_MISRA_ENABLE
327327
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
@@ -335,7 +335,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);
335335

336336
#ifdef TX_THREAD_INIT
337337
CHAR _tx_version_id[] =
338-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.1 *";
338+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.2 *";
339339
#else
340340
#ifdef TX_MISRA_ENABLE
341341
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
@@ -319,7 +319,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
319319

320320
#ifdef TX_THREAD_INIT
321321
CHAR _tx_version_id[] =
322-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.1 *";
322+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.2 *";
323323
#else
324324
extern CHAR _tx_version_id[];
325325
#endif

ports/arm11/gnu/inc/tx_port.h

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

309309
#ifdef TX_THREAD_INIT
310310
CHAR _tx_version_id[] =
311-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/GNU Version 6.4.1 *";
311+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/GNU Version 6.4.2 *";
312312
#else
313313
extern CHAR _tx_version_id[];
314314
#endif

ports/arm11/iar/inc/tx_port.h

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

375375
#ifdef TX_THREAD_INIT
376376
CHAR _tx_version_id[] =
377-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/IAR Version 6.4.1 *";
377+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/IAR Version 6.4.2 *";
378378
#else
379379
#ifdef TX_MISRA_ENABLE
380380
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
@@ -321,7 +321,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
321321

322322
#ifdef TX_THREAD_INIT
323323
CHAR _tx_version_id[] =
324-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/AC5 Version 6.4.1 *";
324+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/AC5 Version 6.4.2 *";
325325
#else
326326
extern CHAR _tx_version_id[];
327327
#endif

ports/arm9/gnu/inc/tx_port.h

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

309309
#ifdef TX_THREAD_INIT
310310
CHAR _tx_version_id[] =
311-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/GNU Version 6.4.1 *";
311+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/GNU Version 6.4.2 *";
312312
#else
313313
extern CHAR _tx_version_id[];
314314
#endif

ports/arm9/iar/inc/tx_port.h

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

375375
#ifdef TX_THREAD_INIT
376376
CHAR _tx_version_id[] =
377-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/IAR Version 6.4.1 *";
377+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM9/IAR Version 6.4.2 *";
378378
#else
379379
#ifdef TX_MISRA_ENABLE
380380
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
@@ -270,7 +270,7 @@ unsigned int _tx_thread_interrupt_control(unsigned int);
270270

271271
#ifdef TX_THREAD_INIT
272272
CHAR _tx_version_id[] =
273-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX C667x/TI Version 6.4.1 *";
273+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX C667x/TI Version 6.4.2 *";
274274
#else
275275
extern CHAR _tx_version_id[];
276276
#endif

ports/cortex_a12/ac6/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ void tx_thread_vfp_disable(void);
320320

321321
#ifdef TX_THREAD_INIT
322322
CHAR _tx_version_id[] =
323-
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.1 *";
323+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.2 *";
324324
#else
325325
extern CHAR _tx_version_id[];
326326
#endif

0 commit comments

Comments
 (0)