Tanek
|
e8ee150d1e
|
Merge pull request #1310 from liu2guang/master
[BSP] delete rtc driver error message. | 删除RTC驱动的错误信息.
|
2018-03-23 14:27:23 +08:00 |
liuguang
|
f4b8cc4c66
|
Merge remote-tracking branch 'upstream/master'
|
2018-03-23 10:39:04 +08:00 |
Bernard Xiong
|
213001fd7d
|
Merge pull request #1307 from armink/fix_armlibc
[Libc][armlibc] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO
|
2018-03-23 10:17:34 +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 |
armink
|
b27b1d8032
|
[Libc][armlibc] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to armlibc/sys/unistd.h.
|
2018-03-22 12:09:39 +08:00 |
Bernard Xiong
|
2a9ce628e4
|
Merge pull request #1306 from TanekLiang/v2m-bsp
[bsp][v2m-mps2] fix "scons --target=mdk5" error
|
2018-03-22 08:43:28 +08:00 |
Bernard Xiong
|
9a01c5700c
|
Merge pull request #1305 from armink/fix_rtc
[DeviceDriver][RTC] Fix rtc Kconfig and missing return.
|
2018-03-22 08:42:55 +08:00 |
moebius.ever
|
feeff73168
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2018-03-21 15:37:23 +08:00 |
liang yongxiang
|
9b3b6989fa
|
[bsp][v2m-mps2] fix "scons --target=mdk5" error
|
2018-03-21 10:08:03 +08:00 |
armink
|
c74bc870e8
|
[DeviceDriver][RTC] Fix rtc Kconfig and missing return.
|
2018-03-21 09:15:21 +08:00 |
Bernard Xiong
|
883290ddef
|
Merge pull request #1304 from armink/fix_dlib
Fix dlib
|
2018-03-21 01:10:28 +08:00 |
armink
|
c6e928a780
|
[Libc] Update struct stat on libc_stat.h .
|
2018-03-20 17:51:12 +08:00 |
armink
|
991baa7a04
|
[Libc][dlib] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to dlib sys/unistd.h .
|
2018-03-20 17:50:12 +08:00 |
armink
|
fed25c720e
|
[Libc][dlib] Add fcntl.h and sys/stat.h to dlib.
|
2018-03-20 17:48:35 +08:00 |
Tanek
|
39ebfa9e32
|
Merge pull request #1302 from liu2guang/master
[BSP] fix pin drive bug and add interrupt mode. | 修复PIN驱动BUG并添加中断模式.
|
2018-03-20 10:53:59 +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 |
ArdaFu
|
56c2ebbcc8
|
[components][mini-libc] Add missing C99 definition of int/uint_least/fast8/16/32/64_t.
|
2018-03-19 11:54:13 +08:00 |
Bernard Xiong
|
92f6301882
|
Merge pull request #1293 from TanekLiang/lpc824
[bsp][lpc824] fixed error: incomplete type is not allowed
|
2018-03-19 09:16:30 +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 |
Bernard Xiong
|
d5d07b761f
|
Merge pull request #1296 from uestczyh222/master
[Components][Dfs][Fat]fix mkfs bug
|
2018-03-18 18:00:00 +08:00 |
zyh
|
38169bb51a
|
[Components][Dfs][Fat]fix mkfs bug
|
2018-03-18 17:22:22 +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 |
ZYH
|
60b756a8ff
|
Merge pull request #1291 from uestczyh222/master
[Components][USB Device]增加设备栈对HS设备的支持
|
2018-03-16 19:14:07 +08:00 |
ZYH
|
7262ab7364
|
[Components][USB Device]增加复合设备对HS的支持
|
2018-03-16 18:40:07 +08:00 |
ZYH
|
5035662cd9
|
[Components][USB Device]各个class对HS进行了适配
部分class还不支持HS,RNDIS存在暂时无法解决的已知bug
|
2018-03-16 18:36:14 +08:00 |
Tanek
|
c4c729f014
|
Merge pull request #1290 from liu2guang/master
[BSP] add rt1050 hp rtc driver.| 添加RT1050 高功耗RTC驱动.
|
2018-03-16 18:04:13 +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 |