1
0
mirror of https://github.com/azure-rtos/threadx synced 2025-01-30 08:02:57 +08:00

Merge branch 'master' into wickste-patch-6

This commit is contained in:
Stefan Wick 2024-02-28 13:03:32 -08:00 committed by GitHub
commit d864013232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1036 changed files with 8978 additions and 8212 deletions

View File

@ -25,7 +25,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */ /* APPLICATION INTERFACE DEFINITION RELEASE */
/* */ /* */
/* tx_api.h PORTABLE C */ /* tx_api.h PORTABLE C */
/* 6.4.0 */ /* 6.4.1 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@ -103,6 +103,9 @@
/* 12-31-2023 Tiejun Zhou Modified comment(s), */ /* 12-31-2023 Tiejun Zhou Modified comment(s), */
/* update version number, */ /* update version number, */
/* resulting in version 6.4.0 */ /* resulting in version 6.4.0 */
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.1 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
@ -142,7 +145,7 @@ extern "C" {
#define AZURE_RTOS_THREADX #define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6 #define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 4 #define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0 #define THREADX_PATCH_VERSION 1
/* Define the following symbol for backward compatibility */ /* Define the following symbol for backward compatibility */
#define EL_PRODUCT_THREADX #define EL_PRODUCT_THREADX

View File

@ -25,7 +25,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */ /* APPLICATION INTERFACE DEFINITION RELEASE */
/* */ /* */
/* tx_api.h PORTABLE SMP */ /* tx_api.h PORTABLE SMP */
/* 6.4.0 */ /* 6.4.1 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@ -91,6 +91,9 @@
/* 12-31-2023 Tiejun Zhou Modified comment(s), */ /* 12-31-2023 Tiejun Zhou Modified comment(s), */
/* update version number, */ /* update version number, */
/* resulting in version 6.4.0 */ /* resulting in version 6.4.0 */
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.1 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
@ -143,7 +146,7 @@ extern "C" {
#define AZURE_RTOS_THREADX #define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6 #define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 4 #define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0 #define THREADX_PATCH_VERSION 1
/* Define the following symbol for backward compatibility */ /* Define the following symbol for backward compatibility */
#define EL_PRODUCT_THREADX #define EL_PRODUCT_THREADX

1553
docs/revision_history.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -321,7 +321,7 @@ void _tx_initialize_start_interrupts(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = 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 #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -335,7 +335,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = 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 #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -319,7 +319,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = 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 #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -308,7 +308,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = 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 #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -374,7 +374,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = 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 #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@ -1,14 +1,13 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,14 +1,13 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,14 +1,13 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,14 +1,13 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
;/**************************************************************************/ ;/**************************************************************************/
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,15 +1,14 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -321,7 +321,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = 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 #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
;/**************************************************************************/ ;/***************************************************************************
;/* */ ; * Copyright (c) 2024 Microsoft Corporation
;/* Copyright (c) 2024 Microsoft Corporation. */ ; *
;/* */ ; * This program and the accompanying materials are made available under the
;/* This software is licensed under the Microsoft Software License */ ; * terms of the MIT License which is available at
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ ; * https://opensource.org/licenses/MIT.
;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ ; *
;/* and in the root directory of this software. */ ; * SPDX-License-Identifier: MIT
;/* */ ; **************************************************************************/
;/**************************************************************************/
; ;
; ;
;/**************************************************************************/ ;/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

View File

@ -1,13 +1,12 @@
@/**************************************************************************/ @/***************************************************************************
@/* */ @ * Copyright (c) 2024 Microsoft Corporation
@/* Copyright (c) 2024 Microsoft Corporation. */ @ *
@/* */ @ * This program and the accompanying materials are made available under the
@/* This software is licensed under the Microsoft Software License */ @ * terms of the MIT License which is available at
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ @ * https://opensource.org/licenses/MIT.
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ @ *
@/* and in the root directory of this software. */ @ * SPDX-License-Identifier: MIT
@/* */ @ **************************************************************************/
@/**************************************************************************/
@ @
@ @
@/**************************************************************************/ @/**************************************************************************/

Some files were not shown because too many files have changed in this diff Show More