sakumisu
|
55ef0f6309
style: change \t to space
|
3 months ago |
sakumisu
|
670bde3671
fix(core): fix warnings
|
3 months ago |
sakumisu
|
e10b44f64e
feat(core/usbh_core): support custom config index
|
3 months ago |
sakumisu
|
47cc574730
update(core): change assert with USB_ASSERT_MSG
|
3 months ago |
sakumisu
|
449ea2664e
feat(core/usbh_core): support interfacenum match flag
|
3 months ago |
sakumisu
|
9ebc004aa4
update(core/usbh_core): print interface num when load driver
|
4 months ago |
sakumisu
|
729136ea80
refactor(core/usbh_core): refactor lsusb
|
4 months ago |
sakumisu
|
d482b7c738
update(core/usbh_core): add retry for control transfer, some devices are flakey
|
4 months ago |
Egahp
|
5d5b61a606
feat: host add event callback mechanism similar to device
|
6 months ago |
sakumisu
|
5130d22766
refactor(core/usbh_core): refactor devaddr allocation, use auto increment
|
6 months ago |
sakumisu
|
20ceaced92
update(core/usbh_core): check string support and then get string desc
|
7 months ago |
sakumisu
|
083ec57384
update(core/usbh_core): do not assert when parse desc fail, just return error
|
7 months ago |
sakumisu
|
ecb98f399d
update: add output_len param for usbh_get_string_desc
|
7 months ago |
sakumisu
|
96ab19e398
fix(core/usbh_core): change 2ms to 10ms because some platform's tick is 100hz then 2ms = 0ms, refs: #342
|
8 months ago |
sakumisu
|
d4dfb03afc
update: add USB_ASSERT_MSG for common case
|
10 months ago |
sakumisu
|
577ebd0999
fix unused warnings
|
10 months ago |
sakumisu
|
9a26c50900
fix: fix wformat warnings
|
11 months ago |
sakumisu
|
83695e77cf
update: add usb align up for every buffer when use dcache clean&invalid api
|
11 months ago |
sakumisu
|
147dc4ab5d
fix(core/usbh_core): check hport is valid in usbh_control_transfer
|
1 year ago |
sakumisu
|
ac6db49d00
fix(core/usbh_core): return valid hport which is connected
|
1 year ago |
sakumisu
|
fd033f25c5
feat(core/usbh_core): add usbh_printf_setup api for debug
|
1 year ago |
yangpeng
|
e6801fcbb8
修复VID/PID匹配逻辑
|
1 year ago |
sakumisu
|
886f1ec6b4
fix warning
|
1 year ago |
sakumisu
|
a13bee0663
feat(core/usbh_core): add usbh_find_hubport api
|
1 year ago |
electretmike
|
149fb046bc
fix: rename class to class_code, for c++ compatibility (#269)
|
1 year ago |
sakumisu
|
02340e0f44
chore: static code analysis
|
1 year ago |
CCHhui
|
171b36e766
fix(core/usbh_core): Fix raw_config_desc heap out of bounds
|
1 year ago |
sakumisu
|
a139a70782
update(usbh_core): add terminate char for raw_config_desc
|
1 year ago |
sakumisu
|
b045a1d490
fix(core/usbh_core.c): fix error name
|
1 year ago |
zhugengyu
|
18d9c21553
Add PUSB2 and XHCI driver and RTOS glue (#236)
|
1 year ago |