Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
cedb9b92
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看板
未验证
提交
cedb9b92
编写于
10月 16, 2018
作者:
B
Bernard Xiong
提交者:
GitHub
10月 16, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1902 from ErnestChen1/master
[license] Change the license to Apache
上级
5d6f122f
87dad10f
变更
171
展开全部
隐藏空白更改
内联
并排
Showing
171 changed file
with
354 addition
and
1307 deletion
+354
-1307
bsp/stm32f0x/applications/application.c
bsp/stm32f0x/applications/application.c
+2
-6
bsp/stm32f0x/applications/startup.c
bsp/stm32f0x/applications/startup.c
+2
-6
bsp/stm32f0x/drivers/board.c
bsp/stm32f0x/drivers/board.c
+2
-6
bsp/stm32f0x/drivers/board.h
bsp/stm32f0x/drivers/board.h
+2
-6
bsp/stm32f0x/drivers/led.c
bsp/stm32f0x/drivers/led.c
+2
-6
bsp/stm32f0x/drivers/led.h
bsp/stm32f0x/drivers/led.h
+2
-6
bsp/stm32f0x/drivers/usart.c
bsp/stm32f0x/drivers/usart.c
+2
-6
bsp/stm32f0x/drivers/usart.h
bsp/stm32f0x/drivers/usart.h
+2
-6
bsp/stm32f107/applications/application.c
bsp/stm32f107/applications/application.c
+2
-6
bsp/stm32f107/applications/startup.c
bsp/stm32f107/applications/startup.c
+2
-6
bsp/stm32f107/drivers/board.c
bsp/stm32f107/drivers/board.c
+2
-6
bsp/stm32f107/drivers/board.h
bsp/stm32f107/drivers/board.h
+2
-6
bsp/stm32f107/drivers/gpio.c
bsp/stm32f107/drivers/gpio.c
+2
-6
bsp/stm32f107/drivers/gpio.h
bsp/stm32f107/drivers/gpio.h
+2
-6
bsp/stm32f107/drivers/stm32f1_rtc.c
bsp/stm32f107/drivers/stm32f1_rtc.c
+2
-6
bsp/stm32f107/drivers/stm32f1_rtc.h
bsp/stm32f107/drivers/stm32f1_rtc.h
+2
-6
bsp/stm32f107/drivers/usart.c
bsp/stm32f107/drivers/usart.c
+2
-6
bsp/stm32f107/drivers/usart.h
bsp/stm32f107/drivers/usart.h
+2
-6
bsp/stm32f10x/applications/application.c
bsp/stm32f10x/applications/application.c
+2
-6
bsp/stm32f10x/applications/canapp.c
bsp/stm32f10x/applications/canapp.c
+2
-6
bsp/stm32f10x/applications/startup.c
bsp/stm32f10x/applications/startup.c
+2
-6
bsp/stm32f10x/drivers/board.c
bsp/stm32f10x/drivers/board.c
+2
-6
bsp/stm32f10x/drivers/board.h
bsp/stm32f10x/drivers/board.h
+2
-6
bsp/stm32f10x/drivers/bxcan.c
bsp/stm32f10x/drivers/bxcan.c
+2
-6
bsp/stm32f10x/drivers/bxcan.h
bsp/stm32f10x/drivers/bxcan.h
+2
-6
bsp/stm32f10x/drivers/dm9000a.c
bsp/stm32f10x/drivers/dm9000a.c
+2
-6
bsp/stm32f10x/drivers/dm9000a.h
bsp/stm32f10x/drivers/dm9000a.h
+2
-6
bsp/stm32f10x/drivers/fm24cl64.c
bsp/stm32f10x/drivers/fm24cl64.c
+2
-6
bsp/stm32f10x/drivers/fm24cl64.h
bsp/stm32f10x/drivers/fm24cl64.h
+2
-6
bsp/stm32f10x/drivers/gpio.c
bsp/stm32f10x/drivers/gpio.c
+2
-6
bsp/stm32f10x/drivers/gpio.h
bsp/stm32f10x/drivers/gpio.h
+2
-6
bsp/stm32f10x/drivers/led.c
bsp/stm32f10x/drivers/led.c
+2
-6
bsp/stm32f10x/drivers/led.h
bsp/stm32f10x/drivers/led.h
+3
-6
bsp/stm32f10x/drivers/stm32f1_i2c.c
bsp/stm32f10x/drivers/stm32f1_i2c.c
+2
-6
bsp/stm32f10x/drivers/stm32f1_i2c.h
bsp/stm32f10x/drivers/stm32f1_i2c.h
+2
-6
bsp/stm32f10x/drivers/stm32f1_rtc.c
bsp/stm32f10x/drivers/stm32f1_rtc.c
+2
-6
bsp/stm32f10x/drivers/stm32f1_rtc.h
bsp/stm32f10x/drivers/stm32f1_rtc.h
+2
-6
bsp/stm32f10x/drivers/stm32f1_wdg.c
bsp/stm32f10x/drivers/stm32f1_wdg.c
+2
-6
bsp/stm32f10x/drivers/usart.c
bsp/stm32f10x/drivers/usart.c
+2
-6
bsp/stm32f10x/drivers/usart.h
bsp/stm32f10x/drivers/usart.h
+2
-6
bsp/stm32f20x/Drivers/24LCxx.c
bsp/stm32f20x/Drivers/24LCxx.c
+2
-6
bsp/stm32f20x/Drivers/board.c
bsp/stm32f20x/Drivers/board.c
+2
-6
bsp/stm32f20x/Drivers/board.h
bsp/stm32f20x/Drivers/board.h
+2
-6
bsp/stm32f20x/Drivers/drv_rtc.c
bsp/stm32f20x/Drivers/drv_rtc.c
+2
-6
bsp/stm32f20x/Drivers/drv_rtc.h
bsp/stm32f20x/Drivers/drv_rtc.h
+2
-6
bsp/stm32f20x/Drivers/i2c.c
bsp/stm32f20x/Drivers/i2c.c
+3
-7
bsp/stm32f20x/Drivers/serial.c
bsp/stm32f20x/Drivers/serial.c
+2
-6
bsp/stm32f20x/Drivers/serial.h
bsp/stm32f20x/Drivers/serial.h
+2
-6
bsp/stm32f20x/Drivers/usart.c
bsp/stm32f20x/Drivers/usart.c
+2
-6
bsp/stm32f20x/Drivers/usart.h
bsp/stm32f20x/Drivers/usart.h
+2
-6
bsp/stm32f20x/applications/application.c
bsp/stm32f20x/applications/application.c
+2
-6
bsp/stm32f20x/applications/startup.c
bsp/stm32f20x/applications/startup.c
+2
-6
bsp/stm32f40x/applications/main.c
bsp/stm32f40x/applications/main.c
+2
-6
bsp/stm32f40x/drivers/board.c
bsp/stm32f40x/drivers/board.c
+2
-6
bsp/stm32f40x/drivers/board.h
bsp/stm32f40x/drivers/board.h
+2
-6
bsp/stm32f40x/drivers/drv_hwtimer.c
bsp/stm32f40x/drivers/drv_hwtimer.c
+2
-6
bsp/stm32f40x/drivers/gpio.c
bsp/stm32f40x/drivers/gpio.c
+2
-6
bsp/stm32f40x/drivers/gpio.h
bsp/stm32f40x/drivers/gpio.h
+2
-6
bsp/stm32f40x/drivers/stm32f4_rtc.c
bsp/stm32f40x/drivers/stm32f4_rtc.c
+2
-6
bsp/stm32f40x/drivers/stm32f4_rtc.h
bsp/stm32f40x/drivers/stm32f4_rtc.h
+2
-6
bsp/stm32f40x/drivers/usart.c
bsp/stm32f40x/drivers/usart.c
+2
-6
bsp/stm32f40x/drivers/usart.h
bsp/stm32f40x/drivers/usart.h
+2
-6
bsp/stm32f411-nucleo/applications/main.c
bsp/stm32f411-nucleo/applications/main.c
+2
-6
bsp/stm32f411-nucleo/drivers/board.c
bsp/stm32f411-nucleo/drivers/board.c
+2
-6
bsp/stm32f411-nucleo/drivers/board.h
bsp/stm32f411-nucleo/drivers/board.h
+2
-6
bsp/stm32f411-nucleo/drivers/drv_usart.h
bsp/stm32f411-nucleo/drivers/drv_usart.h
+2
-6
bsp/stm32f429-apollo/applications/application.c
bsp/stm32f429-apollo/applications/application.c
+2
-6
bsp/stm32f429-apollo/applications/rtgui_demo.c
bsp/stm32f429-apollo/applications/rtgui_demo.c
+2
-6
bsp/stm32f429-apollo/applications/rtgui_demo.h
bsp/stm32f429-apollo/applications/rtgui_demo.h
+2
-6
bsp/stm32f429-apollo/applications/startup.c
bsp/stm32f429-apollo/applications/startup.c
+2
-6
bsp/stm32f429-apollo/drivers/board.c
bsp/stm32f429-apollo/drivers/board.c
+2
-6
bsp/stm32f429-apollo/drivers/board.h
bsp/stm32f429-apollo/drivers/board.h
+2
-6
bsp/stm32f429-apollo/drivers/drv_eth.c
bsp/stm32f429-apollo/drivers/drv_eth.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_gpio.c
bsp/stm32f429-apollo/drivers/drv_gpio.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_gpio.h
bsp/stm32f429-apollo/drivers/drv_gpio.h
+2
-6
bsp/stm32f429-apollo/drivers/drv_i2c.c
bsp/stm32f429-apollo/drivers/drv_i2c.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_i2c.h
bsp/stm32f429-apollo/drivers/drv_i2c.h
+4
-8
bsp/stm32f429-apollo/drivers/drv_lcd.c
bsp/stm32f429-apollo/drivers/drv_lcd.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_nand.c
bsp/stm32f429-apollo/drivers/drv_nand.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_pcf8574.c
bsp/stm32f429-apollo/drivers/drv_pcf8574.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_rtc.c
bsp/stm32f429-apollo/drivers/drv_rtc.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_rtc.h
bsp/stm32f429-apollo/drivers/drv_rtc.h
+7
-13
bsp/stm32f429-apollo/drivers/drv_sdram.c
bsp/stm32f429-apollo/drivers/drv_sdram.c
+2
-16
bsp/stm32f429-apollo/drivers/drv_sdram.h
bsp/stm32f429-apollo/drivers/drv_sdram.h
+2
-6
bsp/stm32f429-apollo/drivers/drv_spi.c
bsp/stm32f429-apollo/drivers/drv_spi.c
+2
-6
bsp/stm32f429-apollo/drivers/drv_spi.h
bsp/stm32f429-apollo/drivers/drv_spi.h
+2
-6
bsp/stm32f429-apollo/drivers/drv_spi_flash.c
bsp/stm32f429-apollo/drivers/drv_spi_flash.c
+2
-6
bsp/stm32f429-apollo/drivers/usart.c
bsp/stm32f429-apollo/drivers/usart.c
+2
-6
bsp/stm32f429-apollo/drivers/usart.h
bsp/stm32f429-apollo/drivers/usart.h
+2
-6
bsp/stm32f429-armfly/applications/application.c
bsp/stm32f429-armfly/applications/application.c
+2
-6
bsp/stm32f429-armfly/applications/rtgui_demo.c
bsp/stm32f429-armfly/applications/rtgui_demo.c
+2
-6
bsp/stm32f429-armfly/applications/rtgui_demo.h
bsp/stm32f429-armfly/applications/rtgui_demo.h
+2
-6
bsp/stm32f429-armfly/applications/startup.c
bsp/stm32f429-armfly/applications/startup.c
+2
-6
bsp/stm32f429-armfly/drivers/board.c
bsp/stm32f429-armfly/drivers/board.c
+2
-6
bsp/stm32f429-armfly/drivers/board.h
bsp/stm32f429-armfly/drivers/board.h
+2
-6
bsp/stm32f429-armfly/drivers/drv_eth.c
bsp/stm32f429-armfly/drivers/drv_eth.c
+2
-6
bsp/stm32f429-armfly/drivers/drv_ft5x06.c
bsp/stm32f429-armfly/drivers/drv_ft5x06.c
+2
-16
bsp/stm32f429-armfly/drivers/drv_i2c.c
bsp/stm32f429-armfly/drivers/drv_i2c.c
+2
-6
bsp/stm32f429-armfly/drivers/drv_lcd.c
bsp/stm32f429-armfly/drivers/drv_lcd.c
+2
-6
bsp/stm32f429-armfly/drivers/drv_sdram.c
bsp/stm32f429-armfly/drivers/drv_sdram.c
+2
-6
bsp/stm32f429-armfly/drivers/drv_spi.c
bsp/stm32f429-armfly/drivers/drv_spi.c
+2
-6
bsp/stm32f429-armfly/drivers/drv_spi.h
bsp/stm32f429-armfly/drivers/drv_spi.h
+2
-6
bsp/stm32f429-armfly/drivers/drv_spi_flash.c
bsp/stm32f429-armfly/drivers/drv_spi_flash.c
+2
-6
bsp/stm32f429-armfly/drivers/usart.c
bsp/stm32f429-armfly/drivers/usart.c
+2
-6
bsp/stm32f429-armfly/drivers/usart.h
bsp/stm32f429-armfly/drivers/usart.h
+2
-6
bsp/stm32f4xx-HAL/applications/main.c
bsp/stm32f4xx-HAL/applications/main.c
+2
-6
bsp/stm32f4xx-HAL/drivers/board.c
bsp/stm32f4xx-HAL/drivers/board.c
+2
-6
bsp/stm32f4xx-HAL/drivers/board.h
bsp/stm32f4xx-HAL/drivers/board.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_can.c
bsp/stm32f4xx-HAL/drivers/drv_can.c
+2
-16
bsp/stm32f4xx-HAL/drivers/drv_can.h
bsp/stm32f4xx-HAL/drivers/drv_can.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_gpio.c
bsp/stm32f4xx-HAL/drivers/drv_gpio.c
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_gpio.h
bsp/stm32f4xx-HAL/drivers/drv_gpio.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_i2c.c
bsp/stm32f4xx-HAL/drivers/drv_i2c.c
+2
-16
bsp/stm32f4xx-HAL/drivers/drv_i2c.h
bsp/stm32f4xx-HAL/drivers/drv_i2c.h
+3
-16
bsp/stm32f4xx-HAL/drivers/drv_iwg.c
bsp/stm32f4xx-HAL/drivers/drv_iwg.c
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_iwg.h
bsp/stm32f4xx-HAL/drivers/drv_iwg.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_pwm.c
bsp/stm32f4xx-HAL/drivers/drv_pwm.c
+2
-16
bsp/stm32f4xx-HAL/drivers/drv_rtc.c
bsp/stm32f4xx-HAL/drivers/drv_rtc.c
+2
-16
bsp/stm32f4xx-HAL/drivers/drv_rtc.h
bsp/stm32f4xx-HAL/drivers/drv_rtc.h
+2
-16
bsp/stm32f4xx-HAL/drivers/drv_spi.c
bsp/stm32f4xx-HAL/drivers/drv_spi.c
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_spi.h
bsp/stm32f4xx-HAL/drivers/drv_spi.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_spiflash.c
bsp/stm32f4xx-HAL/drivers/drv_spiflash.c
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_spiflash.h
bsp/stm32f4xx-HAL/drivers/drv_spiflash.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_usart.h
bsp/stm32f4xx-HAL/drivers/drv_usart.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_usbd.c
bsp/stm32f4xx-HAL/drivers/drv_usbd.c
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_usbd.h
bsp/stm32f4xx-HAL/drivers/drv_usbd.h
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_usbh.c
bsp/stm32f4xx-HAL/drivers/drv_usbh.c
+2
-6
bsp/stm32f4xx-HAL/drivers/drv_usbh.h
bsp/stm32f4xx-HAL/drivers/drv_usbh.h
+2
-6
bsp/stm32f7-disco/applications/main.c
bsp/stm32f7-disco/applications/main.c
+2
-16
bsp/stm32f7-disco/drivers/board.c
bsp/stm32f7-disco/drivers/board.c
+2
-16
bsp/stm32f7-disco/drivers/board.h
bsp/stm32f7-disco/drivers/board.h
+2
-6
bsp/stm32f7-disco/drivers/drv_cache.c
bsp/stm32f7-disco/drivers/drv_cache.c
+2
-16
bsp/stm32f7-disco/drivers/drv_mpu.c
bsp/stm32f7-disco/drivers/drv_mpu.c
+2
-16
bsp/stm32f7-disco/drivers/drv_mpu.h
bsp/stm32f7-disco/drivers/drv_mpu.h
+2
-16
bsp/stm32f7-disco/drivers/drv_sdram.c
bsp/stm32f7-disco/drivers/drv_sdram.c
+2
-16
bsp/stm32f7-disco/drivers/drv_sdram.h
bsp/stm32f7-disco/drivers/drv_sdram.h
+4
-7
bsp/stm32f7-disco/drivers/drv_usart.c
bsp/stm32f7-disco/drivers/drv_usart.c
+2
-16
bsp/stm32f7-disco/drivers/drv_usart.h
bsp/stm32f7-disco/drivers/drv_usart.h
+2
-16
bsp/stm32h743-nucleo/applications/main.c
bsp/stm32h743-nucleo/applications/main.c
+2
-16
bsp/stm32h743-nucleo/applications/sram.c
bsp/stm32h743-nucleo/applications/sram.c
+2
-16
bsp/stm32h743-nucleo/applications/sram.h
bsp/stm32h743-nucleo/applications/sram.h
+2
-6
bsp/stm32h743-nucleo/drivers/board.c
bsp/stm32h743-nucleo/drivers/board.c
+2
-16
bsp/stm32h743-nucleo/drivers/board.h
bsp/stm32h743-nucleo/drivers/board.h
+2
-6
bsp/stm32h743-nucleo/drivers/drv_led.c
bsp/stm32h743-nucleo/drivers/drv_led.c
+2
-16
bsp/stm32h743-nucleo/drivers/drv_led.h
bsp/stm32h743-nucleo/drivers/drv_led.h
+2
-6
bsp/stm32h743-nucleo/drivers/drv_mpu.c
bsp/stm32h743-nucleo/drivers/drv_mpu.c
+2
-16
bsp/stm32h743-nucleo/drivers/drv_mpu.h
bsp/stm32h743-nucleo/drivers/drv_mpu.h
+2
-6
bsp/stm32h743-nucleo/drivers/drv_usart.c
bsp/stm32h743-nucleo/drivers/drv_usart.c
+2
-16
bsp/stm32h743-nucleo/drivers/drv_usart.h
bsp/stm32h743-nucleo/drivers/drv_usart.h
+2
-6
bsp/stm32h743-nucleo/drivers/lan8742a.c
bsp/stm32h743-nucleo/drivers/lan8742a.c
+2
-16
bsp/stm32h743-nucleo/drivers/lan8742a.h
bsp/stm32h743-nucleo/drivers/lan8742a.h
+2
-6
bsp/stm32l072/app/application.c
bsp/stm32l072/app/application.c
+2
-6
bsp/stm32l072/app/startup.c
bsp/stm32l072/app/startup.c
+2
-6
bsp/stm32l072/board/board.c
bsp/stm32l072/board/board.c
+2
-6
bsp/stm32l072/board/board.h
bsp/stm32l072/board/board.h
+2
-6
bsp/stm32l072/board/drv_spi.c
bsp/stm32l072/board/drv_spi.c
+2
-6
bsp/stm32l072/board/gpio.c
bsp/stm32l072/board/gpio.c
+2
-6
bsp/stm32l072/board/usart.c
bsp/stm32l072/board/usart.c
+2
-6
bsp/stm32l072/board/usart.h
bsp/stm32l072/board/usart.h
+2
-6
bsp/stm32l475-iot-disco/applications/application.c
bsp/stm32l475-iot-disco/applications/application.c
+2
-6
bsp/stm32l475-iot-disco/applications/startup.c
bsp/stm32l475-iot-disco/applications/startup.c
+2
-6
bsp/stm32l475-iot-disco/drivers/board.c
bsp/stm32l475-iot-disco/drivers/board.c
+2
-6
bsp/stm32l475-iot-disco/drivers/board.h
bsp/stm32l475-iot-disco/drivers/board.h
+2
-6
bsp/stm32l475-iot-disco/drivers/usart.c
bsp/stm32l475-iot-disco/drivers/usart.c
+2
-6
bsp/stm32l475-iot-disco/drivers/usart.h
bsp/stm32l475-iot-disco/drivers/usart.h
+2
-6
bsp/stm32l476-nucleo/applications/main.c
bsp/stm32l476-nucleo/applications/main.c
+2
-16
bsp/stm32l476-nucleo/drivers/board.c
bsp/stm32l476-nucleo/drivers/board.c
+2
-16
bsp/stm32l476-nucleo/drivers/board.h
bsp/stm32l476-nucleo/drivers/board.h
+2
-16
bsp/stm32l476-nucleo/drivers/drv_gpio.c
bsp/stm32l476-nucleo/drivers/drv_gpio.c
+2
-16
bsp/stm32l476-nucleo/drivers/drv_gpio.h
bsp/stm32l476-nucleo/drivers/drv_gpio.h
+2
-6
bsp/stm32l476-nucleo/drivers/drv_usart.h
bsp/stm32l476-nucleo/drivers/drv_usart.h
+2
-6
未找到文件。
bsp/stm32f0x/applications/application.c
浏览文件 @
cedb9b92
/*
* 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/stm32f0x/applications/startup.c
浏览文件 @
cedb9b92
/*
* 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/stm32f0x/drivers/board.c
浏览文件 @
cedb9b92
/*
* 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/stm32f0x/drivers/board.h
浏览文件 @
cedb9b92
/*
* 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/stm32f0x/drivers/led.c
浏览文件 @
cedb9b92
/*
* File : led.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-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/stm32f0x/drivers/led.h
浏览文件 @
cedb9b92
/*
* 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/stm32f0x/drivers/usart.c
浏览文件 @
cedb9b92
/*
* File : usart.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-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/stm32f0x/drivers/usart.h
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f107/applications/application.c
浏览文件 @
cedb9b92
/*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 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/stm32f107/applications/startup.c
浏览文件 @
cedb9b92
/*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 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/stm32f107/drivers/board.c
浏览文件 @
cedb9b92
/*
* File : board.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 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/stm32f107/drivers/board.h
浏览文件 @
cedb9b92
/*
* File : board.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 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/stm32f107/drivers/gpio.c
浏览文件 @
cedb9b92
/*
* File : gpio.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/stm32f107/drivers/gpio.h
浏览文件 @
cedb9b92
/*
* File : gpio.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/stm32f107/drivers/stm32f1_rtc.c
浏览文件 @
cedb9b92
/*
* File : stm32f1_rtc.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/stm32f107/drivers/stm32f1_rtc.h
浏览文件 @
cedb9b92
/*
* File : stm32f1_rtc.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/stm32f107/drivers/usart.c
浏览文件 @
cedb9b92
/*
* File : usart.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-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/stm32f107/drivers/usart.h
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f10x/applications/application.c
浏览文件 @
cedb9b92
/*
* 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/stm32f10x/applications/canapp.c
浏览文件 @
cedb9b92
/*
* 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/stm32f10x/applications/startup.c
浏览文件 @
cedb9b92
/*
* 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/stm32f10x/drivers/board.c
浏览文件 @
cedb9b92
/*
* 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/stm32f10x/drivers/board.h
浏览文件 @
cedb9b92
/*
* 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/stm32f10x/drivers/bxcan.c
浏览文件 @
cedb9b92
/*
* File : bxcan.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/stm32f10x/drivers/bxcan.h
浏览文件 @
cedb9b92
/*
* File : bxcan.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/stm32f10x/drivers/dm9000a.c
浏览文件 @
cedb9b92
/*
* File : dm9000a.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/stm32f10x/drivers/dm9000a.h
浏览文件 @
cedb9b92
/*
* File : dm9000a.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/stm32f10x/drivers/fm24cl64.c
浏览文件 @
cedb9b92
/*
* File : fm24cl64.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017, 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/stm32f10x/drivers/fm24cl64.h
浏览文件 @
cedb9b92
/*
* File : fm24cl64.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017, 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/stm32f10x/drivers/gpio.c
浏览文件 @
cedb9b92
/*
* File : gpio.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/stm32f10x/drivers/gpio.h
浏览文件 @
cedb9b92
/*
* File : gpio.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/stm32f10x/drivers/led.c
浏览文件 @
cedb9b92
/*
* 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/stm32f10x/drivers/led.h
浏览文件 @
cedb9b92
/*
* 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/stm32f10x/drivers/stm32f1_i2c.c
浏览文件 @
cedb9b92
/*
* File : stm32f1_i2c.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-2017, 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/stm32f10x/drivers/stm32f1_i2c.h
浏览文件 @
cedb9b92
/*
* File : stm32f1_i2c.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-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/stm32f10x/drivers/stm32f1_rtc.c
浏览文件 @
cedb9b92
/*
* File : stm32f1_rtc.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/stm32f10x/drivers/stm32f1_rtc.h
浏览文件 @
cedb9b92
/*
* File : stm32f1_rtc.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/stm32f10x/drivers/stm32f1_wdg.c
浏览文件 @
cedb9b92
/*
* File : stm32f1_wdg.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-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/stm32f10x/drivers/usart.c
浏览文件 @
cedb9b92
/*
* File : usart.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-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/stm32f10x/drivers/usart.h
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f20x/Drivers/24LCxx.c
浏览文件 @
cedb9b92
/*
* File : 24LCxx.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/stm32f20x/Drivers/board.c
浏览文件 @
cedb9b92
/*
* 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/stm32f20x/Drivers/board.h
浏览文件 @
cedb9b92
/*
* 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/stm32f20x/Drivers/drv_rtc.c
浏览文件 @
cedb9b92
/*
* File : rtc.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/stm32f20x/Drivers/drv_rtc.h
浏览文件 @
cedb9b92
/*
* File : rtc.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/stm32f20x/Drivers/i2c.c
浏览文件 @
cedb9b92
/*
* File : i2c.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
...
...
@@ -93,7 +89,7 @@ Status I2C_AcknowledgePolling(I2C_TypeDef* I2Cx ,uint8_t Addr)
}
I2Cx
->
CR1
|=
CR1_START_Set
;
tmp
=
I2Cx
->
SR1
;
//MSB
tmp
=
I2Cx
->
SR1
;
//MSB
I2Cx
->
DR
=
Addr
;
}
while
((
I2Cx
->
SR1
&
0x0002
)
!=
0x0002
);
...
...
bsp/stm32f20x/Drivers/serial.c
浏览文件 @
cedb9b92
/*
* File : serial.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/stm32f20x/Drivers/serial.h
浏览文件 @
cedb9b92
/*
* File : serial.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 - 2010, 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/stm32f20x/Drivers/usart.c
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f20x/Drivers/usart.h
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f20x/applications/application.c
浏览文件 @
cedb9b92
/*
* 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/stm32f20x/applications/startup.c
浏览文件 @
cedb9b92
/*
* 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/stm32f40x/applications/main.c
浏览文件 @
cedb9b92
/*
* File : main.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/stm32f40x/drivers/board.c
浏览文件 @
cedb9b92
/*
* 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/stm32f40x/drivers/board.h
浏览文件 @
cedb9b92
/*
* 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/stm32f40x/drivers/drv_hwtimer.c
浏览文件 @
cedb9b92
/*
* 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/stm32f40x/drivers/gpio.c
浏览文件 @
cedb9b92
/*
* File : gpio.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017, 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/stm32f40x/drivers/gpio.h
浏览文件 @
cedb9b92
/*
* File : gpio.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/stm32f40x/drivers/stm32f4_rtc.c
浏览文件 @
cedb9b92
/*
* File : stm32f4_rtc.c
* This file is stm32f4 rtc driver 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/stm32f40x/drivers/stm32f4_rtc.h
浏览文件 @
cedb9b92
/*
* File : stm32f4_rtc.h
* This file is stm32f4 rtc driver 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/stm32f40x/drivers/usart.c
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f40x/drivers/usart.h
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f411-nucleo/applications/main.c
浏览文件 @
cedb9b92
/*
* File : main.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/stm32f411-nucleo/drivers/board.c
浏览文件 @
cedb9b92
/*
* File : board.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/stm32f411-nucleo/drivers/board.h
浏览文件 @
cedb9b92
/*
* 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/stm32f411-nucleo/drivers/drv_usart.h
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f429-apollo/applications/application.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-apollo/applications/rtgui_demo.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-apollo/applications/rtgui_demo.h
浏览文件 @
cedb9b92
/*
* File : dc.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 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/stm32f429-apollo/applications/startup.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-apollo/drivers/board.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-apollo/drivers/board.h
浏览文件 @
cedb9b92
/*
* 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/stm32f429-apollo/drivers/drv_eth.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-apollo/drivers/drv_gpio.c
浏览文件 @
cedb9b92
/*
* File : drv_gpio.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/stm32f429-apollo/drivers/drv_gpio.h
浏览文件 @
cedb9b92
/*
* File : drv_gpio.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/stm32f429-apollo/drivers/drv_i2c.c
浏览文件 @
cedb9b92
/*
* File : drv_i2c.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017 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/stm32f429-apollo/drivers/drv_i2c.h
浏览文件 @
cedb9b92
/*
* File : drv_i2c.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017 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
* 2017-06-05 tanek first implementation.
...
...
bsp/stm32f429-apollo/drivers/drv_lcd.c
浏览文件 @
cedb9b92
/*
* File : drv_lcd.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/stm32f429-apollo/drivers/drv_nand.c
浏览文件 @
cedb9b92
/*
* File : drv_nand.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2008 - 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/stm32f429-apollo/drivers/drv_pcf8574.c
浏览文件 @
cedb9b92
/*
* File : drv_iic.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017 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/stm32f429-apollo/drivers/drv_rtc.c
浏览文件 @
cedb9b92
/*
* File : drv_rtc.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/stm32f429-apollo/drivers/drv_rtc.h
浏览文件 @
cedb9b92
/***************************************************************************//**
* @file drv_rtc.h
* @brief RTC driver of RT-Thread RTOS for EFM32
* COPYRIGHT (C) 2012, RT-Thread Development Team
* @author Bernard, onelife
* @version 1.0
*******************************************************************************
* @section License
* 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
*******************************************************************************
* @section Change Logs
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs
* Date Author Notes
* 2009-01-05 Bernard the first version
* 2010-12-27 onelife Modification for EFM32
*
********************************************************************
/
*/
#ifndef __DRV_RTC_H__
#define __DRV_RTC_H__
#include <time.h>
...
...
bsp/stm32f429-apollo/drivers/drv_sdram.c
浏览文件 @
cedb9b92
/*
* File : drv_sdram.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2016, 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/stm32f429-apollo/drivers/drv_sdram.h
浏览文件 @
cedb9b92
/*
* File : drv_sdram.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2016 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/stm32f429-apollo/drivers/drv_spi.c
浏览文件 @
cedb9b92
/*
* File : drv_spi.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017 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/stm32f429-apollo/drivers/drv_spi.h
浏览文件 @
cedb9b92
/*
* File : stm32f20x_40x_spi.h
* 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/stm32f429-apollo/drivers/drv_spi_flash.c
浏览文件 @
cedb9b92
/*
* File : stm32f20x_40x_spi.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/stm32f429-apollo/drivers/usart.c
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f429-apollo/drivers/usart.h
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f429-armfly/applications/application.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-armfly/applications/rtgui_demo.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-armfly/applications/rtgui_demo.h
浏览文件 @
cedb9b92
/*
* File : dc.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 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/stm32f429-armfly/applications/startup.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-armfly/drivers/board.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-armfly/drivers/board.h
浏览文件 @
cedb9b92
/*
* 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/stm32f429-armfly/drivers/drv_eth.c
浏览文件 @
cedb9b92
/*
* 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/stm32f429-armfly/drivers/drv_ft5x06.c
浏览文件 @
cedb9b92
/*
* File : drv_ft5x06.c
* ft5x06 touch driver
* COPYRIGHT (C) 2006 - 2017, 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/stm32f429-armfly/drivers/drv_i2c.c
浏览文件 @
cedb9b92
/*
* File : drv_iic.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2017 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/stm32f429-armfly/drivers/drv_lcd.c
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f429-armfly/drivers/drv_sdram.c
浏览文件 @
cedb9b92
/*
* File : usart.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/stm32f429-armfly/drivers/drv_spi.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f429-armfly/drivers/drv_spi.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f429-armfly/drivers/drv_spi_flash.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f429-armfly/drivers/usart.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f429-armfly/drivers/usart.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/applications/main.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/board.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/board.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_can.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_can.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_gpio.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_gpio.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_i2c.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_i2c.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_iwg.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_iwg.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_pwm.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_rtc.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_rtc.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_spi.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_spi.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_spiflash.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_spiflash.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_usart.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_usbd.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_usbd.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_usbh.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f4xx-HAL/drivers/drv_usbh.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/applications/main.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/board.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/board.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/drv_cache.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/drv_mpu.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/drv_mpu.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/drv_sdram.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/drv_sdram.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/drv_usart.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32f7-disco/drivers/drv_usart.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/applications/main.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/applications/sram.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/applications/sram.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/board.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/board.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/drv_led.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/drv_led.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/drv_mpu.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/drv_mpu.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/drv_usart.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/drv_usart.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/lan8742a.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32h743-nucleo/drivers/lan8742a.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/app/application.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/app/startup.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/board/board.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/board/board.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/board/drv_spi.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/board/gpio.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/board/usart.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l072/board/usart.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l475-iot-disco/applications/application.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l475-iot-disco/applications/startup.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l475-iot-disco/drivers/board.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l475-iot-disco/drivers/board.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l475-iot-disco/drivers/usart.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l475-iot-disco/drivers/usart.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l476-nucleo/applications/main.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l476-nucleo/drivers/board.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l476-nucleo/drivers/board.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l476-nucleo/drivers/drv_gpio.c
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l476-nucleo/drivers/drv_gpio.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
bsp/stm32l476-nucleo/drivers/drv_usart.h
浏览文件 @
cedb9b92
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录