Commit Graph

590 Commits

Author SHA1 Message Date
sakumisu
e37d5d3866 split host demo into standalone thread 2023-02-06 21:08:58 +08:00
sakumisu
1330b98ad8 update ehci driver 2023-02-06 21:08:53 +08:00
sakumisu
63bc4e9363 check if hport is null 2023-02-05 14:39:08 +08:00
sakumisu
82e4baf908 support more audio altsetting 2023-02-05 14:38:52 +08:00
sakumisu
af88c8e90b config ep pipe after set_interface 2023-02-05 14:38:14 +08:00
Chen Leeren
b00fd55aff Fix a bug where usb2 doesn't work for ch58x 2023-02-04 22:38:57 +08:00
sakimisu
84dfcef639 check if dwc2 supports dma, if not, stop working 2023-02-02 23:23:55 +08:00
sakimisu
201b3ebb2c add webusb support 2023-01-29 16:15:28 +08:00
sakimisu
68c9779898 add some log for rndis rx tx 2023-01-28 22:23:35 +08:00
sakimisu
dbaad329bf do not reset EPDIS and TXFUM 2023-01-17 22:13:09 +08:00
sakimisu
d0890c2caf fix class get data due to 528d8dc9d6 2023-01-15 17:20:31 +08:00
sakimisu
2c24b54bf1 split tx_rx_thread into tx_thread and rx_thread 2023-01-15 16:55:29 +08:00
sakimisu
e475dd730b only support one config 2023-01-15 16:36:16 +08:00
sakumisu
1df1fefa39 fix no exthub build error 2023-01-10 15:01:50 +08:00
sakimisu
b0e1cf4c02 add CONFIG_USBDEV_ADVANCE_DESC macro 2023-01-07 17:07:56 +08:00
sakimisu
215d72f8f9 remove rtx os 2023-01-07 17:04:51 +08:00
sakimisu
55e4adccd6 reduce print log 2023-01-07 17:02:52 +08:00
sakimisu
5f39f6dce9 remove align check, memcpy as default 2023-01-07 14:03:39 +08:00
sakimisu
f65a6589ed update readme 2023-01-06 16:19:33 +08:00
sakimisu
93c069ac67 remove align check macro 2023-01-05 20:49:20 +08:00
Chen Leeren
0be8327785 Add wch usb host support 2023-01-05 20:36:04 +08:00
HaiMianBB
132db88885 fix synchronous transmission 2023-01-05 20:36:04 +08:00
sakimisu
3b5cb7603f ignore get device quality cmd error in full speed 2023-01-03 22:38:58 +08:00
sakimisu
e1585f801c reset pipe and is_opened before set_interface cmd 2023-01-03 22:20:57 +08:00
Zhihong Chen
2e7c4953ce fix hpm/usb_dc_hpm.c warning.
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com>
2023-01-02 12:53:42 +08:00
Zhihong Chen
1d84f735d3 update audio class and demo template
- fix descriptor error.
- move audio v2 default_sampling_freq_table from class driver to demo template.

Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com>
2023-01-02 12:53:42 +08:00
sakimisu
8955bf5f0d update readme 2022-12-31 22:48:05 +08:00
sakimisu
914d3cbf42 add audio host driver 2022-12-31 22:44:08 +08:00
sakimisu
db330b42e7 add class only match 2022-12-31 16:27:38 +08:00
sakimisu
f45e0f47fa rename class info name 2022-12-31 15:55:07 +08:00
sakimisu
e9b5023c79 update iso transfer 2022-12-31 14:13:06 +08:00
sakimisu
b461821639 add get frame number api 2022-12-31 14:11:18 +08:00
sakimisu
27ff38f745 update video driver 2022-12-31 14:10:27 +08:00
sakimisu
62276b1e8b optimise hub debounce process 2022-12-31 14:09:23 +08:00
sakimisu
902f1da407 release sources when enable port fails 2022-12-30 20:57:54 +08:00
sakimisu
e88756a412 optimise with O2 2022-12-30 20:51:54 +08:00
sakimisu
82cd954252 retry when control transfer receives nak 2022-12-30 20:42:38 +08:00
sakimisu
2364d0a6ba do not use return value 2022-12-25 17:03:12 +08:00
sakumisu
9f9c44d974 enable iso when use fifo mode 2022-12-22 22:30:49 +08:00
sakimisu
d0a6ecbe89 update image 2022-12-17 23:46:34 +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
82596cea4b fix usb_osal_enter_critical_section in usbh_submit_urb 2022-12-15 20:18:53 +08:00
sakimisu
43a45fc2fc add usb tx rx thread for device 2022-12-11 21:43:29 +08:00
sakimisu
52edc32521 disable video demo, contact with me to know how to use 2022-12-11 20:28:10 +08:00
sakimisu
fc9afb5405 fix warning 2022-12-11 20:28:03 +08:00
sakimisu
843af28b2b update hub thread wakeup with queue not sem&list 2022-12-11 20:27:18 +08:00
sakimisu
9a67853751 fix typo 2022-12-10 20:58:44 +08:00
sakimisu
051c380f3b reset hport bNumInterfaces when enum fails 2022-12-07 21:38:20 +08:00
sakimisu
4f83b333a0 add stm32h7 and f7 macro 2022-12-04 16:39:53 +08:00