armink
|
2d59fe0310
|
[DeviceDriver] Add power management device driver.
|
2018-10-29 09:54:52 +08:00 |
Peter Zhang
|
4f14dc9186
|
[components][drivers][usb_common]: Fix typo for 'ifndf' in usb_common.h
|
2018-10-26 14:33:21 +08:00 |
Peter Zhang
|
328a697c1d
|
[components][drivers][usb][usb_device][cdc_vcom]: Add 'RT_VCOM_TX_TIMEOUT' to configure TX_TIMEOUT whick may block vcom tx thread for a long time. Add 'RT_VCOM_TASK_STK_SIZE', 'RT_VCOM_TX_USE_DMA', 'RT_VCOM_SERNO', 'RT_VCOM_SER_LEN', 'RT_VCOM_TX_TIMEOUT' to Kconfig
|
2018-10-26 14:29:22 +08:00 |
zyh
|
d950ffc485
|
[Components][USB]修复拼写错误
|
2018-10-26 11:41:54 +08:00 |
Bernard Xiong
|
95fde46d18
|
Merge pull request #1923 from uestczyh222/usb
[Components][drivers][usb]修复非对齐访问异常
|
2018-10-26 07:08:24 +08:00 |
liruncong
|
d3764db892
|
解决以下问题:
1) usb驱动中时间未与RT_TICK_PER_SECOND关联问题,RT_TICK_PER_SECOND变化时,这些时间将发生变化
解决: 增加USB_TIMEOUT_BASIC/USB_TIMEOUT_LONG/USB_DEBOUNCE_TIME
2) 修正rt_usbh_detach_instance函数使用device->cfg_desc前未判断是否有效. 可导致abort
3) rt_usbh_hub_port_change增加device->port初始化,否则struct uhcd_ops相关函数无法直接得到端口号
|
2018-10-23 20:04:51 +08:00 |
zyh
|
c2539db38e
|
[Components][drivers][usb]修复非对齐访问异常
|
2018-10-22 12:08:43 +08:00 |
Bernard Xiong
|
1699a12b15
|
Merge pull request #1908 from enkiller/wlan-lwip
[components][wlan] 兼容lwip1.4
|
2018-10-18 21:35:06 +08:00 |
tangyuxin
|
a7956e5ec9
|
[components][wlan] 兼容lwip1.4
|
2018-10-18 14:24:15 +08:00 |
tangyuxin
|
1e0e221dd7
|
[components][wlan] 修复某些情况下模式初始化两遍的bug
|
2018-10-18 14:19:32 +08:00 |
Bernard Xiong
|
070248bb04
|
Update spi_flash_w25qxx.c
|
2018-10-15 09:23:58 +08:00 |
Bernard Xiong
|
e158d48de0
|
[license] Fix the bad license replace.
|
2018-10-15 00:50:04 +08:00 |
Bernard Xiong
|
2c0640a178
|
[license] Change license to Apache.
|
2018-10-14 19:37:18 +08:00 |
ZYH
|
e00364c5e4
|
[Components][SDIO]修复脏值调用
|
2018-10-12 11:22:05 +08:00 |
Bernard Xiong
|
65fc7421e0
|
Merge pull request #1871 from uestczyh222/master
[Components][USB]增加健壮性
|
2018-10-09 19:54:10 +08:00 |
Bernard Xiong
|
05101c4bba
|
Merge pull request #1789 from liruncong/dev-usb
修正drivers下一处bug,并修正armclang编译时该目录下的错误或警告
|
2018-10-09 13:49:52 +08:00 |
ZYH
|
2b7488ca85
|
[Components][USB]更新license
|
2018-10-09 11:43:35 +08:00 |
ZYH
|
f73e4c3fc4
|
[Compoments][USB]增加对class的非法注册的判断
|
2018-10-09 11:41:38 +08:00 |
ZYH
|
294223c80b
|
[Components][USB]修复当未开启复合设备时HID编译失败
|
2018-10-09 11:32:41 +08:00 |
Bernard Xiong
|
0cd2c10627
|
Merge pull request #1833 from uestczyh222/sdio
Fix some bugs for sdio
|
2018-09-30 12:01:06 +08:00 |
ZYH
|
2e74539130
|
[Components][SDIO]fix 'rocr' declared without an initial value
|
2018-09-30 11:01:06 +08:00 |
weety
|
84ffe47bb5
|
Fixed Kconfig spelling mistake.
|
2018-09-29 22:54:28 +08:00 |
guozhanxin
|
12b7634c62
|
[components][drivers][pwm] Add rt_pwm_disable function and API Interface
|
2018-09-26 17:29:39 +08:00 |
ZYH
|
780f538525
|
[Components][SDIO][MMC] fix null point check
|
2018-09-22 15:02:48 +08:00 |
ZYH
|
3d69c44ab8
|
[Components][SDIO]fix Null point access
|
2018-09-22 14:56:55 +08:00 |
ZYH
|
f6be7abb2d
|
[Components][SDIO]block 'err' declared without an initial value
|
2018-09-22 14:53:08 +08:00 |
ZYH
|
f260f7effd
|
[Components][SDIO]fix Assigned value is garbage or undefined
|
2018-09-22 14:49:47 +08:00 |
Bernard Xiong
|
b5202d17fb
|
Merge branch 'master' into dev
|
2018-09-21 17:09:46 +08:00 |
Bernard Xiong
|
a13565ce26
|
Merge pull request #1825 from heyuanjie87/mtd-kenghuo-cla
添加新的mtd接口
|
2018-09-20 18:16:21 +08:00 |
heyuanjie87
|
b620c10014
|
更改许可
|
2018-09-20 09:41:05 +08:00 |
tangyuxin
|
f7423741f2
|
[DeviceDriver][wlan] 已知问题修复
1.Kconfig添加DEBUG选项
2.函数入参检查
3.修复拼写错误及逻辑错误
4.低功耗可以设定等级
5.移除残留中文注释
|
2018-09-19 15:06:24 +08:00 |
heyuanjie87
|
3e71dc88f3
|
更改许可信息
|
2018-09-19 10:09:38 +08:00 |
heyuanjie87
|
bc5a5f89e9
|
添加新的mtd接口
|
2018-09-18 18:41:33 +08:00 |
ZYH
|
9a666099aa
|
[Components][Drivers][hwtimer]fix 'index' declared without an initial value
|
2018-09-18 15:30:52 +08:00 |
ZYH
|
cc8ab15472
|
[Components][Drivers][SPI]fix "Value stored to 'result' is never read"
|
2018-09-17 10:06:54 +08:00 |
tangyuxin
|
324bfc5897
|
[DeviceDriver][wlan] add new wlan framework
|
2018-09-15 10:16:04 +08:00 |
armink
|
dff8a2c513
|
[DeviceDriver] Add rbb (ring block buffer) data structure.
|
2018-09-12 08:59:58 +08:00 |
Bernard Xiong
|
8c2448a4d4
|
Merge pull request #1774 from EvalZero/sdio_dev
[DeviceDriver][SDIO] Update sdio debug log.
|
2018-09-11 19:03:10 +08:00 |
liruncong
|
7b788014f7
|
修正drivers下,armclang编译时的警告或错误 注:vcom_tx_thread_entry下, if(!res & CDC_TX_HAS_DATE)应为bug.
|
2018-09-10 19:40:08 +08:00 |
weety
|
799c5e4ea2
|
[sdio] Fixed merge error.
|
2018-09-09 22:07:06 +08:00 |
weety
|
e19cfd4571
|
[sdio] Fixed issue for requset size calculation.
|
2018-09-09 21:20:08 +08:00 |
weety
|
02a2b78943
|
[sdio] Fixed error for dma size calculation.
|
2018-09-09 14:05:45 +08:00 |
weety
|
618e185cd3
|
[sdio] Limit the data size per request based on the sdio controller driver configuration parameters.
|
2018-09-08 23:21:13 +08:00 |
EvalZero
|
2c01189114
|
[DeviceDriver][SDIO] Update sdio debug log.
|
2018-09-05 14:50:43 +08:00 |
liruncong
|
d3c08afd75
|
1. 保留目前未用到的rt_usbd_ep_unassign函数,暂时移除static属性,消除警告.
2. 修改一处存在多余括号问题. armclang有警告发出.
|
2018-09-02 22:39:51 +08:00 |
liruncong
|
923d6fe33d
|
消除usb结构体gcc编译时的相关警告
|
2018-08-28 03:18:39 +08:00 |
armink
|
9ef9e4b0f8
|
[DeviceDriver][SFUD] Update sfud to v1.0.6 latest version.
|
2018-08-22 16:48:17 +08:00 |
armink
|
bc7a43bdaf
|
[DeviceDriver][SFUD] Replace the vsnprintf to rt_vsnprintf.
|
2018-08-22 16:41:56 +08:00 |
MurphyZhao
|
651149fcbb
|
[components/drivers/spi] 增加 sfud flash 设备查找接口
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-08-16 14:48:46 +08:00 |
neverxie
|
3a83e5524f
|
[components][pipe] Fix 'pipe' command close bug when open failed.
|
2018-08-11 18:45:18 +08:00 |
Bernard Xiong
|
e6fedb6e9b
|
[DeviceDrivers] Remove warning in Kconfig
|
2018-07-28 20:22:47 +08:00 |
Bernard Xiong
|
cd5ccea44c
|
Merge pull request #1652 from enkiller/dev
[components][drivers][sdio]修复没有注册SDIO中断导致断言的问题
|
2018-07-22 11:19:32 +08:00 |
tangyuxin
|
78189dfb6b
|
[components][drivers][sdio]修复没有注册SDIO中断导致断言的问题
|
2018-07-21 16:29:17 +08:00 |
liang yongxiang
|
2f402db661
|
[device][serial] call rx_indicate function only if the rx_length is not equal 0
|
2018-07-21 12:34:27 +08:00 |
liang yongxiang
|
bd044f674d
|
[components] format Kconfig
|
2018-07-18 11:59:50 +08:00 |
Bluebear233
|
dc0aa39b42
|
[DeviceDriver][serial] 修复get_index越界问题
|
2018-07-16 09:47:36 +08:00 |
armink
|
e1c612bf0a
|
[DeviceDriver][sfud] Fix block erase 0 byte issue when start address is equal end address.
|
2018-07-14 21:01:38 +08:00 |
armink
|
6cd8658dad
|
[rtdbg] Change all DBG_SECTION_NAME to new format.
|
2018-07-11 10:23:19 +08:00 |
zyh
|
b3eaf17e19
|
[Components][pipe]暴露 rt_pipe_delete 接口
|
2018-07-10 14:54:39 +08:00 |
zyh
|
151330b721
|
[Components][USB][Device]Support customer HID class|支持自定义HID设备
|
2018-07-04 14:13:09 +08:00 |
Bluebear233
|
985db0e3bf
|
[KCONFIG]添加pipe缓冲区大小配置
|
2018-06-30 10:36:31 +08:00 |
MurphyZhao
|
6a85a624d7
|
[drivers/wlan] Fix the problem that the password is empty
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-06-29 14:57:13 +08:00 |
Bernard Xiong
|
f0f883668c
|
Merge pull request #1579 from RT-Thread/fix_waitqueue
Fix waitqueue issue
|
2018-06-29 13:19:16 +08:00 |
luo jiao
|
ef8398c2bb
|
[components][drivers][pin module]:typo fix for pin_detach_irq
|
2018-06-26 22:18:58 +08:00 |
Bernard Xiong
|
464e1615b9
|
Merge pull request #1572 from enkiller/mmc
[components][drivers]sdio 给局部指针变量赋初值,修复潜在问题
|
2018-06-26 12:10:05 +08:00 |
Bernard Xiong
|
0cac9afc4b
|
[Kernel] clean code for indentation.
|
2018-06-26 12:02:03 +08:00 |
Bernard Xiong
|
ef132f3c94
|
[Kernel] clean code for indentation.
|
2018-06-26 11:57:20 +08:00 |
Bernard Xiong
|
a1a56ce1d1
|
[Kernel] Add flag in wait queue and fix wakeup issue.
|
2018-06-26 11:19:38 +08:00 |
tangyuxin
|
f850a2dd33
|
[components][drivers]sdio 给局部指针变量赋初值,修复潜在问题
|
2018-06-26 11:09:13 +08:00 |
tangyuxin
|
050600f4a8
|
[components][drivers]enc28j60 1.默认关闭log打印 2.优化一个未使用的变量
|
2018-06-26 11:00:52 +08:00 |
Bernard Xiong
|
fb36988e86
|
Merge pull request #1562 from TanekLiang/mmcsd_fix_warning
[DeviceDrivers] remove unused-assign code
|
2018-06-23 19:44:36 +08:00 |
aozima
|
7da376280a
|
Merge pull request #1556 from enkiller/dev
[components][drivers]wlan打印ap信息更加友好
|
2018-06-23 19:20:59 +08:00 |
tangyuxin
|
7f4b8d2102
|
[components][drivers]wlan 1.修改wifi速率单位为bps 2.打印ap信息更加友好
|
2018-06-23 14:52:08 +08:00 |
liang yongxiang
|
fef854a431
|
[DeviceDrivers] remove unused-assign code
|
2018-06-23 12:09:24 +08:00 |
tangyuxin
|
43531cc276
|
[components][drivers]Kconfig添加SDIO相关配置
|
2018-06-23 11:24:31 +08:00 |
Bluebear233
|
284744b7b2
|
Update serial.c
rx_fifo->is_full已经满时继续更新rx_fifo->get_index
|
2018-06-13 21:45:03 +08:00 |
armink
|
570ae751be
|
[components][drivers] Add irq lock to rt_wqueue_wait.
|
2018-06-12 17:10:20 +08:00 |
Bernard Xiong
|
b110d77d8f
|
Merge pull request #1521 from RT-Thread/feature_v310
Feature v310
|
2018-06-11 11:13:59 +08:00 |
Bernard Xiong
|
43e3eed3b9
|
Merge pull request #1517 from armink/fix_sfud
[components][sfud] Fix RT_DEBUG_SFUD macro to bool type.
|
2018-06-11 10:40:11 +08:00 |
armink
|
3b98684664
|
[components][sfud] Fix RT_DEBUG_SFUD macro to bool type.
|
2018-06-10 18:27:52 +08:00 |
Bernard Xiong
|
564df04da1
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2018-06-10 18:01:15 +08:00 |
Bernard Xiong
|
884fb70fe9
|
[Kernel] Add device ops feature.
|
2018-06-10 17:59:17 +08:00 |
Bernard Xiong
|
e1a57f053a
|
Merge pull request #1513 from armink/fix_sfud
[components][sfud] Update log info.
|
2018-06-10 15:55:13 +08:00 |
armink
|
24f633e025
|
[components][sfud] Update log info.
|
2018-06-10 11:08:01 +08:00 |
aozima
|
5569d17b95
|
[DeviceDrivers] rename _pwm.c to rt_drv_pwm.c
|
2018-06-08 16:07:12 +08:00 |
aozima
|
0e5b4a0ff2
|
[DeviceDrivers] export pwm_enable/set to shell.
|
2018-06-08 16:04:29 +08:00 |
aozima
|
cdfef48395
|
[DeviceDrivers] add pwm driver framework.
|
2018-06-07 21:23:22 +08:00 |
tangyuxin
|
c67595c242
|
[components][drivers]Kconfig wifi默认打开sta模式
|
2018-06-06 11:07:50 +08:00 |
tangyuxin
|
2f35ed0ec7
|
[components][drivers]Kconfig更新
|
2018-06-06 11:03:09 +08:00 |
tangyuxin
|
6f12736c86
|
[components][drivers]wlan驱动框架更新
|
2018-06-05 16:52:56 +08:00 |
guozhanxin
|
e2c89ec0f5
|
[components][cputime]to be able trace before use DWT.|使用 DWT 之前必须先使能跟踪系统.
|
2018-06-04 14:54:07 +08:00 |
tangyuxin
|
85b14687f4
|
[components][drivers]Kconfig 添加Audio选项
|
2018-05-29 10:10:42 +08:00 |
MurphyZhao
|
af54e33d6f
|
[components/drivers/wlan] remove duplicate configuration in wlan_cmd.c, this configuration is included in the dhcp_server.c
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-05-28 17:59:07 +08:00 |
zyh
|
178fce54bd
|
[Components][USB]fix device ep write 1bytes on hs
|
2018-05-28 11:04:49 +08:00 |
armink
|
a6b6b05d7d
|
[drivers/rtc] Update NTP update time API.
|
2018-05-10 18:29:56 +08:00 |
armink
|
5501ec36cb
|
[components/libc] Move time() and clock() function to libc time.c.
|
2018-05-07 18:19:15 +08:00 |
aozima
|
088990f7d3
|
update enc28j60 driver: ensure enable PHY link changed interrupt.
|
2018-05-05 13:26:18 +08:00 |
aozima
|
3ec384d809
|
update enc28j60 driver: format code by Astyle.
|
2018-05-05 13:17:48 +08:00 |
ZHANG Jinglong
|
f1e2dd487e
|
fix an i2c debug print bug
|
2018-05-03 23:44:56 +08:00 |
zyh
|
c053119fac
|
[Components][HOST]fix sem name
|
2018-04-27 15:27:26 +08:00 |
zyh
|
4f40bc80ec
|
[Components][USB device] kconfig allow none class
|
2018-04-24 15:00:33 +08:00 |
zyh
|
1ed770039c
|
[Coponents][USB device]add class register interface
|
2018-04-24 12:48:05 +08:00 |
zyh
|
4c0be8c776
|
[Components][USB]Add stack size config
|
2018-04-23 20:09:01 +08:00 |
armink
|
7c97e16ecf
|
[DeviceDriver] Fix RT_DEBUG_SFUD in Kconfig.
|
2018-04-19 19:40:47 +08:00 |
Bernard Xiong
|
0e1ab3d54a
|
Merge pull request #1349 from TanekLiang/rtc-warning
fixed warning when only enable finsh shel…
|
2018-04-09 13:53:38 +08:00 |
liang yongxiang
|
cc81b47be2
|
[components] fixed signed/unsigned mismatch warning
|
2018-04-09 12:05:51 +08:00 |
liang yongxiang
|
2f5a9c37fa
|
[DeviceDriver][RTC] fixed warning when only enable finsh shell: function "date" was declared but never referenced
|
2018-04-09 12:00:43 +08:00 |
armink
|
80c2015c3a
|
[DeviceDriver] Remove rt_memory api using on SFUD.
|
2018-04-01 23:03:43 +08:00 |
Bernard Xiong
|
c6a5a2a386
|
Merge pull request #1314 from enkiller/dev
[drivers]Fix put_force bug
|
2018-03-28 00:53:08 +08:00 |
heyuanjie87
|
fa09a700c1
|
Update audio.c
|
2018-03-27 13:59:22 +08:00 |
tangyuxin
|
5b31545970
|
[drivers]Fix put_force bug
|
2018-03-25 07:54:31 +08:00 |
ZYH
|
93060f2478
|
Merge remote-tracking branch 'upstream/master'
|
2018-03-23 14:52:07 +08:00 |
ZYH
|
0fcf08ae88
|
[Components][USB]fix a compile error
|
2018-03-23 14:52:00 +08:00 |
armink
|
c74bc870e8
|
[DeviceDriver][RTC] Fix rtc Kconfig and missing return.
|
2018-03-21 09:15:21 +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 |
ZYH
|
0ab93e70f0
|
[Components][USB Device]增加协议栈对HS设备的支持
- 增加winusb对HS的支持。其余class还在完善中
|
2018-03-16 16:02:57 +08:00 |
ZYH
|
9ad0cb214d
|
Merge pull request #1280 from charlown/master
fix cdc_vcom.c notify receive data.
|
2018-03-15 21:43:17 +08:00 |
tangyuxin
|
a745d5ee03
|
[drivers][pin]增加两种IO中断模式
|
2018-03-15 11:12:22 +08:00 |
charlown
|
4f1f0ad918
|
fix cdc_vcom.c notify receive data.
|
2018-03-15 10:07:23 +08:00 |
aozima
|
0e4de6f8f4
|
[DeviceDrivers][SPI][spi_msd.c] fixed CSD Version 2.0 sector count calc.
|
2018-03-09 21:38:18 +08:00 |
aozima
|
f582bb5ba4
|
[DeviceDrivers][SPI] format spi_msd.c
|
2018-03-09 21:38:09 +08:00 |
uestczyh222
|
6bfb966d7d
|
[Components][WINUSB]Fix USB_VENDOR_ID and USB_PRODUCT_ID Macro
|
2018-03-09 15:28:57 +08:00 |
uestczyh222
|
55a1c11abc
|
[Components][WINUSB]Add Guid config to Kconfig Add VID PID config
|
2018-03-09 15:21:33 +08:00 |
tangyuxin
|
2bbb27c29c
|
[drivers]修复定时器驱动框架单次长时间定时不准确的问题
|
2018-03-06 10:40:02 +08:00 |
Bernard Xiong
|
3aa582bc17
|
[BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc
|
2018-03-04 22:35:07 +08:00 |
Bernard Xiong
|
ba2b1f0e56
|
[DeviceDrivers][MMC] rename fls to __rt_fls
|
2018-03-04 17:25:59 +08:00 |
tangyuxin
|
6ceb4554fc
|
[Drivers]修复不打开dfs时,wlan驱动编译出错的问题
|
2018-03-01 09:15:32 +08:00 |
armink
|
ae867e1b65
|
[DeviceDriver][RTC] Add readme doc.
|
2018-02-16 13:16:53 +08:00 |
armink
|
cd23728070
|
[DeviceDriver][RTC] Add soft RTC and NTP auto sync time config to Kconfig.
|
2018-02-16 13:14:48 +08:00 |
armink
|
59be76af25
|
[DeviceDriver][RTC] Add 'date' command for set and get date time.
|
2018-02-16 13:03:56 +08:00 |
armink
|
47f389732d
|
[DeviceDriver] Add clock() to rtc.c .
|
2018-02-16 13:01:03 +08:00 |
armink
|
ce6b0a6efb
|
[DeviceDriver] Add NTP auto sync time for RTC device.
|
2018-02-16 12:58:48 +08:00 |
armink
|
c4f4710b43
|
[DeviceDriver][RTC] Add software simulation RTC device.
|
2018-02-16 12:46:29 +08:00 |
ZYH
|
6b18ef3b6a
|
Merge pull request #1209 from ChunfengMu/fix_bugs
cdc_vcom dma 发送流程修改
|
2018-02-09 12:40:59 +08:00 |
aozima
|
cd74a4be47
|
[drivers] move tf/sd card driver to spi/spi/spi_msd.c, and update Kconfig script.
|
2018-02-07 10:28:30 +08:00 |
ChunfengMu
|
a499c18072
|
[Components][Drivers][USB]vcom dma_tx模式下根据bulk in提交能力限制tx_ringbuffer的填充长度,避免对下次bulk in传输造成影响.
|
2018-02-06 01:49:59 +08:00 |
ChunfengMu
|
9798917638
|
1:解决主机端未打开串口时,设备端应用程序dma模式下操作vcom发送数据时,dataqueue条目泄漏的问题。
|
2018-01-31 02:37:34 +08:00 |
ChunfengMu
|
263e9faae4
|
Update cdc_vcom.c
|
2018-01-30 10:19:40 +08:00 |
ChunfengMu
|
2ea318cc03
|
1:解决未使用串口设备时,bulkout端点接收数据触发断言的问题。
|
2018-01-30 01:24:00 +08:00 |
armink
|
7b8f8d9615
|
[DeviceDriver][SFUD] Fix flash device lock not detach when an error occurred. #1167
|
2018-01-28 18:29:33 +08:00 |
armink
|
c63d9a8864
|
[DeviceDriver][SFUD] Update SFUD to latest version.
|
2018-01-28 18:14:45 +08:00 |
ChunfengMu
|
0b0cbaf9aa
|
[Components][Drivers][USB]fix compiling errors
|
2018-01-24 00:27:11 +08:00 |
Bernard Xiong
|
828804e26d
|
Merge pull request #1184 from uestczyh222/master
[Components][Drivers][USB Device]fix ep assign bug
|
2018-01-22 15:43:10 +08:00 |
Aubr.Cool
|
537943ed6f
|
[Components] driver usb vcom fix error for console (#1160)
* [Components] driver usb vcom fix error for console
|
2018-01-22 13:18:27 +08:00 |
uestczyh222
|
8b1eedf73e
|
Merge remote-tracking branch 'upstream/master'
|
2018-01-22 13:13:23 +08:00 |
uestczyh222
|
4ca2337176
|
[Components][Drivers][USB Device]fix ep assign bug
|
2018-01-22 12:58:59 +08:00 |
ChunfengMu
|
31dcce45c8
|
1:修复cdc_vcom命令处理错误,SetLineCoding命令用于设置一些vcom参数,在此处判定vcom连接状态不合适,因通过SetControlLineState命令wValue字段最低位进行判断。
|
2018-01-19 01:24:33 +08:00 |
ZYH
|
a9f182140c
|
[Components][Drivers][USB]fix memory leak
修复一个 bug 该bug曾导致在设备不断电但主机重新枚举设备的情况下会导致内存泄漏并无法接收数据
|
2018-01-17 21:12:21 +08:00 |
Bernard Xiong
|
00c6e81ecc
|
[DeviceDrivers] fix type unknown issue in pipe
|
2017-12-31 23:52:27 +08:00 |