Bernard Xiong
|
9111aca176
|
Merge pull request #3279 from armink/fix_rbb
[DeviceDriver][IPC] Fix rbb free bug in rt_rbb_destroy.
|
2019-12-19 14:59:29 +08:00 |
armink
|
6228ff5e98
|
[DeviceDriver][IPC] Fix rbb free bug in rt_rbb_destroy.
|
2019-12-19 10:39:55 +08:00 |
Bernard Xiong
|
7a00b42e97
|
Update pipe.c
|
2019-12-18 23:19:54 +08:00 |
Bernard Xiong
|
055061a639
|
[DeviceDrivers] Fix pipe memory issue.
|
2019-12-18 21:38:05 +08:00 |
Bernard Xiong
|
a87c2ef970
|
Merge pull request #3234 from fmkong/spi_flash_sfud
[drivers/spi_flash_sfud] accept the error from spi read or write in spi_write_read function.
|
2019-12-18 20:03:28 +08:00 |
Fanming
|
7e9d54d87a
|
[drivers/spi_flash_sfud] accept the error from spi read or write in spi_write_read function.
|
2019-12-17 17:46:43 +08:00 |
tangweikang
|
15b10bd5e2
|
[components][sfud] update sfud options.
|
2019-12-03 16:45:46 +08:00 |
a1012112796
|
ab981a32b5
|
[Device/I2C] Chang debug message print way to ulog
|
2019-11-26 07:41:43 +08:00 |
Bernard Xiong
|
55c3182b78
|
Merge pull request #3193 from wangk-ge/master
修改内存泄漏问题
|
2019-11-21 22:04:42 +08:00 |
Bernard Xiong
|
54b72927d1
|
Merge pull request #3214 from chengxiaohu/master
添加 W25Q64DW SPI Flash 到支持列表
|
2019-11-21 22:04:19 +08:00 |
chengxiaohu
|
6b8a3469f8
|
Merge branch 'master' of https://github.com/chengxiaohu/rt-thread
|
2019-11-20 23:38:35 +08:00 |
chengxiaohu
|
2a512f3df0
|
添加 W25Q64DW SPI Flash 到支持列表。实际应用中发现该芯片不支持sfdp。
|
2019-11-20 23:33:10 +08:00 |
hichard
|
ec3b4349d3
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into renhaibo-branch
|
2019-11-16 11:20:13 +08:00 |
hichard
|
aafed7b434
|
1.修复sd卡热插拔内存泄露的bug
2.dfs增加函数,配合实现sd卡热插拔自动挂载卸载文件系统
|
2019-11-16 11:16:48 +08:00 |
Bernard Xiong
|
97b7661f6e
|
Merge pull request #3202 from armink/fix_rtc
[components] remove libc dependency in ulog and RTC driver.
|
2019-11-16 10:30:23 +08:00 |
ZYH
|
d3ee03f9c6
|
[RNDIS]fix speed on HS
|
2019-11-15 15:05:21 +08:00 |
armink
|
e59339e4b8
|
[components] remove libc dependency in ulog and RTC driver.
|
2019-11-14 18:09:55 +08:00 |
Steven Liu
|
12eacb8df6
|
components: drivers: misc: pwm: Missing "pwm1" here.
|
2019-11-11 17:10:25 +08:00 |
wangk-ge
|
649f75f861
|
修改内存泄漏问题
|
2019-11-11 16:46:43 +08:00 |
Ernest
|
f82d4f1f6f
|
[DeviceDrivers] add warning about overflow by serial receiver
|
2019-11-01 10:38:07 +08:00 |
MurphyZhao
|
260a61d36a
|
[components/drivers][pm] fix data type problem
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-09-23 18:02:46 +08:00 |
Bernard Xiong
|
32baa8e998
|
Merge pull request #3041 from FlyLu/master
fix i2c flags bug
|
2019-09-21 10:08:21 +08:00 |
guozhanxin
|
711ce4a0ea
|
[usbd] Fixed Windows first recording failure.|修复windows下第一次录音失败的问题。
windows下第一次录放音失败的原因是:第一录放音时 windows 会先连续发送开始、结束检测设备,然后才正式开始。线程来不及处理两次开始事件不会累积,最后导致直接结束,
|
2019-09-19 23:12:24 +08:00 |
guozhanxin
|
98b1956937
|
[usbd] Add usb audio class.
|
2019-09-19 21:01:25 +08:00 |
guozhanxin
|
cde81a296d
|
[usbd] Fixed an error where change the interface did not call handler.|修正了改变接口不调用回调的问题
|
2019-09-19 20:58:58 +08:00 |
guozhanxin
|
59dfbb1266
|
[usb device] Fix the problem of multiple altsetting of interface failing to properly enumerate.
修复多备用设备的接口不能正常枚举的问题。
|
2019-09-12 18:04:44 +08:00 |
Bernard Xiong
|
7464427894
|
[SFUD] Fix the compiling warning for SFUD_FLASH_DEVICE_TABLE definition
|
2019-09-11 10:24:50 +08:00 |
tangyuxin
|
8a3e66bc27
|
[components][drivers][wlan] 修复WLAN事件附加数据为空的问题
|
2019-09-06 15:28:46 +08:00 |
linch
|
55b69111dc
|
fix i2c flags bug
|
2019-09-06 14:44:50 +08:00 |
tangyuxin
|
2f2933245e
|
[components][drivers][sdio]修复 SDIO product 为空的问题
|
2019-09-03 16:55:10 +08:00 |
tangweikang
|
0f74ee7e20
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into drv_encoder
# Conflicts:
# components/drivers/misc/encoder.c
|
2019-08-30 16:11:46 +08:00 |
tangweikang
|
b76d3dac8a
|
[components][drivers] change name: encoder -> pulse_encoder
|
2019-08-30 15:58:52 +08:00 |
Bernard Xiong
|
4652480b64
|
Merge pull request #2993 from balanceTWK/encoder_perfect
[components][drivers][encoder] update
|
2019-08-26 13:45:27 +08:00 |
tyustli
|
363c9b1460
|
[bsp] [stm32] fix drv_can.c and can.c bug
|
2019-08-23 20:40:09 +08:00 |
tangweikang
|
086d26e0b4
|
[components][drivers][encoder] update
|
2019-08-23 14:43:44 +08:00 |
Bernard Xiong
|
d682c35441
|
Merge pull request #2948 from balanceTWK/master_capture
[components][drivers] add input capture driven framework
|
2019-08-21 13:48:12 +08:00 |
tangweikang
|
f9bad31d57
|
[components][drivers] change name: capture -> inputcapture
|
2019-08-21 10:51:02 +08:00 |
Bernard Xiong
|
0425f913ef
|
Merge pull request #2949 from enkiller/wlan
[components][drivers][wlan] 1.修复异步调用 dhcp 无法停止的bug 2.支持解挂载 lwip 协议
|
2019-08-20 08:44:29 +08:00 |
tangyuxin
|
d6fb6fec47
|
[components][drivers][wlan] 1.修复异步调用 dhcp 无法停止的bug 2.支持解挂载 lwip 协议
|
2019-08-18 20:16:21 +08:00 |
tyustli
|
c81eebcd5d
|
[bsp] [stm32] fix drv_can.c
|
2019-08-16 12:14:30 +08:00 |
tangweikang
|
e1587de6f7
|
[components][drivers] update capture driven framework
|
2019-08-15 16:44:05 +08:00 |
tangweikang
|
473505053f
|
[components][drivers] add capture driven framework
|
2019-08-13 20:33:23 +08:00 |
Bernard Xiong
|
ed1db32196
|
Merge pull request #2937 from balanceTWK/master_encoder
[components][drivers] add encoder driven framework
|
2019-08-13 11:39:37 +08:00 |
tangweikang
|
2b9a9e0163
|
[components][drivers] update : Move clear_count() function from ops->control() to ops->clear_count()
|
2019-08-12 13:47:03 +08:00 |
tangweikang
|
e5dc60e3cf
|
[components][drivers] update encoder driven framework
|
2019-08-11 16:15:43 +08:00 |
tangyuxin
|
70dd41d24b
|
[components][drivers][wlan] WLAN 支持被动扫描
|
2019-08-11 15:17:04 +08:00 |
tangweikang
|
cc565da5a1
|
[components][drivers] add encoder driven framework
|
2019-08-09 18:42:14 +08:00 |
Bernard Xiong
|
ab37857609
|
Merge pull request #2922 from enkiller/workqueu
[components][drivers][ipc] 完善工作队列,增强稳定性
|
2019-08-07 13:30:24 +08:00 |
EvalZero
|
e855fb8536
|
[components][audio]improve device ops interface and data flows.
|
2019-08-06 11:36:50 +08:00 |
tangyuxin
|
badd211457
|
[components][drivers][ipc] 完善工作队列,增强稳定性
1. 可直接提交延时任务, 无需额外调用延时初始化
2. 修复延时任务 PENDING 时,取消任务会递归调用的问题
|
2019-08-05 14:18:15 +08:00 |