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 |
Bernard Xiong
|
2c0640a178
|
[license] Change license to Apache.
|
2018-10-14 19:37:18 +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 |
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 |
Bernard Xiong
|
884fb70fe9
|
[Kernel] Add device ops feature.
|
2018-06-10 17:59:17 +08:00 |
zyh
|
c053119fac
|
[Components][HOST]fix sem name
|
2018-04-27 15:27:26 +08:00 |
uestczyh222
|
9b44af941f
|
[Components][Drivers][USB HOST]Fix core stack and msc driver
可以挂U盘了 欢迎测试鲁棒性已打通F4全系列HOST驱动(OTGFS)
|
2017-12-14 22:45:12 +08:00 |
uestczyh222
|
18d42fe077
|
[Components][USBHOST]Core OK
|
2017-12-14 03:14:44 +08:00 |
uestczyh222
|
b42fc96408
|
[host first]
|
2017-12-13 15:58:11 +08:00 |
Bernard Xiong
|
af2b9b9965
|
[DeviceDrivers][USB Stack] code cleanup
|
2017-11-18 17:13:46 +08:00 |
tangyuxin
|
cc54e0a74e
|
[usb]update usb stack
|
2017-11-11 10:53:08 +08:00 |
Bernard Xiong
|
767c16d596
|
[USBH] fix the spelling wrong
|
2015-03-19 08:52:28 +00:00 |
shaolin
|
0fb9c54efd
|
1.replace API prefix usb* with usbh* in USB host stack to distinct with USB device stack;
2.adjust some viable and micro name
3.some other small fix
|
2014-03-04 08:59:53 +08:00 |
bernard
|
a124e7bd22
|
add initialization debug code
|
2013-07-24 07:33:48 +08:00 |
yiyue.fang
|
621fbdb90c
|
Embedded GPLv2 license in drivers
|
2013-06-28 00:36:54 +08:00 |
Bernard Xiong
|
98c8a23e94
|
Add component initialization.
|
2013-06-23 07:48:42 +08:00 |
Ming, Bai
|
b4de7cce57
|
Re-normalizing the repo
|
2013-01-08 22:40:58 +08:00 |
dzzxzz@gmail.com
|
0e40d55d9f
|
fixed the coding style of RT_DEBUG_LOG
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2500 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-20 07:25:19 +00:00 |
qiuyiuestc@gmail.com
|
1b2d954105
|
fix compile warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2446 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-11-24 23:24:40 +00:00 |
qiuyiuestc@gmail.com
|
c752d9b095
|
submit the first version usb device stack.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2344 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-10-11 17:06:30 +00:00 |
qiuyiuestc@gmail.com
|
17ed1ba6b9
|
add rt_usb_adk_set_string API
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2237 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-07-28 02:59:13 +00:00 |
qiuyiuestc@gmail.com
|
1016e3ae5b
|
add ADK protocol implement & format code style
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2219 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-07-16 02:20:20 +00:00 |
qiuyiuestc@gmail.com
|
64c485f5fc
|
reconstruct USB host project directory
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2206 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-07-07 08:49:28 +00:00 |
qiuyiuestc@gmail.com
|
070e54a17b
|
add usbhost stack
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2154 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-06-05 00:07:50 +00:00 |