summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Expand)Author
2024-02-19update asix phy configsakumisu
2024-02-15enable asix host driversakumisu
2024-02-09format codesakumisu
2024-02-09update license yearsakumisu
2024-02-06support multi port api for devicesakumisu
2024-02-06class: msc device: support multi lunZhihong Chen
2024-02-03make serial driver standard for cdc acm, ftdi, cp210x, ch34xsakumisu
2024-02-02use cdc_linecoding and line state for ftdisakumisu
2024-02-02add ftdi hostsakumisu
2024-01-30update log tagsakumisu
2024-01-29add zephyr bluetooth submodulesakumisu
2024-01-25support hci usb h4 for usb bluetoothsakumisu
2024-01-23fix actual len positionsakumisu
2024-01-16add usbd init and deinit event macrosakumisu
2024-01-14add ecm device write and read apisakumisu
2024-01-09fix cdc ecm zlp checksakumisu
2024-01-09update bluetooth rx callback, add zephyr bluetooth stack portingsakumisu
2024-01-08support multi USB IP for hostsakumisu
2024-01-06support usb ble hostsakumisu
2024-01-06dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by usersakumisu
2024-01-06rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZEsakumisu
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