From bfba3115f87337caed96da3a8c5834f21e195772 Mon Sep 17 00:00:00 2001 From: supowang Date: Tue, 16 Nov 2021 15:50:32 +0800 Subject: [PATCH] add license --- arch/arm/arm-v6m/cortex-m0/armcc/port_c.c | 17 +++++++++++++++++ arch/arm/arm-v6m/cortex-m0/gcc/port_c.c | 17 +++++++++++++++++ arch/arm/arm-v6m/cortex-m0/iccarm/port_c.c | 17 +++++++++++++++++ arch/msp430/MSP430X/icc430/data_model.h | 16 ++++++++++++++++ arch/msp430/MSP430X/icc430/port_c.c | 17 +++++++++++++++++ arch/msp430/common/include/tos_cpu.h | 17 +++++++++++++++++ arch/msp430/common/include/tos_cpu_def.h | 17 +++++++++++++++++ arch/msp430/common/include/tos_cpu_types.h | 17 +++++++++++++++++ arch/msp430/common/include/tos_fault.h | 17 +++++++++++++++++ doc/30.TencentOS_Tiny_EVB_AIoT_QuickStart.md | 2 +- 10 files changed, 153 insertions(+), 1 deletion(-) diff --git a/arch/arm/arm-v6m/cortex-m0/armcc/port_c.c b/arch/arm/arm-v6m/cortex-m0/armcc/port_c.c index 5a5b1c6a..6d0cf1c8 100644 --- a/arch/arm/arm-v6m/cortex-m0/armcc/port_c.c +++ b/arch/arm/arm-v6m/cortex-m0/armcc/port_c.c @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #include "tos_k.h" #include "core_cm0.h" diff --git a/arch/arm/arm-v6m/cortex-m0/gcc/port_c.c b/arch/arm/arm-v6m/cortex-m0/gcc/port_c.c index 8316e60e..f618c16f 100644 --- a/arch/arm/arm-v6m/cortex-m0/gcc/port_c.c +++ b/arch/arm/arm-v6m/cortex-m0/gcc/port_c.c @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #include "tos_k.h" #include "core_cm0.h" diff --git a/arch/arm/arm-v6m/cortex-m0/iccarm/port_c.c b/arch/arm/arm-v6m/cortex-m0/iccarm/port_c.c index 106bb319..1e1cc2d7 100644 --- a/arch/arm/arm-v6m/cortex-m0/iccarm/port_c.c +++ b/arch/arm/arm-v6m/cortex-m0/iccarm/port_c.c @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #include "tos_k.h" #include "core_cm0.h" diff --git a/arch/msp430/MSP430X/icc430/data_model.h b/arch/msp430/MSP430X/icc430/data_model.h index 03df5aaf..1c63699b 100644 --- a/arch/msp430/MSP430X/icc430/data_model.h +++ b/arch/msp430/MSP430X/icc430/data_model.h @@ -1,3 +1,19 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ #ifndef DATA_MODEL_H #define DATA_MODEL_H diff --git a/arch/msp430/MSP430X/icc430/port_c.c b/arch/msp430/MSP430X/icc430/port_c.c index 7a4fe5cf..16ef4bd4 100644 --- a/arch/msp430/MSP430X/icc430/port_c.c +++ b/arch/msp430/MSP430X/icc430/port_c.c @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #include "tos_k.h" __PORT__ void port_cpu_reset(void) diff --git a/arch/msp430/common/include/tos_cpu.h b/arch/msp430/common/include/tos_cpu.h index 9c7041d1..7a14932f 100644 --- a/arch/msp430/common/include/tos_cpu.h +++ b/arch/msp430/common/include/tos_cpu.h @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #ifndef _TOS_CPU_H_ #define _TOS_CPU_H_ diff --git a/arch/msp430/common/include/tos_cpu_def.h b/arch/msp430/common/include/tos_cpu_def.h index 0b189c21..03346cc2 100644 --- a/arch/msp430/common/include/tos_cpu_def.h +++ b/arch/msp430/common/include/tos_cpu_def.h @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #ifndef _TOS_CPU_DEF_H_ #define _TOS_CPU_DEF_H_ diff --git a/arch/msp430/common/include/tos_cpu_types.h b/arch/msp430/common/include/tos_cpu_types.h index 898db179..67bbc2ee 100644 --- a/arch/msp430/common/include/tos_cpu_types.h +++ b/arch/msp430/common/include/tos_cpu_types.h @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #ifndef _TOS_CPU_TYPES_H_ #define _TOS_CPU_TYPES_H_ diff --git a/arch/msp430/common/include/tos_fault.h b/arch/msp430/common/include/tos_fault.h index 5b9d34b2..3728ccb0 100644 --- a/arch/msp430/common/include/tos_fault.h +++ b/arch/msp430/common/include/tos_fault.h @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------- + * Tencent is pleased to support the open source community by making TencentOS + * available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * If you have downloaded a copy of the TencentOS binary from Tencent, please + * note that the TencentOS binary is licensed under the BSD 3-Clause License. + * + * If you have downloaded a copy of the TencentOS source code from Tencent, + * please note that TencentOS source code is licensed under the BSD 3-Clause + * License, except for the third-party components listed below which are + * subject to different license terms. Your integration of TencentOS into your + * own projects may require compliance with the BSD 3-Clause License, as well + * as the other licenses applicable to the third-party components included + * within TencentOS. + *---------------------------------------------------------------------------*/ + #ifndef _TOS_FAULT_H_ #define _TOS_FAULT_H_ diff --git a/doc/30.TencentOS_Tiny_EVB_AIoT_QuickStart.md b/doc/30.TencentOS_Tiny_EVB_AIoT_QuickStart.md index 04fa7c80..8f52297a 100644 --- a/doc/30.TencentOS_Tiny_EVB_AIoT_QuickStart.md +++ b/doc/30.TencentOS_Tiny_EVB_AIoT_QuickStart.md @@ -56,7 +56,7 @@ https://www.nxp.com/design/software/development-software/mcuxpresso-software-and -### 2.3 NXP RT1052 官方SDK包安装 +### 2.3 NXP RT1060 官方SDK包安装 安装完 MCUXpresso IDE后,我们需要安装开发套件中MCU型号对应的SDK包。 在欢迎界面点击 DownLoad and Install SDKs按钮,或者在项目界面点击按钮,如下图,进入SDK选择界面