Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
ff08faf6
R
rt-thread
项目概览
BaiXuePrincess
/
rt-thread
与 Fork 源项目一致
Fork自
RT-Thread / rt-thread
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
rt-thread
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
ff08faf6
编写于
9月 25, 2018
作者:
B
Bernard Xiong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[Kernel] Adjust the copyright information
上级
32939be9
变更
15
显示空白变更内容
内联
并排
Showing
15 changed file
with
4 addition
and
65 deletion
+4
-65
libcpu/arm/cortex-m4/context_rvds.S
libcpu/arm/cortex-m4/context_rvds.S
+4
-8
src/clock.c
src/clock.c
+0
-5
src/components.c
src/components.c
+0
-4
src/device.c
src/device.c
+0
-4
src/idle.c
src/idle.c
+0
-4
src/ipc.c
src/ipc.c
+0
-4
src/irq.c
src/irq.c
+0
-4
src/kservice.c
src/kservice.c
+0
-4
src/mem.c
src/mem.c
+0
-4
src/mempool.c
src/mempool.c
+0
-4
src/object.c
src/object.c
+0
-4
src/scheduler.c
src/scheduler.c
+0
-4
src/signal.c
src/signal.c
+0
-4
src/thread.c
src/thread.c
+0
-4
src/timer.c
src/timer.c
+0
-4
未找到文件。
libcpu/arm/cortex-m4/context_rvds.S
浏览文件 @
ff08faf6
;/*
; * File : context_rvds.S
; * This file is part of RT-Thread RTOS
; * COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
; *
; * The license and distribution terms for this file may be
; * found in the file LICENSE in this distribution or at
; * http://www.rt-thread.org/license/LICENSE
; *
;* Copyright (c) 2006-2018, RT-Thread Development Team
;*
;* SPDX-License-Identifier: Apache-2.0
;*
; * Change Logs:
; * Date Author Notes
; * 2009-01-17 Bernard first version.
...
...
src/clock.c
浏览文件 @
ff08faf6
...
...
@@ -3,11 +3,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*
*/
/*
* File : clock.c
*
* Change Logs:
* Date Author Notes
* 2006-03-12 Bernard first version
...
...
src/components.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : init.c
*
* Change Logs:
* Date Author Notes
...
...
src/device.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : device.c
*
* Change Logs:
* Date Author Notes
...
...
src/idle.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : idle.c
*
* Change Logs:
* Date Author Notes
...
...
src/ipc.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : ipc.c
*
* Change Logs:
* Date Author Notes
...
...
src/irq.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : irq.c
*
* Change Logs:
* Date Author Notes
...
...
src/kservice.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : kservice.c
*
* Change Logs:
* Date Author Notes
...
...
src/mem.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : mem.c
*
* Change Logs:
* Date Author Notes
...
...
src/mempool.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : mempool.c
*
* Change Logs:
* Date Author Notes
...
...
src/object.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : object.c
*
* Change Logs:
* Date Author Notes
...
...
src/scheduler.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : scheduler.c
*
* Change Logs:
* Date Author Notes
...
...
src/signal.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : signal.c
*
* Change Logs:
* Date Author Notes
...
...
src/thread.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : thread.c
*
* Change Logs:
* Date Author Notes
...
...
src/timer.c
浏览文件 @
ff08faf6
...
...
@@ -2,10 +2,6 @@
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : timer.c
*
* Change Logs:
* Date Author Notes
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录