Skip to content

Commit

Permalink
Update version id string.
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ms committed Jan 30, 2024
1 parent 54a4378 commit 3e1da1f
Show file tree
Hide file tree
Showing 1,048 changed files with 1,048 additions and 1,048 deletions.
2 changes: 1 addition & 1 deletion common/src/tx_misra.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "tx_api.h"
#else
#define TX_THREAD_INIT
//CHAR _tx_version_id[100] = "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX 6.1 MISRA C Compliant *";
//CHAR _tx_version_id[100] = "Copyright (c) 2024 Microsoft Corporation. * ThreadX 6.1 MISRA C Compliant *";

#include "tx_api.h"
#include "tx_thread.h"
Expand Down
2 changes: 1 addition & 1 deletion common_smp/src/tx_misra.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#ifdef TX_MISRA_ENABLE
#define TX_THREAD_INIT
//CHAR _tx_version_id[100] = "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX 6.1 MISRA C Compliant *";
//CHAR _tx_version_id[100] = "Copyright (c) 2024 Microsoft Corporation. * ThreadX 6.1 MISRA C Compliant *";

#include "tx_api.h"
#include "tx_thread.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
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) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * 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_em/metaware/src/tx_thread_context_restore.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/src/tx_thread_context_save.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/src/tx_thread_interrupt_control.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/src/tx_thread_schedule.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/src/tx_thread_stack_build.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/src/tx_thread_system_return.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/src/tx_timer_interrupt.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
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) Microsoft Corporation. All rights reserved. * ThreadX ARC_HS/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARC_HS/MetaWare Version 6.4.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_context_fast_restore.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_context_fast_save.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_context_restore.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_context_save.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_interrupt_control.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_register_bank_assign.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_schedule.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_stack_build.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_thread_system_return.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/src/tx_timer_interrupt.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/example_build/tx_initialize_low_level.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
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) Microsoft Corporation. All rights reserved. * ThreadX ARM11/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARM11/AC5 Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_context_restore.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_context_save.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_fiq_context_restore.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_fiq_context_save.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_fiq_nesting_end.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_fiq_nesting_start.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_interrupt_control.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_interrupt_disable.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_interrupt_restore.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_irq_nesting_end.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
2 changes: 1 addition & 1 deletion ports/arm11/ac5/src/tx_thread_irq_nesting_start.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* Copyright (c) 2024 Microsoft Corporation. */
;/* */
;/* This software is licensed under the Microsoft Software License */
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */
Expand Down
Loading

0 comments on commit 3e1da1f

Please sign in to comment.