Commit Graph

2083 Commits

Author SHA1 Message Date
heyuanjie 99e6d7dfcd [imx rt]mdk memcpy导致基地址崩溃 2018-04-20 11:41:37 +08:00
zyh 7cbeb251e4 [Bsp][Tina]Add SDIO Driver 2018-04-20 11:15:07 +08:00
zyh 75194461ea [Bsp][Tina]Add mmc clock and dram gate 2018-04-20 11:04:07 +08:00
SummerGift 0de277a0c0 [bsp][stm32f10x] : unable to use microlib 2018-04-20 09:53:51 +08:00
Bernard Xiong 388e426758
Merge pull request #1365 from uestczyh222/master
[Bsp][stm32f4xx-HAL]剔除多余空行格式化
2018-04-18 13:52:25 +08:00
zyh 1d48f9ff4b [Bsp][stm32f4xx-HAL]剔除多余空行格式化 2018-04-18 09:47:49 +08:00
ZYH 3b1f16a538
Merge pull request #1362 from uestczyh222/master
[Bsp][STM32F1xx-HAL]剔除多余空行格式化文件
2018-04-18 09:47:17 +08:00
zyh a716028850 剔除多余空行格式化文件 2018-04-17 17:26:59 +08:00
wbhb1234 757c56e6bf Add drv_hwtimer 2018-04-17 14:13:13 +08:00
ZYH 32f393ffcb
Merge pull request #1358 from qgyhd1234/fix_stm32f4xx
[BSP][stm32f40x] Add components init.
2018-04-14 17:02:21 +08:00
zylx 182f2cab95 [BSP][imxrt1052-evk] fix rt_i2c_transfer bug. 2018-04-13 19:50:55 +08:00
liu2guang f9e58990ef [BSP][RT1050] fix rt1050 bsp bug and update code. | 修复RT1050 BSP bug并更新代码.
修复以下问题:
1.  修复当配置BSP为野火开发板时, 编译无法通过问题.。
2.  修复ft5406驱动挂载i2c总线到i2c1 bus。
3.  修复spibus时钟分频数错误,并修复所有spi bus都关闭时编译警告。

更新代码:
1. 移除rtgui相关初始化代码.。
2. 导出lcd相关配置参数:HSW/HFP/HBP/VSW/VFP/VBP/Backlight pin/Reset pin/width pixel/height pixel。
3. 当配置BSP为野火板子时, 默认添加sdio驱动。
2018-04-13 10:40:53 +08:00
zylx 5379c20879 [BSP][stm32f40x] Fix mdk4/mdk5 project build error. 2018-04-12 10:10:46 +08:00
zylx 3797867888 [BSP][STM32F40X] Fix components init. 2018-04-12 10:09:23 +08:00
zylx 27ff16a86f [BSP][stm32f40x] Add components init. 2018-04-11 18:11:14 +08:00
ZYH c7183603e3
Merge pull request #1352 from balanceTWK/master
[BSP][imxrt1052] update rtconfig.h Kconfig
2018-04-10 10:45:43 +08:00
balanceTWK 4b086cfff9 [BSP][imxrt1052] update rtconfig.h Kconfig 2018-04-09 18:58:03 +08:00
Bernard Xiong 10a4de16f7
Merge pull request #1350 from TanekLiang/gd32
[bsp][gd32450z-eval] Update project building error because of GUI eng…
2018-04-09 13:55:18 +08:00
Bernard Xiong 962a9b012c
Merge pull request #1346 from TanekLiang/imxrt-eth-fixed
[bsp][imxrt1052-evk] update eth driver
2018-04-09 13:54:45 +08:00
liang yongxiang 48058683ff [bsp][gd32450z-eval] Update project building error because of GUI engine moved to package. 2018-04-09 12:03:42 +08:00
liang yongxiang ae1536b2a0 [bsp][imxrt1052-evk] update eth driver
- fixed eth send frame bug
- code clean
2018-04-08 18:05:58 +08:00
Bernard Xiong ac6302db30
Merge pull request #1344 from aozima/pulls
update scons script: strict SrcRemove() match rule.
2018-04-08 10:51:03 +08:00
aozima 1ff8d7339b [bsp] [sam7x]: fix SConscript spelling error. 2018-04-08 10:24:06 +08:00
liang yongxiang cd39c2525a [bsp] support get compiler path by environment variables for IAR 2018-04-07 15:43:45 +08:00
Tanek 1d878887c0
Merge pull request #1340 from balanceTWK/master
[bsp][imxrt1052] add hardware i2c
2018-04-06 14:11:37 +08:00
balanceTWK 6d63451e38 [bsp][imxrt1052] add hardware i2c 2018-04-06 13:58:11 +08:00
liang yongxiang 5fd9bd67a8 [bsp][imxrt1052] support auto update flash programming algorithm for wildfire board 2018-04-05 18:49:14 +08:00
Bernard Xiong f06f50f4ba
Merge pull request #1336 from TanekLiang/cache
[bsp][imxrt1052] add cache interface support
2018-04-05 07:42:40 +08:00
liang yongxiang 327a6b6ff1 [bsp][imxrt1052] add cache interface support 2018-04-04 09:43:13 +08:00
liang yongxiang aaf574f6fd [bsp][v2m-mps2] update project to remove mpython package default 2018-04-03 11:40:11 +08:00
heyuanjie aa86f7f7bb 修正iis驱动 2018-04-01 17:49:39 +08:00
liu2guang 0bbb349145 [BSP][RT1050] Optimized spi bus driver. | 优化spi驱动.
1. menuconfig中导出spi总线IO选择配置.
2. menuconfig中导出spi总线时钟源配置.
3. 限制spibus总线速度最大为40MHz.
2018-03-31 20:25:13 +08:00
liu2guang 9826f07dfa [BSP] add spi bus driver. | 添加spi总线驱动. 2018-03-30 13:18:40 +08:00
balanceTWK 144bfdbd18 [BSP][i.mxrt1052] fix uart 2018-03-29 18:19:40 +08:00
xx 38fc71608d tab转空格 2018-03-29 17:35:37 +08:00
Tanek 75a2fe4d49
Merge pull request #1328 from SummerGGift/2018329
[bsp][imxrt1052-evk]: fix parameter type incompatible error
2018-03-29 16:46:34 +08:00
xx 4e077447f9 还原脚本文件 2018-03-29 15:40:10 +08:00
xx d98c4ad116 [imx rt1050]修改sai edma驱动 2018-03-29 15:39:31 +08:00
Bernard Xiong 2e256db6ab
Merge pull request #1326 from TanekLiang/imxrt-gcc-fixed
[bps][imxrt1052] fixed gcc output bin file error
2018-03-29 14:44:11 +08:00
ZYH db081c517f [Bsp][STM32f4xx-HAL]fix pin index 2018-03-29 11:44:20 +08:00
Bernard Xiong 15ffe88466
Merge pull request #1324 from Bluebear233/nuc472
[BSP]NUC472
2018-03-29 10:50:20 +08:00
Bernard Xiong a18275c219
Merge pull request #1325 from SummerGGift/2018328
[bsp] Add pin equipment for stm32f429-apollo
2018-03-29 10:34:18 +08:00
SummerGift 739bc6a259 [bsp][imxrt1052-evk]: fix parameter type incompatible error 2018-03-29 10:24:44 +08:00
liang yongxiang 852714c1c2 [bps][imxrt1052] fixed gcc output bin file error 2018-03-28 19:50:06 +08:00
SummerGift f596c5ad88 [bsp] Add pin equipment for stm32f429-apollo 2018-03-28 15:17:30 +08:00
lzp 342f883acb [BSP]NUC472
1.增加MDK4工程
2.修复GCC的链接文件 栈内存与动态内存地址重复
3.修复EMAC驱动宏错误
2018-03-28 14:40:05 +08:00
xx e0314e637e 添加iis驱动 2018-03-28 12:33:26 +08:00
xx 5e477ae0ac [imx-rt]在回调函数执行后才清除本次传输信息 2018-03-28 12:27:04 +08:00
ZYH 26119affdf Merge remote-tracking branch 'upstream/master' 2018-03-28 10:10:39 +08:00
ZYH e04c3cecc8 修改默认工程与menuconfig同步 2018-03-28 10:10:31 +08:00
liuguang 045500ce2c [BSP] add fire board support and optimize bsp.|添加野火开发板支持并优化bsp.
1. 添加env menuconfig可以选择nxp官方或者野火开发板.
2. 修改drv_hp_rtc名称为drv_rtc.
2018-03-27 19:54:57 +08:00
Bernard Xiong 0d2b660f2b
Merge pull request #1315 from TanekLiang/v2m-update-pin
[bsp][v2m-mps2] add pin device support and update project files
2018-03-26 10:15:05 +08:00
Bernard Xiong 43e7785074
Merge pull request #1316 from sundm75/sundm75
[bsp][ls1c] fix ls1c issue
2018-03-26 10:13:59 +08:00
liang yongxiang d43e20676f [bsp][v2m-mps2] add pin device support and update project files 2018-03-25 23:38:29 +08:00
liuguang f4b8cc4c66 Merge remote-tracking branch 'upstream/master' 2018-03-23 10:39:04 +08:00
ZYH b30bd6b793
Merge pull request #1311 from uestczyh222/master
[Bsp][Drivers]Add  a int endpoint
2018-03-23 10:16:22 +08:00
ZYH 1fd31983a3 [Bsp][Drivers]Add a int endpoint 2018-03-23 10:15:44 +08:00
ZYH f88f467088
Merge pull request #1309 from uestczyh222/master
[Bsp][i.mxrt]Add USB Drivers support HS
2018-03-23 10:14:48 +08:00
liuguang 144e63eae2 [BSP] delete rtc driver error message. | 删除RTC驱动的错误信息. 2018-03-23 09:54:12 +08:00
ZYH 45c9b8c19a Merge remote-tracking branch 'upstream/master' 2018-03-23 09:37:04 +08:00
ZYH 5713db3fb9 [Bsp][i.mxrt]Add USB Drivers support HS 2018-03-23 09:36:54 +08:00
liang yongxiang 9b3b6989fa [bsp][v2m-mps2] fix "scons --target=mdk5" error 2018-03-21 10:08:03 +08:00
liuguang 60f17b69f6 [BSP] fix pin drive bug and add interrupt mode. | 修复PIN驱动BUG并添加中断模式.
更新如下:
1. 修复GPIO5_0~2管脚复用调用错误(错误情况会影响SDRAM正常工作)。
2. 添加中断模式,支持上升沿、下降沿、双边沿、高电平、低电平触发中断模式。
3. 移除C99特性。
2018-03-20 10:37:10 +08:00
Bernard Xiong 85d3c98309
Merge pull request #1299 from ArdaFu/master
[components][mini-libc] Add missing C99 definition
2018-03-19 19:49:06 +08:00
Tanek 1c318bafb7
Merge pull request #1301 from balanceTWK/master
[BSP] add other uart|添加其他串口
2018-03-19 19:35:07 +08:00
ArdaFu f8bdaff905 [bsp][tm4x129x] Remove int/uint_fast8/16/32_t definition in BSP driver library's Sconscript. These definitions move to minilibc/stdint.h. 2018-03-19 15:23:24 +08:00
balanceTWK 761c0a27c5 [BSP] add other uart|添加其他串口 2018-03-19 14:55:54 +08:00
sundm75 d507382bbf [bsp][ls1c] delete msd driver, use SD/TF card driver with spi in components 2018-03-18 20:33:57 +08:00
balanceTWK 1a24c9a29f [bsp]add other uart | 添加其他串口支持 2018-03-18 15:56:15 +08:00
balanceTWK 1918d14a13 drv_uart 2018-03-18 15:16:58 +08:00
balanceTWK 1257e5d38a del usart.c usart.h 2018-03-18 15:03:28 +08:00
balanceTWK 0cbd9dc8bf add drv_uart.c drv_uart.h 2018-03-18 15:01:32 +08:00
sundm75 61d1df1268 [bsp][ls1c] modify file format 2018-03-18 08:48:15 +08:00
liang yongxiang 5c0345e2f8 [bsp][lpc824] fixed error: incomplete type is not allowed 2018-03-18 00:46:10 +08:00
sundm75 449f960c48 [bsp][ls1c] update config 2018-03-17 19:15:47 +08:00
sundm75 b102410ece [bsp][ls1c] modify "RT_USING_UART" to "RT_USING_SERIAL" 2018-03-17 19:08:24 +08:00
sundm75 64829a07ba [bsp][ls1c] add the condition for use touch 2018-03-17 19:06:43 +08:00
sundm75 af743afb01 [bsp][ls1c] add ls1c_hw_i2c_init 2018-03-17 19:04:23 +08:00
sundm75 4a8076e4b8 [bsp][ls1c] add ls1c_hw_spi_init 2018-03-17 19:03:50 +08:00
sundm75 4495e1c2a1 [bsp][ls1c] add rtgui_lcd_init 2018-03-17 19:02:27 +08:00
sundm75 0192ae2128 [bsp][ls1c]change RT_USING_UART to RT_USING_SERIAL;remove some device init 2018-03-17 18:59:50 +08:00
sundm75 05aea0f8cb [bsp][ls1c]remove rt_components_init 2018-03-17 18:57:09 +08:00
liuguang 0dd4854dc7 [BSP] fix uart driver bug. | 修复串口驱动BUG. 2018-03-16 17:22:55 +08:00
liuguang 5a2df50edd [BSP] add rt1050 hp rtc driver.| 添加RT1050 高功耗RTC驱动. 2018-03-16 17:03:20 +08:00
liang yongxiang 4043a68ad4 [bsp][stm32f10x] update projects 2018-03-16 11:18:53 +08:00
ChunfengMu 2b1fc7c4c4 [bsp][stm32f10x]enable RT_USING_COMPONENTS_INIT and fix SConscript for rtc 2018-03-16 01:13:38 +08:00
liuguang 954d2447cd [BSP] add rt1050 pin driver code. | 添加rt1050 PIN驱动代码. 2018-03-15 04:50:34 +08:00
uestczyh222 3abe6bcc96 [Bsp][STM32F4xx-HAL]Add I2C driver 2018-03-14 15:31:06 +08:00
liang yongxiang 99e5b0a518 [bsp] fix spi4 typo 2018-03-13 20:55:15 +08:00
liang yongxiang ed917b4ec0 [bsp] update project to fix warning: duplicate drv_i2c.c file 2018-03-13 20:50:46 +08:00
liang yongxiang bfeae15f51 [bsp] update config file to fix error: external FD_SETSIZE too small for number of sockets 2018-03-13 20:50:42 +08:00
liang yongxiang da3c900685 [bsp] fix typo 2018-03-13 17:42:21 +08:00
liang yongxiang 7bff4a1bee [bsp] update rtconfig.h and .config 2018-03-13 17:25:53 +08:00
liang yongxiang 2f14a55e28 [bsp] fixed gcc warning: value computed is not used 2018-03-13 17:25:50 +08:00
liang yongxiang 249d5b5887 [bsp] update IAR and mdk project 2018-03-13 17:24:44 +08:00
liang yongxiang f268ffa5be [bsp] delete SDIO test code 2018-03-13 17:24:41 +08:00
liang yongxiang 5760c356ef [bsp] fix enum warnings 2018-03-13 17:24:38 +08:00
liang yongxiang 005b9da3d5 [bsp] update gcc nocache section 2018-03-13 17:24:33 +08:00
Bernard Xiong 0b5ac759e3
Merge pull request #1272 from RT-Thread/fix_simulator
Fix the control interface and GUI initialization
2018-03-11 15:11:07 +08:00
Bernard Xiong 03b8015413
Merge pull request #1266 from jiaooo/dev
change file name drv_iic to drv_i2c
2018-03-11 14:39:46 +08:00