summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Expand)Author
2023-12-24add usbh_deinitialize apisakumisu
2023-12-19create lwip rx thread by usersakumisu
2023-12-16remove vendor host class because its version is too oldsakumisu
2023-12-16remove mtp & printer classsakumisu
2023-12-05update hc templatesakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-12-01add config for rndis & ecm threadsakumisu
2023-11-24delete lwip rx thread in selfsakumisu
2023-11-22add mutex for ep0 urb to avoid multithreadingsakumisu
2023-11-22reset rx length when pbuf allocs failedsakumisu
2023-11-22add some delay to avoid too much error log when device is disconnectedsakumisu
2023-11-22add ecm and rndis thread delete for dynamic netifsakumisu
2023-11-20make hub_set_feature and hub_clear_feature api publicsakumisu
2023-11-17use static urb for ep0sakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-15fix ecm mac buffer sizesakumisu
2023-11-13fix rndis query & set msg wLength, only support one rndis devicesakumisu
2023-11-13check and execute modeswitch firstsakumisu
2023-11-13fix class api namesakumisu
2023-11-13add ecm host demosakumisu
2023-11-04add cdc ecm hostsakumisu
2023-11-04support usb modeswitchsakumisu
2023-11-04add cdc ecm devicesakumisu
2023-11-03check qtd active status to fix nbytes = 0 in nak or ping statussakumisu
2023-10-12osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue useZhihong Chen
2023-09-07Update hcd-ehci, dcd-dwc2 and examples.Wayne Lin
2023-08-30fix warningsakumisu
2023-08-30fix video packet caculationsakumisu
2023-08-29implement msc device thread,remove other unused os threadsakimisu
2023-08-27fix warningsakimisu
2023-08-25standardize video control apisakimisu
2023-08-13[hub 修正] 快速断开的情况下无法处理断开事件heyuanjie87
2023-08-05change rndis_encapsulated_resp_buffer size to 156v0.10.0sakimisu
2023-08-05fix function namesakimisu
2023-08-05class: rndis: host: fix function nameZhihong Chen
2023-08-05update for midiZhihong Chen
2023-07-21Fix the callback api in usbd_hid.cChen Leeren
2023-07-13remove ununsed codesakumisu
2023-07-12use static memory to malloc & free classsakimisu
2023-07-12fix rt-thread once thread deletesakimisu
2023-07-11add msc popup functionsakumisu
2023-07-09clasify vendor driversakimisu
2023-07-09Silicon Laboratories CP210x USB to RS232 serial adaptor driver is suppportedlenovo
2023-07-05enum device with disposable thread, do not block hub threadsakimisu
2023-06-21remove unused codesakimisu
2023-06-21refactor audio device classsakimisu
2023-06-21format class struct and global variable namesakimisu
2023-06-21add cdc send break requestsakimisu
2023-06-21export cdc/msc/rndis/mtp mps, configured by usersakimisu
2023-06-02audio: fix descriptor endpoint attribute error and add audiov2 feedback descr...Zhihong Chen