MiraculousConch
|
a4be1a8176
|
[Components][Drivers][USB]Add USB HID device config to env
|
2017-11-15 23:59:31 +08:00 |
uestczyh222
|
a3808362ac
|
[Components][Drivers][USB]fix usb device core
|
2017-11-15 20:54:54 +08:00 |
JasonJiaJie
|
be3953fd36
|
[DeviceDriver][serial]Fix compile error when RT_USING_POSIX_TERMIOS is not define.
Fix compile error when RT_USING_POSIX_TERMIOS is not define.
|
2017-11-15 17:34:43 +08:00 |
JasonJiaJie
|
b085bba04c
|
[Posix]termios parameter issue.
|
2017-11-15 13:17:42 +08:00 |
JasonJiaJie
|
b747164942
|
[DeviceDriver][serial]
1.Fix poll rx issue when data is full.
2.Add TCFLSH and FIONREAD support.
|
2017-11-15 09:40:18 +08:00 |
tangyuxin
|
6127313514
|
[audio]update audio/audio_pipe.h
|
2017-11-13 17:11:54 +08:00 |
tangyuxin
|
cc54e0a74e
|
[usb]update usb stack
|
2017-11-11 10:53:08 +08:00 |
tangyuxin
|
f7a6078c5c
|
[audio]新版本pipe导致audio编译错误,添加以前的pipe
|
2017-11-10 19:50:29 +08:00 |
MurphyZhao
|
e466357c7f
|
[Fix] Fix building error when `PKG_USING_CJSON` is not defined
[Mod] Modify wifi_usage help message
|
2017-11-09 17:24:26 +08:00 |
tanek liang
|
99e5e90c40
|
[DeviceDrivers] support using RT_USING_MTD_NOR and RT_USING_MTD_NAND at the same time
|
2017-11-09 16:50:20 +08:00 |
JasonJiaJie
|
ef219c20c2
|
[Driver][Pipe]Memory leak issue when close a pipe.
There is a memory leak issue when close a pipe.
|
2017-11-09 16:49:46 +08:00 |
MurphyZhao
|
024e3ea8f6
|
[Fix] Fix issue caused by global info and local info in wlan/wlan_cmd.c
[Add] Change network_mode value according to the finsh shell command
|
2017-11-09 13:13:32 +08:00 |
armink
|
ba2f149a4c
|
[DeviceDriver] Change `pin_irq_enable` to `rt_pin_irq_enable`.
|
2017-11-08 00:05:46 +08:00 |
JasonJiaJie
|
75c6c40a64
|
[DeviceDriver][serial]Fix data bits error issue when using tcsetattr to set uart parameters.
data bits should get from CSIZE.
|
2017-11-07 15:35:20 +08:00 |
Bernard Xiong
|
6ccebe19d5
|
[DeviceDrivers] Fix compiling issue in MMC/SD.
|
2017-11-06 20:11:25 +08:00 |
weety
|
e4dd86a1b7
|
[DRIVER][SDIO] Add components initializer.
|
2017-11-05 21:41:43 +08:00 |
bernard
|
75b46cf22b
|
[DeviceDrivers] Add RT_USING_POSIX condition for pipe.
|
2017-11-03 21:09:04 +08:00 |
Bernard Xiong
|
37e34006e2
|
Merge pull request #939 from zhaojuntao/murphy
[wlan cmd][lwip ip addr] modify
|
2017-11-02 18:03:32 +08:00 |
MurphyZhao
|
74759197b0
|
fix rt_kprintf %s no value problem
|
2017-11-01 19:47:37 +08:00 |
Bernard Xiong
|
8b2919aff1
|
[DeviceDrivers] change the type of cmd to 'int'
|
2017-11-01 13:39:36 +08:00 |
bernard
|
4b2a3d02f3
|
[DeviceDrivers] Add wifi device/cmd.
|
2017-10-25 07:37:26 +08:00 |
MiraculousConch
|
8c334d9ab8
|
[DeviceDrivers]添加pin开漏和下拉输入宏
[DeviceDrivers]添加pin开漏和下拉输入宏
|
2017-10-20 14:36:01 +08:00 |
MiraculousConch
|
bdc01934d2
|
Merge remote-tracking branch 'upstream/master'
|
2017-10-20 14:24:32 +08:00 |
MiraculousConch
|
c564605c98
|
[DeviceDrivers]添加pin开漏和下拉输入宏
[DeviceDrivers]添加pin开漏和下拉输入宏
|
2017-10-20 14:22:10 +08:00 |
MiraculousConch
|
000a0388d5
|
Revert "STM32F10x HAL库的bsp分支"
This reverts commit cfa87cf938 .
|
2017-10-20 14:17:47 +08:00 |
weety
|
5150e19d4b
|
[bsp][dm365] Support rt_hw_console_output function; Adjust the initialization sequence; Cleanup code.
[drv][mmcsd] Undo Changes.
|
2017-10-20 11:19:03 +08:00 |
MiraculousConch
|
cfa87cf938
|
STM32F10x HAL库的bsp分支
增加了pin设备的模式开漏和下拉
添加的HAL库的bsp分支
|
2017-10-20 03:28:13 +08:00 |
weety
|
dd5ac17fc8
|
[bsp][dm365] Using component initial;
[drv][mmcsd] Add component initial.
|
2017-10-19 19:14:06 +08:00 |
bernard
|
a8a7d60877
|
[DeviceDrivers] Remove compiling warning in workqueue.
|
2017-10-18 09:29:30 +08:00 |
bernard
|
8a38307e2c
|
[libc] Add RT_USING_POSIX macro.
1. Add macro check in rtdebug.h;
2. Use RT_USING_POSIX for poll/select, stdin etc.
3. Split dfs_posix.h to dfs_posix.h, dfs_poll.h and dfs_select.h;
|
2017-10-17 22:27:06 +08:00 |
bernard
|
19aa36e830
|
[DeviceDrivers] Add sync mode in work queue.
|
2017-10-17 17:53:01 +08:00 |
ArdaFu
|
fc7abc6580
|
[components][drivers] Check macro "RT_USING_DFS" when using DFS relative method/functions.
|
2017-10-16 15:12:35 +08:00 |
bernard
|
d7087fdd3b
|
[DeviceDrivers] change cmd type.
1. Change 'rt_uint8_t' type of cmd to 'int';
2. Add waitqueue;
3. Split device ipc header files;
|
2017-10-15 22:56:46 +08:00 |
bernard
|
9122edd57c
|
[Kconfig] Add more descrip for Kconfig
|
2017-10-09 15:12:42 +08:00 |
SummerGift
|
17d64d0bff
|
[修改]:修改rtt中的kconfig。
|
2017-10-09 14:22:08 +08:00 |
armink
|
25c859912a
|
[DeviceDriver] Update SFUD to latest version.
|
2017-09-29 17:00:19 +08:00 |
armink
|
f7a85a9f99
|
[KConfig] Add SFUD KConfig.
|
2017-09-29 16:57:17 +08:00 |
armink
|
93db99678b
|
[DeviceDriver] Update SFUD to latest version.
|
2017-08-30 21:28:59 +08:00 |
Aubr.Cool
|
44bac92a93
|
[Components]drivers can change txcompletion to sem
|
2017-08-30 08:00:36 +08:00 |
Bernard Xiong
|
c0338d566c
|
Merge pull request #816 from SummerGGift/master
[Device Drivers] delete an useless %s.
|
2017-08-20 11:31:40 +08:00 |
SummerGift
|
cfc3b76438
|
delete a useless %s.
|
2017-08-19 10:04:04 +08:00 |
yygg_you
|
94746d8e5f
|
audio驱动使用系统内的dataqueue,修复一些缩进,乱码
|
2017-08-16 01:17:06 +08:00 |
armink
|
09f9fcaaa6
|
[DeviceDriver] Fix rw009 WiFi module auto reconnect feature.
|
2017-07-28 08:20:31 +08:00 |
Bernard Xiong
|
5148b9ff27
|
Merge pull request #766 from AubrCool/fix-stm32f10x.wdt
[BSP] stm32f10x add watchdog driver
|
2017-07-20 18:01:46 +08:00 |
Aubr.Cool
|
2c1ee84347
|
BSP stm32f10x add watchdog driver
|
2017-07-20 11:56:21 +08:00 |
Aubr.Cool
|
8f4e80669b
|
[Components] driver i2c add fm24clxx drv
|
2017-07-20 11:55:27 +08:00 |
ruiqian
|
465fdfc2ff
|
Update sdio.c
|
2017-07-04 00:50:48 +08:00 |
ruiqian
|
0a798b33a5
|
Update mmcsd_core.c
|
2017-07-04 00:50:25 +08:00 |
ruiqian
|
bf48d2b745
|
Update sdio.h
|
2017-07-04 00:49:50 +08:00 |
ruiqian
|
1590e38f46
|
Update mmcsd_host.h
|
2017-07-04 00:49:23 +08:00 |