Commit Graph

100 Commits

Author SHA1 Message Date
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
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
607a057162 delete ununsed comment 2022-08-19 23:27:41 +08:00
sakumisu
d6ee4b8fae replace addr and len with start_sector and nsectors 2022-08-19 23:27:25 +08:00
sakumisu
f2f3de1001 get linecoding by users 2022-08-19 23:26:36 +08:00
sakumisu
2d5e3cb9f0 delete hid state 2022-08-18 21:55:15 +08:00
sakumisu
6e29b6a427 delete sof callback 2022-08-18 21:48:42 +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
628ee1f74d add mount callback for device, move tests in mount callback 2022-08-12 21:35:17 +08:00
sakumisu
cb906c90b8 fix clock source process in uac2.0 2022-08-11 17:27:00 +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
6334b79216 fix cdc log 2022-07-19 19:07:40 +08:00
sakumisu
020e99c524 update hid functions register 2022-06-28 20:38:06 +08:00
sakumisu
8a705f4c3d support multi cdc_acm class 2022-06-28 20:37:33 +08:00
sakumisu
224c26bc23 delete unused ret 2022-06-16 22:23:43 +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
b815a11255 remove & 2022-06-07 22:09:32 +08:00
sakumisu
fea07e0079 add video_entity_info struct 2022-05-25 11:00:35 +08:00
sakumisu
bdbf3cb670 info level log to debug level 2022-05-25 11:00:25 +08:00
sakumisu
458ed326d2 fix -Wformat warning 2022-05-22 17:26:32 +08:00
sakumisu
56364f2903 alloc class name after the necessary commands are completed 2022-05-22 17:09:47 +08:00
sakumisu
d4fd7c5e81 complete msc device with os 2022-05-21 13:43:57 +08:00
sakumisu
42ae5b1b74 add thread process for msc device 2022-05-15 19:13:27 +08:00
sakumisu
2ecde84a4e add initial printer、mtp、template class driver 2022-05-14 21:42:39 +08:00
aozima
4d3559b691 [AX88772C] porting for RT-Thread lwip netif. 2022-04-17 18:30:13 +08:00
aozima
3e57cdcfc2 [AX88772C] add axusbnet thread, can recv and send. 2022-04-17 18:30:13 +08:00
aozima
cb395bbe27 [AX88772C] porting base api. 2022-04-17 18:30:13 +08:00
aozima
a198ce3191 [AX88772C] add class driver. 2022-04-17 18:30:13 +08:00
aozima
7a59dfff41 [AX88772C] porting for CherryUSB. 2022-04-17 18:30:13 +08:00
aozima
3d60f88b77 [AX88772C] import asix.h from www.asix.com.tw 2022-04-17 18:30:13 +08:00
sakumisu
9708f51420 replace malloc with usb_malloc 2022-04-15 16:49:54 +08:00
sakumisu
81bc7dd63a disable sampling rate which outweigh 48k 2022-04-13 16:24:09 +08:00
sakumisu
67c6a8cdcc add entity_id param for audio function 2022-04-12 16:39:05 +08:00
sakumisu
e131eaf5d1 add custom msc inquiry info 2022-04-11 09:59:53 +08:00
sakumisu
065a0a4a0b update audio class driver 2022-04-09 17:15:06 +08:00
sakumisu
b285051bdf add audio2.0 support and template 2022-04-08 21:11:02 +08:00
sakumisu
538e637cea add air724 host driver 2022-04-04 15:46:49 +08:00
sakumisu
12849228d5 add usb rndis host driver 2022-04-04 15:46:22 +08:00
sakumisu
a5ee5b4152 Standardized function parameter with xxx_class 2022-04-04 15:37:14 +08:00
sakumisu
c1f6b86bcf add class driver export macro control 2022-04-04 13:11:44 +08:00
sakumisu
86c0531cf9 fix size_t compile error 2022-04-01 23:09:03 +08:00
xieyangrun
322964f598 fixed osal critical section protect adapt 64bits CPU. 2022-03-31 18:40:11 +08:00
aozima
3cce9e7d78 clean compiler warning. 2022-03-27 14:58:25 +08:00