summaryrefslogtreecommitdiff
path: root/class/wireless
AgeCommit message (Expand)Author
2024-06-25refactor(platform): add usbh_xxx_get_eth_txbuf api, especially for lwip pbuf ...sakumisu
2024-06-23update: check class->hport validitysakumisu
2024-06-16fix memcpy to strncpysakumisu
2024-06-01update: add comments for net process, support len > 16K for ncm/rndis/asix/rt...sakumisu
2024-05-31update(class/wireless/usbd_rndis): print max pkts and size in init msg respsakumisu
2024-05-31feat: use fast memcpy for netsakumisu
2024-05-30fix(class/wireless/usbd_rndis): change total size to 1558sakumisu
2024-05-24refactor(platform): update platform supportsakumisu
2024-05-20update(class/wireless/usbd_rndis): remove ununsed speed fieldsakumisu
2024-05-17update: remove internal configs, you should get config from usb_config.hsakumisu
2024-05-14fix(class): change ifdef to if for LWIP_TCPIP_CORE_LOCKING_INPUTsakumisu
2024-05-14update(usbh_ncm/usbh_rndis): limit read size to 16Ksakumisu
2024-05-14update: get mps by usbd_get_ep_mpssakumisu
2024-05-12fix(class/wireless/usbh_rndis): when last data is dummy byte, ignore itsakumisu
2024-05-11change CONFIG_USBDEV_RNDIS_ETH_MAX_FRAME_SIZE to 1580 defaultsakumisu
2024-05-04fix typosakumisu
2024-05-03zero copy when enables LWIP_TCPIP_CORE_LOCKING_INPUTsakumisu
2024-05-03check if eth rx packet is overflowsakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-04-28fix rndis msg when mss is larger than rndis rx sizesakumisu
2024-04-24add user_data param in host class for userssakumisu
2024-04-23fix rndis send dummysakumisu
2024-04-18move rndis config macros into templatesakumisu
2024-03-23rndis: fix MessageLength checkZhihong Chen
2024-02-24add get_connect_status api for rndis/cdc_ecm/asixsakumisu
2024-02-22remove duplicate class infosakumisu
2024-02-09format codesakumisu
2024-02-06support multi port api for devicesakumisu
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-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