Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
a4543939
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看板
提交
a4543939
编写于
10月 22, 2018
作者:
misonyo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[BSP][all NXP]change license to Apache-2.0
上级
1ddde279
变更
136
展开全部
隐藏空白更改
内联
并排
Showing
136 changed file
with
372 addition
and
1044 deletion
+372
-1044
bsp/frdm-k64f/applications/application.c
bsp/frdm-k64f/applications/application.c
+2
-6
bsp/frdm-k64f/applications/startup.c
bsp/frdm-k64f/applications/startup.c
+2
-6
bsp/frdm-k64f/board/board.c
bsp/frdm-k64f/board/board.c
+2
-6
bsp/frdm-k64f/board/board.h
bsp/frdm-k64f/board/board.h
+2
-6
bsp/frdm-k64f/board/drv_emac.c
bsp/frdm-k64f/board/drv_emac.c
+3
-4
bsp/frdm-k64f/board/drv_emac.h
bsp/frdm-k64f/board/drv_emac.h
+3
-4
bsp/frdm-k64f/board/drv_uart.c
bsp/frdm-k64f/board/drv_uart.c
+2
-6
bsp/frdm-k64f/board/drv_uart.h
bsp/frdm-k64f/board/drv_uart.h
+2
-6
bsp/frdm-k64f/board/led.c
bsp/frdm-k64f/board/led.c
+2
-6
bsp/frdm-k64f/board/led.h
bsp/frdm-k64f/board/led.h
+2
-6
bsp/imx6sx/cortex-a9/applications/main.c
bsp/imx6sx/cortex-a9/applications/main.c
+8
-0
bsp/imx6sx/cortex-a9/cpu/context_gcc.S
bsp/imx6sx/cortex-a9/cpu/context_gcc.S
+2
-16
bsp/imx6sx/cortex-a9/cpu/cp15_gcc.S
bsp/imx6sx/cortex-a9/cpu/cp15_gcc.S
+2
-17
bsp/imx6sx/cortex-a9/cpu/cpu.c
bsp/imx6sx/cortex-a9/cpu/cpu.c
+2
-6
bsp/imx6sx/cortex-a9/cpu/interrupt.c
bsp/imx6sx/cortex-a9/cpu/interrupt.c
+2
-6
bsp/imx6sx/cortex-a9/cpu/mmu.c
bsp/imx6sx/cortex-a9/cpu/mmu.c
+2
-6
bsp/imx6sx/cortex-a9/cpu/pmu.c
bsp/imx6sx/cortex-a9/cpu/pmu.c
+8
-0
bsp/imx6sx/cortex-a9/cpu/stack.c
bsp/imx6sx/cortex-a9/cpu/stack.c
+2
-6
bsp/imx6sx/cortex-a9/cpu/start_gcc.S
bsp/imx6sx/cortex-a9/cpu/start_gcc.S
+2
-16
bsp/imx6sx/cortex-a9/cpu/trap.c
bsp/imx6sx/cortex-a9/cpu/trap.c
+2
-6
bsp/imx6sx/cortex-a9/cpu/vector_gcc.S
bsp/imx6sx/cortex-a9/cpu/vector_gcc.S
+2
-16
bsp/imx6sx/cortex-a9/drivers/board.c
bsp/imx6sx/cortex-a9/drivers/board.c
+2
-6
bsp/imx6sx/cortex-a9/drivers/board.h
bsp/imx6sx/cortex-a9/drivers/board.h
+2
-6
bsp/imx6sx/cortex-a9/drivers/emac_drv.c
bsp/imx6sx/cortex-a9/drivers/emac_drv.c
+3
-4
bsp/imx6sx/cortex-a9/drivers/emac_drv.h
bsp/imx6sx/cortex-a9/drivers/emac_drv.h
+3
-4
bsp/imx6sx/cortex-a9/drivers/serial.c
bsp/imx6sx/cortex-a9/drivers/serial.c
+3
-23
bsp/imx6sx/cortex-a9/drivers/serial.h
bsp/imx6sx/cortex-a9/drivers/serial.h
+3
-23
bsp/imx6ul/applications/application.c
bsp/imx6ul/applications/application.c
+2
-6
bsp/imx6ul/applications/startup.c
bsp/imx6ul/applications/startup.c
+2
-6
bsp/imx6ul/drivers/board.c
bsp/imx6ul/drivers/board.c
+2
-6
bsp/imx6ul/drivers/board.h
bsp/imx6ul/drivers/board.h
+2
-6
bsp/imx6ul/drivers/serial.c
bsp/imx6ul/drivers/serial.c
+3
-23
bsp/imx6ul/drivers/serial.h
bsp/imx6ul/drivers/serial.h
+3
-23
bsp/imxrt/imxrt1050-ArchMix/applications/lcd_init.c
bsp/imxrt/imxrt1050-ArchMix/applications/lcd_init.c
+2
-16
bsp/imxrt/imxrt1050-ArchMix/applications/main.c
bsp/imxrt/imxrt1050-ArchMix/applications/main.c
+2
-16
bsp/imxrt/imxrt1050-ArchMix/drivers/board.c
bsp/imxrt/imxrt1050-ArchMix/drivers/board.c
+2
-6
bsp/imxrt/imxrt1050-ArchMix/drivers/board.h
bsp/imxrt/imxrt1050-ArchMix/drivers/board.h
+2
-6
bsp/imxrt/imxrt1050-evk/applications/lcd_init.c
bsp/imxrt/imxrt1050-evk/applications/lcd_init.c
+2
-16
bsp/imxrt/imxrt1050-evk/applications/main.c
bsp/imxrt/imxrt1050-evk/applications/main.c
+2
-16
bsp/imxrt/imxrt1050-evk/drivers/board.c
bsp/imxrt/imxrt1050-evk/drivers/board.c
+2
-6
bsp/imxrt/imxrt1050-evk/drivers/board.h
bsp/imxrt/imxrt1050-evk/drivers/board.h
+2
-6
bsp/lpc176x/applications/application.c
bsp/lpc176x/applications/application.c
+2
-6
bsp/lpc176x/applications/platform.c
bsp/lpc176x/applications/platform.c
+2
-6
bsp/lpc176x/applications/platform.h
bsp/lpc176x/applications/platform.h
+2
-6
bsp/lpc176x/applications/startup.c
bsp/lpc176x/applications/startup.c
+2
-6
bsp/lpc176x/drivers/board.c
bsp/lpc176x/drivers/board.c
+2
-6
bsp/lpc176x/drivers/board.h
bsp/lpc176x/drivers/board.h
+2
-6
bsp/lpc176x/drivers/emac.c
bsp/lpc176x/drivers/emac.c
+8
-0
bsp/lpc176x/drivers/led.h
bsp/lpc176x/drivers/led.h
+8
-0
bsp/lpc176x/drivers/sd.c
bsp/lpc176x/drivers/sd.c
+8
-0
bsp/lpc176x/drivers/uart.c
bsp/lpc176x/drivers/uart.c
+2
-6
bsp/lpc178x/applications/application.c
bsp/lpc178x/applications/application.c
+2
-6
bsp/lpc178x/applications/startup.c
bsp/lpc178x/applications/startup.c
+2
-6
bsp/lpc178x/drivers/board.c
bsp/lpc178x/drivers/board.c
+2
-6
bsp/lpc178x/drivers/board.h
bsp/lpc178x/drivers/board.h
+2
-6
bsp/lpc178x/drivers/emac.c
bsp/lpc178x/drivers/emac.c
+8
-0
bsp/lpc178x/drivers/lpc17xx_lcd.c
bsp/lpc178x/drivers/lpc17xx_lcd.c
+8
-0
bsp/lpc178x/drivers/sdram.c
bsp/lpc178x/drivers/sdram.c
+8
-0
bsp/lpc178x/drivers/uart.c
bsp/lpc178x/drivers/uart.c
+2
-6
bsp/lpc2148/applications/application.c
bsp/lpc2148/applications/application.c
+2
-6
bsp/lpc2148/applications/startup.c
bsp/lpc2148/applications/startup.c
+2
-6
bsp/lpc2148/drivers/board.c
bsp/lpc2148/drivers/board.c
+2
-6
bsp/lpc2148/drivers/board.h
bsp/lpc2148/drivers/board.h
+2
-6
bsp/lpc2148/drivers/dm9000.c
bsp/lpc2148/drivers/dm9000.c
+8
-0
bsp/lpc2148/drivers/sd.c
bsp/lpc2148/drivers/sd.c
+8
-0
bsp/lpc2148/drivers/serial.c
bsp/lpc2148/drivers/serial.c
+2
-6
bsp/lpc2478/applications/application.c
bsp/lpc2478/applications/application.c
+2
-6
bsp/lpc2478/applications/startup.c
bsp/lpc2478/applications/startup.c
+2
-6
bsp/lpc2478/drivers/board.c
bsp/lpc2478/drivers/board.c
+2
-6
bsp/lpc2478/drivers/board.h
bsp/lpc2478/drivers/board.h
+2
-6
bsp/lpc2478/drivers/serial.c
bsp/lpc2478/drivers/serial.c
+2
-6
bsp/lpc408x/applications/application.c
bsp/lpc408x/applications/application.c
+2
-6
bsp/lpc408x/applications/board.c
bsp/lpc408x/applications/board.c
+2
-6
bsp/lpc408x/applications/board.h
bsp/lpc408x/applications/board.h
+2
-6
bsp/lpc408x/applications/canapp.c
bsp/lpc408x/applications/canapp.c
+2
-6
bsp/lpc408x/applications/sram.c
bsp/lpc408x/applications/sram.c
+4
-8
bsp/lpc408x/applications/sram.h
bsp/lpc408x/applications/sram.h
+2
-6
bsp/lpc408x/applications/startup.c
bsp/lpc408x/applications/startup.c
+2
-6
bsp/lpc408x/drivers/drv_emac.c
bsp/lpc408x/drivers/drv_emac.c
+2
-6
bsp/lpc408x/drivers/drv_emac.h
bsp/lpc408x/drivers/drv_emac.h
+2
-6
bsp/lpc408x/drivers/drv_hwtimer.c
bsp/lpc408x/drivers/drv_hwtimer.c
+2
-6
bsp/lpc408x/drivers/drv_led.c
bsp/lpc408x/drivers/drv_led.c
+8
-0
bsp/lpc408x/drivers/drv_lpccan.c
bsp/lpc408x/drivers/drv_lpccan.c
+2
-6
bsp/lpc408x/drivers/drv_lpccan.h
bsp/lpc408x/drivers/drv_lpccan.h
+2
-6
bsp/lpc408x/drivers/drv_sdram.c
bsp/lpc408x/drivers/drv_sdram.c
+2
-6
bsp/lpc408x/drivers/drv_sdram.h
bsp/lpc408x/drivers/drv_sdram.h
+2
-6
bsp/lpc408x/drivers/drv_uart.c
bsp/lpc408x/drivers/drv_uart.c
+2
-6
bsp/lpc408x/drivers/drv_uart.h
bsp/lpc408x/drivers/drv_uart.h
+2
-6
bsp/lpc43xx/M0/applications/application.c
bsp/lpc43xx/M0/applications/application.c
+2
-6
bsp/lpc43xx/M0/applications/board.c
bsp/lpc43xx/M0/applications/board.c
+2
-6
bsp/lpc43xx/M0/applications/board.h
bsp/lpc43xx/M0/applications/board.h
+2
-6
bsp/lpc43xx/M0/applications/startup.c
bsp/lpc43xx/M0/applications/startup.c
+2
-6
bsp/lpc43xx/M0/applications/vbus_drv.c
bsp/lpc43xx/M0/applications/vbus_drv.c
+3
-23
bsp/lpc43xx/M0/applications/vbus_hw.h
bsp/lpc43xx/M0/applications/vbus_hw.h
+3
-22
bsp/lpc43xx/M4/applications/application.c
bsp/lpc43xx/M4/applications/application.c
+2
-6
bsp/lpc43xx/M4/applications/board.c
bsp/lpc43xx/M4/applications/board.c
+2
-6
bsp/lpc43xx/M4/applications/board.h
bsp/lpc43xx/M4/applications/board.h
+2
-6
bsp/lpc43xx/M4/applications/startup.c
bsp/lpc43xx/M4/applications/startup.c
+2
-6
bsp/lpc43xx/M4/applications/vbus_drv.c
bsp/lpc43xx/M4/applications/vbus_drv.c
+3
-23
bsp/lpc43xx/M4/applications/vbus_hw.h
bsp/lpc43xx/M4/applications/vbus_hw.h
+3
-22
bsp/lpc43xx/drivers/drv_emac.c
bsp/lpc43xx/drivers/drv_emac.c
+2
-6
bsp/lpc43xx/drivers/drv_emac.h
bsp/lpc43xx/drivers/drv_emac.h
+2
-6
bsp/lpc43xx/drivers/drv_led.c
bsp/lpc43xx/drivers/drv_led.c
+8
-0
bsp/lpc43xx/drivers/drv_uart.c
bsp/lpc43xx/drivers/drv_uart.c
+2
-6
bsp/lpc5410x/applications/application.c
bsp/lpc5410x/applications/application.c
+2
-6
bsp/lpc5410x/applications/board.c
bsp/lpc5410x/applications/board.c
+2
-6
bsp/lpc5410x/applications/board.h
bsp/lpc5410x/applications/board.h
+2
-6
bsp/lpc5410x/applications/demo_thread.c
bsp/lpc5410x/applications/demo_thread.c
+8
-0
bsp/lpc5410x/applications/startup.c
bsp/lpc5410x/applications/startup.c
+2
-6
bsp/lpc5410x/drivers/drv_led.c
bsp/lpc5410x/drivers/drv_led.c
+8
-0
bsp/lpc5410x/drivers/drv_uart.c
bsp/lpc5410x/drivers/drv_uart.c
+2
-6
bsp/lpc54608-LPCXpresso/applications/application.c
bsp/lpc54608-LPCXpresso/applications/application.c
+2
-15
bsp/lpc54608-LPCXpresso/applications/mnt.c
bsp/lpc54608-LPCXpresso/applications/mnt.c
+2
-15
bsp/lpc54608-LPCXpresso/applications/startup.c
bsp/lpc54608-LPCXpresso/applications/startup.c
+2
-15
bsp/lpc54608-LPCXpresso/drivers/board.c
bsp/lpc54608-LPCXpresso/drivers/board.c
+2
-6
bsp/lpc54608-LPCXpresso/drivers/board.h
bsp/lpc54608-LPCXpresso/drivers/board.h
+2
-6
bsp/lpc54608-LPCXpresso/drivers/drt_mpu.c
bsp/lpc54608-LPCXpresso/drivers/drt_mpu.c
+2
-15
bsp/lpc54608-LPCXpresso/drivers/drt_mpu.h
bsp/lpc54608-LPCXpresso/drivers/drt_mpu.h
+2
-15
bsp/lpc54608-LPCXpresso/drivers/drv_emac.c
bsp/lpc54608-LPCXpresso/drivers/drv_emac.c
+2
-15
bsp/lpc54608-LPCXpresso/drivers/drv_emac.h
bsp/lpc54608-LPCXpresso/drivers/drv_emac.h
+2
-6
bsp/lpc54608-LPCXpresso/drivers/drv_ft5406.c
bsp/lpc54608-LPCXpresso/drivers/drv_ft5406.c
+2
-16
bsp/lpc54608-LPCXpresso/drivers/drv_i2c.c
bsp/lpc54608-LPCXpresso/drivers/drv_i2c.c
+2
-15
bsp/lpc54608-LPCXpresso/drivers/drv_lcd.c
bsp/lpc54608-LPCXpresso/drivers/drv_lcd.c
+2
-15
bsp/lpc54608-LPCXpresso/drivers/drv_sd.c
bsp/lpc54608-LPCXpresso/drivers/drv_sd.c
+2
-15
bsp/lpc54608-LPCXpresso/drivers/drv_sd.h
bsp/lpc54608-LPCXpresso/drivers/drv_sd.h
+2
-7
bsp/lpc54608-LPCXpresso/drivers/drv_sdram.c
bsp/lpc54608-LPCXpresso/drivers/drv_sdram.c
+2
-15
bsp/lpc54608-LPCXpresso/drivers/drv_sdram.h
bsp/lpc54608-LPCXpresso/drivers/drv_sdram.h
+2
-6
bsp/lpc54608-LPCXpresso/drivers/drv_sram.c
bsp/lpc54608-LPCXpresso/drivers/drv_sram.c
+4
-8
bsp/lpc54608-LPCXpresso/drivers/drv_sram.h
bsp/lpc54608-LPCXpresso/drivers/drv_sram.h
+2
-6
bsp/lpc54608-LPCXpresso/drivers/drv_uart.c
bsp/lpc54608-LPCXpresso/drivers/drv_uart.c
+2
-6
bsp/lpc824/applications/application.c
bsp/lpc824/applications/application.c
+2
-6
bsp/lpc824/applications/startup.c
bsp/lpc824/applications/startup.c
+2
-6
bsp/lpc824/drivers/board.c
bsp/lpc824/drivers/board.c
+2
-6
bsp/lpc824/drivers/board.h
bsp/lpc824/drivers/board.h
+2
-6
bsp/lpc824/drivers/usart.c
bsp/lpc824/drivers/usart.c
+2
-6
bsp/lpc824/drivers/usart.h
bsp/lpc824/drivers/usart.h
+2
-6
未找到文件。
bsp/frdm-k64f/applications/application.c
浏览文件 @
a4543939
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/frdm-k64f/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/frdm-k64f/board/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/frdm-k64f/board/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/frdm-k64f/board/drv_emac.c
浏览文件 @
a4543939
/*
* File : emac_drv.c
* i.MX6 EMAC Ethernet driver
* COPYRIGHT (C) 2015, Shanghai Real-Thread Electronic Technology Co.,Ltd
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-07-15 Bernard The first version
...
...
bsp/frdm-k64f/board/drv_emac.h
浏览文件 @
a4543939
/*
* File : drv_emac.h
* i.MX6 EMAC Ethernet driver
* COPYRIGHT (C) 2015, Shanghai Real-Thread Electronic Technology Co.,Ltd
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-07-15 Bernard The first version
...
...
bsp/frdm-k64f/board/drv_uart.c
浏览文件 @
a4543939
/*
* File : drv_uart.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013, RT-Thread Develop Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/frdm-k64f/board/drv_uart.h
浏览文件 @
a4543939
/*
* File : drv_uart.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013, RT-Thread Develop Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/frdm-k64f/board/led.c
浏览文件 @
a4543939
/*
* File : led.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/frdm-k64f/board/led.h
浏览文件 @
a4543939
/*
* File : led.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/applications/main.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
...
...
bsp/imx6sx/cortex-a9/cpu/context_gcc.S
浏览文件 @
a4543939
/*
*
File
:
context
.
S
*
This
file
is
part
of
RT
-
Thread
RTOS
*
COPYRIGHT
(
C
)
2013
,
RT
-
Thread
Development
Team
*
Copyright
(
c
)
2006
-
2018
,
RT
-
Thread
Development
Team
*
*
This
program
is
free
software
; you can redistribute it and/or modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
; either version 2 of the License, or
*
(
at
your
option
)
any
later
version
.
*
*
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
along
*
with
this
program
; if not, write to the Free Software Foundation, Inc.,
*
51
Franklin
Street
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
USA
.
*
SPDX
-
License
-
Identifier
:
Apache
-
2
.0
*
*
Change
Logs
:
*
Date
Author
Notes
...
...
bsp/imx6sx/cortex-a9/cpu/cp15_gcc.S
浏览文件 @
a4543939
/*
*
File
:
cp15_gcc
.
S
*
This
file
is
part
of
RT
-
Thread
RTOS
*
COPYRIGHT
(
C
)
2013
,
RT
-
Thread
Development
Team
*
http
:
//
www
.
rt
-
thread
.
org
*
Copyright
(
c
)
2006
-
2018
,
RT
-
Thread
Development
Team
*
*
This
program
is
free
software
; you can redistribute it and/or modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
; either version 2 of the License, or
*
(
at
your
option
)
any
later
version
.
*
*
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
along
*
with
this
program
; if not, write to the Free Software Foundation, Inc.,
*
51
Franklin
Street
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
USA
.
*
SPDX
-
License
-
Identifier
:
Apache
-
2
.0
*
*
Change
Logs
:
*
Date
Author
Notes
...
...
bsp/imx6sx/cortex-a9/cpu/cpu.c
浏览文件 @
a4543939
/*
* File : cpu.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/cpu/interrupt.c
浏览文件 @
a4543939
/*
* File : interrupt.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013-2014, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/cpu/mmu.c
浏览文件 @
a4543939
/*
* File : mmu.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/cpu/pmu.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include "pmu.h"
...
...
bsp/imx6sx/cortex-a9/cpu/stack.c
浏览文件 @
a4543939
/*
* File : stack.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2011, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/cpu/start_gcc.S
浏览文件 @
a4543939
/*
*
File
:
start_gcc
.
S
*
This
file
is
part
of
RT
-
Thread
RTOS
*
COPYRIGHT
(
C
)
2013
-
2014
,
RT
-
Thread
Development
Team
*
Copyright
(
c
)
2006
-
2018
,
RT
-
Thread
Development
Team
*
*
This
program
is
free
software
; you can redistribute it and/or modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
; either version 2 of the License, or
*
(
at
your
option
)
any
later
version
.
*
*
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
along
*
with
this
program
; if not, write to the Free Software Foundation, Inc.,
*
51
Franklin
Street
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
USA
.
*
SPDX
-
License
-
Identifier
:
Apache
-
2
.0
*
*
Change
Logs
:
*
Date
Author
Notes
...
...
bsp/imx6sx/cortex-a9/cpu/trap.c
浏览文件 @
a4543939
/*
* File : trap.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013, RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/cpu/vector_gcc.S
浏览文件 @
a4543939
/*
*
File
:
vector_gcc
.
S
*
This
file
is
part
of
RT
-
Thread
RTOS
*
COPYRIGHT
(
C
)
2013
,
RT
-
Thread
Development
Team
*
Copyright
(
c
)
2006
-
2018
,
RT
-
Thread
Development
Team
*
*
This
program
is
free
software
; you can redistribute it and/or modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
; either version 2 of the License, or
*
(
at
your
option
)
any
later
version
.
*
*
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
along
*
with
this
program
; if not, write to the Free Software Foundation, Inc.,
*
51
Franklin
Street
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
USA
.
*
SPDX
-
License
-
Identifier
:
Apache
-
2
.0
*
*
Change
Logs
:
*
Date
Author
Notes
...
...
bsp/imx6sx/cortex-a9/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2012, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6sx/cortex-a9/drivers/emac_drv.c
浏览文件 @
a4543939
/*
* File : emac_drv.c
* i.MX6 EMAC Ethernet driver
* COPYRIGHT (C) 2015, Shanghai Real-Thread Electronic Technology Co.,Ltd
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-07-15 Bernard The first version
...
...
bsp/imx6sx/cortex-a9/drivers/emac_drv.h
浏览文件 @
a4543939
/*
* File : drv_emac.h
* i.MX6 EMAC Ethernet driver
* COPYRIGHT (C) 2015, Shanghai Real-Thread Electronic Technology Co.,Ltd
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-07-15 Bernard The first version
...
...
bsp/imx6sx/cortex-a9/drivers/serial.c
浏览文件 @
a4543939
/*
* serial.c UART driver
*
* COPYRIGHT (C) 2013, Shanghai Real-Thread Technology Co., Ltd
*
* This file is part of RT-Thread (http://www.rt-thread.org)
* Maintainer: bernard.xiong <bernard.xiong at gmail.com>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2013-03-30 Bernard the first verion
...
...
bsp/imx6sx/cortex-a9/drivers/serial.h
浏览文件 @
a4543939
/*
* UART driver
*
* COPYRIGHT (C) 2013, Shanghai Real-Thread Technology Co., Ltd
*
* This file is part of RT-Thread (http://www.rt-thread.org)
* Maintainer: bernard.xiong <bernard.xiong at gmail.com>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2013-03-30 Bernard the first verion
...
...
bsp/imx6ul/applications/application.c
浏览文件 @
a4543939
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2012, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6ul/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6ul/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2016, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6ul/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imx6ul/drivers/serial.c
浏览文件 @
a4543939
/*
* serial.c UART driver
*
* COPYRIGHT (C) 2013, Shanghai Real-Thread Technology Co., Ltd
*
* This file is part of RT-Thread (http://www.rt-thread.org)
* Maintainer: bernard.xiong <bernard.xiong at gmail.com>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2013-03-30 Bernard the first verion
...
...
bsp/imx6ul/drivers/serial.h
浏览文件 @
a4543939
/*
* UART driver
*
* COPYRIGHT (C) 2013, Shanghai Real-Thread Technology Co., Ltd
*
* This file is part of RT-Thread (http://www.rt-thread.org)
* Maintainer: bernard.xiong <bernard.xiong at gmail.com>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2013-03-30 Bernard the first verion
...
...
bsp/imxrt/imxrt1050-ArchMix/applications/lcd_init.c
浏览文件 @
a4543939
/*
* File : lcd_init.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imxrt/imxrt1050-ArchMix/applications/main.c
浏览文件 @
a4543939
/*
* File : clock.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imxrt/imxrt1050-ArchMix/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imxrt/imxrt1050-ArchMix/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imxrt/imxrt1050-evk/applications/lcd_init.c
浏览文件 @
a4543939
/*
* File : lcd_init.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imxrt/imxrt1050-evk/applications/main.c
浏览文件 @
a4543939
/*
* File : clock.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imxrt/imxrt1050-evk/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/imxrt/imxrt1050-evk/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc176x/applications/application.c
浏览文件 @
a4543939
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc176x/applications/platform.c
浏览文件 @
a4543939
/*
* File : platform.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2012, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc176x/applications/platform.h
浏览文件 @
a4543939
/*
* File : platform.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2012, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc176x/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc176x/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc176x/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc176x/drivers/emac.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include "emac.h"
#include "lwipopts.h"
...
...
bsp/lpc176x/drivers/led.h
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#ifndef __LED_H__
#define __LED_H__
...
...
bsp/lpc176x/drivers/sd.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include <dfs_fs.h>
...
...
bsp/lpc176x/drivers/uart.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc178x/applications/application.c
浏览文件 @
a4543939
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc178x/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc178x/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc178x/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc178x/drivers/emac.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include "LPC177x_8x.h"
#include "lpc177x_8x_pinsel.h"
#include "emac.h"
...
...
bsp/lpc178x/drivers/lpc17xx_lcd.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include "LPC177x_8x.h"
...
...
bsp/lpc178x/drivers/sdram.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include <system_LPC177x_8x.h>
...
...
bsp/lpc178x/drivers/uart.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2148/applications/application.c
浏览文件 @
a4543939
/*
* File : app.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2148/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2148/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2148/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2148/drivers/dm9000.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include "dm9000.h"
...
...
bsp/lpc2148/drivers/sd.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include <dfs_fs.h>
#include <lpc214x.h>
...
...
bsp/lpc2148/drivers/serial.c
浏览文件 @
a4543939
/*
* File : serial.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2478/applications/application.c
浏览文件 @
a4543939
/*
* File : app.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2478/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2478/drivers/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2478/drivers/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Develop Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc2478/drivers/serial.c
浏览文件 @
a4543939
/*
* File : serial.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
* 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://openlab.rt-thread.com/license/LICENSE
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/applications/application.c
浏览文件 @
a4543939
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2014, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/applications/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/applications/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/applications/canapp.c
浏览文件 @
a4543939
/*
* File : canapp.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/applications/sram.c
浏览文件 @
a4543939
/*
* File : sram.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2013 RT-Thread Develop 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
* 2013-05-19 Bernard The first version for LPC40xx
...
...
bsp/lpc408x/applications/sram.h
浏览文件 @
a4543939
/*
* File : sram.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2013 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_emac.c
浏览文件 @
a4543939
/*
* File : drv_emac.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2013 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_emac.h
浏览文件 @
a4543939
/*
* File : drv_emac.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2013 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_hwtimer.c
浏览文件 @
a4543939
/*
* File : drv_hwtimer.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2015, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_led.c
浏览文件 @
a4543939
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rtthread.h>
#include "board.h"
...
...
bsp/lpc408x/drivers/drv_lpccan.c
浏览文件 @
a4543939
/*
* File : drv_lpccan.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2015, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_lpccan.h
浏览文件 @
a4543939
/*
* File : drv_lpccan.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2015, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_sdram.c
浏览文件 @
a4543939
/*
* File : drv_sdram.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2013 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_sdram.h
浏览文件 @
a4543939
/*
* File : drv_sdram.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2013 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_uart.c
浏览文件 @
a4543939
/*
* File : drv_uart.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2013 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc408x/drivers/drv_uart.h
浏览文件 @
a4543939
/*
* File : drv_uart.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009-2014 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M0/applications/application.c
浏览文件 @
a4543939
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2014, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M0/applications/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2014 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M0/applications/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M0/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M0/applications/vbus_drv.c
浏览文件 @
a4543939
/*
* VMM Bus Driver
*
* COPYRIGHT (C) 2015, Shanghai Real-Thread Technology Co., Ltd
* http://www.rt-thread.com
*
* This file is part of RT-Thread (http://www.rt-thread.org)
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-01-07 Grissiom add comment
...
...
bsp/lpc43xx/M0/applications/vbus_hw.h
浏览文件 @
a4543939
/*
* VMM Bus
*
* COPYRIGHT (C) 2015, Shanghai Real-Thread Technology Co., Ltd
*
* This file is part of RT-Thread (http://www.rt-thread.org)
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-01-07 Grissiom init commit
...
...
bsp/lpc43xx/M4/applications/application.c
浏览文件 @
a4543939
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2014, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M4/applications/board.c
浏览文件 @
a4543939
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2014 RT-Thread Develop Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M4/applications/board.h
浏览文件 @
a4543939
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M4/applications/startup.c
浏览文件 @
a4543939
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009, RT-Thread Development Team
* 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
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
...
...
bsp/lpc43xx/M4/applications/vbus_drv.c
浏览文件 @
a4543939
/*
* VMM Bus Driver
*
* COPYRIGHT (C) 2015, Shanghai Real-Thread Technology Co., Ltd
* http://www.rt-thread.com
*
* This file is part of RT-Thread (http://www.rt-thread.org)
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-01-07 Grissiom add comment
...
...
bsp/lpc43xx/M4/applications/vbus_hw.h
浏览文件 @
a4543939
/*
* VMM Bus
*
* COPYRIGHT (C) 2015, Shanghai Real-Thread Technology Co., Ltd
*
* This file is part of RT-Thread (http://www.rt-thread.org)
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-01-07 Grissiom init commit
...
...
bsp/lpc43xx/drivers/drv_emac.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc43xx/drivers/drv_emac.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc43xx/drivers/drv_led.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc43xx/drivers/drv_uart.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc5410x/applications/application.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc5410x/applications/board.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc5410x/applications/board.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc5410x/applications/demo_thread.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc5410x/applications/startup.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc5410x/drivers/drv_led.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc5410x/drivers/drv_uart.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/applications/application.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/applications/mnt.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/applications/startup.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/board.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/board.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drt_mpu.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drt_mpu.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_emac.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_emac.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_ft5406.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_i2c.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_lcd.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_sd.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_sd.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_sdram.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_sdram.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_sram.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_sram.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc54608-LPCXpresso/drivers/drv_uart.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc824/applications/application.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc824/applications/startup.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc824/drivers/board.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc824/drivers/board.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc824/drivers/usart.c
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
bsp/lpc824/drivers/usart.h
浏览文件 @
a4543939
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录