sakimisu
|
2364d0a6ba
|
do not use return value
|
2022-12-25 17:03:12 +08:00 |
|
biyq
|
2a8a7ecdf0
|
1. support for iar in situation of usb host application
|
2022-12-15 20:19:42 +08:00 |
|
biyq
|
9bcea9ae37
|
1. support for iar in situation of usb host application
|
2022-12-15 20:19:42 +08:00 |
|
sakimisu
|
43a45fc2fc
|
add usb tx rx thread for device
|
2022-12-11 21:43:29 +08:00 |
|
sakimisu
|
843af28b2b
|
update hub thread wakeup with queue not sem&list
|
2022-12-11 20:27:18 +08:00 |
|
sakimisu
|
051c380f3b
|
reset hport bNumInterfaces when enum fails
|
2022-12-07 21:38:20 +08:00 |
|
sakimisu
|
16f55a5a19
|
split other_speed with fs and hs
|
2022-11-28 21:56:30 +08:00 |
|
sakimisu
|
61e82e0eeb
|
remove device mount and unmount callback
|
2022-11-21 21:59:37 +08:00 |
|
sakimisu
|
24f854d209
|
add another desc register api
|
2022-11-19 21:51:38 +08:00 |
|
sakumisu
|
ee026096b1
|
remove bulk_transfer and intr_transfer
|
2022-10-07 21:44:43 +08:00 |
|
sakumisu
|
0541183aec
|
fix warning
|
2022-10-06 22:27:56 +08:00 |
|
sakumisu
|
85c0f658da
|
fix pipe param type in usbh_hport_activate_epx
|
2022-09-27 19:34:24 +08:00 |
|
sakumisu
|
d7a37de795
|
config ep0 default mps in usbh_enumerate
|
2022-09-25 17:58:30 +08:00 |
|
sakumisu
|
cf2fa1503c
|
add usb device deinit function
|
2022-09-24 23:23:34 +08:00 |
|
sakumisu
|
275a554579
|
add check for config parse
|
2022-09-24 15:54:41 +08:00 |
|
sakumisu
|
4b632597cb
|
fix port index overflow
|
2022-09-24 14:31:20 +08:00 |
|
sakumisu
|
bd40ff0660
|
record raw config descriptors
|
2022-09-23 22:13:40 +08:00 |
|
zhugengyu
|
590ffc8847
|
update
|
2022-09-22 22:12:09 +08:00 |
|
zhugengyu
|
e2a4fb11d8
|
update
|
2022-09-22 22:12:09 +08:00 |
|
sakumisu
|
887dbd33e3
|
add usb3.0 speed support
|
2022-09-17 21:58:06 +08:00 |
|
sakumisu
|
09c6f2b655
|
add urb for msc class
|
2022-09-15 20:46:14 +08:00 |
|
sakumisu
|
b25b0f0b6c
|
add interface altsetting struct
|
2022-09-14 20:33:13 +08:00 |
|
sakumisu
|
7990ee9747
|
complete hub intr transfer
|
2022-09-09 22:18:02 +08:00 |
|
sakumisu
|
62d0000926
|
refactor usb host stack: hcd api, hub process and usb no cache ram process
|
2022-09-09 19:09:22 +08:00 |
|
sakumisu
|
cb2510f121
|
remove custom handler, split class handler into interface and endpoint
handler
|
2022-09-08 21:44:56 +08:00 |
|
sakumisu
|
de5ca1313a
|
revert dot in keil
|
2022-09-01 22:04:24 +08:00 |
|
sakumisu
|
a74013ca06
|
check if the ep0 request data len is overflow
|
2022-08-21 18:10:43 +08:00 |
|
sakumisu
|
3c94fca8d8
|
refactor usb device intf and ep register
|
2022-08-20 18:08:36 +08:00 |
|
sakumisu
|
523d33506d
|
give up class register
|
2022-08-19 23:34:35 +08:00 |
|
sakumisu
|
8798200305
|
add test mode for feature test
|
2022-08-18 21:48:27 +08:00 |
|
sakumisu
|
7377b5183d
|
Simplify the license rows, standardize header macro name
|
2022-08-18 21:41:19 +08:00 |
|
sakumisu
|
54c52944d2
|
remove comments to reduce rows
|
2022-08-17 20:12:37 +08:00 |
|
sakumisu
|
0bbced8733
|
update usbh_class info section
|
2022-08-12 23:26:40 +08:00 |
|
sakumisu
|
628ee1f74d
|
add mount callback for device, move tests in mount callback
|
2022-08-12 21:35:17 +08:00 |
|
sakumisu
|
88f710458c
|
delete workq
|
2022-08-12 21:34:47 +08:00 |
|
sakumisu
|
8283bb1c80
|
merge class rx setup functions into one
|
2022-07-31 20:43:43 +08:00 |
|
sakumisu
|
b835c9ccd2
|
add nocache ram config when enable dcache
|
2022-07-31 18:40:45 +08:00 |
|
sakumisu
|
f1bc0aef04
|
refactor dcd api and ep in/out irq callback process
|
2022-07-28 21:35:22 +08:00 |
|
sakumisu
|
a22d100ca2
|
remove list search mode
|
2022-07-19 19:08:58 +08:00 |
|
sakumisu
|
ed37802600
|
update usb core macros
|
2022-06-28 20:40:59 +08:00 |
|
sakumisu
|
f1393231f0
|
remove surplus log
|
2022-06-27 22:28:10 +08:00 |
|
sakumisu
|
b47fe8d958
|
fix warning in 64bit cpu
|
2022-06-25 22:46:57 +08:00 |
|
Li.XiongHui
|
2bd38a0e1c
|
fix type wrong for ep argument on usbd_ep_in_handler and usbd_ep_out_handler function
|
2022-06-23 10:26:52 +08:00 |
|
sakumisu
|
5d4f51a6f2
|
add log for descriptor parse
|
2022-06-17 22:42:35 +08:00 |
|
liuhy-2020
|
22ad2d471c
|
handle USB_DESCRIPTOR_TYPE_OTHER_SPEED
[usbd_get_descriptor]: handle USB_DESCRIPTOR_TYPE_OTHER_SPEED.
|
2022-06-17 16:28:18 +08:00 |
|
sakumisu
|
7c4809412b
|
event use if not else
|
2022-06-16 22:17:18 +08:00 |
|
sakumisu
|
e922b589f8
|
fix warnings
|
2022-06-15 22:14:53 +08:00 |
|
sakumisu
|
9c5db7d4df
|
copy data from misalign addr to align32 addr when use dma with dcache
|
2022-06-15 21:05:23 +08:00 |
|
sakumisu
|
5904bbd914
|
remove static class_driver table
|
2022-06-15 21:05:23 +08:00 |
|
sakumisu
|
b57d3637bb
|
add sw init for os and hw init for host controller
|
2022-06-14 22:08:49 +08:00 |
|