summaryrefslogtreecommitdiff
path: root/class/wireless
AgeCommit message (Expand)Author
2024-01-29add zephyr bluetooth submodulesakumisu
2024-01-25support hci usb h4 for usb bluetoothsakumisu
2024-01-23fix actual len positionsakumisu
2024-01-09update bluetooth rx callback, add zephyr bluetooth stack portingsakumisu
2024-01-06support usb ble hostsakumisu
2023-12-19create lwip rx thread by usersakumisu
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-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-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-13fix rndis query & set msg wLength, only support one rndis devicesakumisu
2023-08-30fix warningsakumisu
2023-08-27fix warningsakimisu
2023-08-05change rndis_encapsulated_resp_buffer size to 156v0.10.0sakimisu
2023-08-05class: rndis: host: fix function nameZhihong Chen
2023-07-12use static memory to malloc & free classsakimisu
2023-06-21format class struct and global variable namesakimisu
2023-05-24use usbh_hport_activate_epx to alloc rndis intin pipesakimisu
2023-05-24class: rndis host: fix buffer size and pointer errorZhihong Chen
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-01-28add some log for rndis rx txsakimisu
2023-01-02fix hpm/usb_dc_hpm.c warning.Zhihong Chen
2022-11-26add host class run and stop callbacksakimisu
2022-11-19fix rndis pipe config and move cmd & resp into no cache ramv0.7.0sakimisu
2022-10-20remove intf mallocsakumisu
2022-10-07fix rndis mpssakumisu
2022-10-06update rndis device driver and templatesakumisu
2022-09-17update rndis device driversakumisu
2022-09-14add interface altsetting structsakumisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-19delete ununsed commentsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-05-22fix -Wformat warningsakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-04-04add usb rndis host driversakumisu
2022-03-27clean compiler warning.aozima
2022-03-15add usb rndis devicesakumisu