| Age | Commit message (Expand) | Author |
| 2024-11-11 | update(demo/usbd_rndis): update send & recv done api, add check for this demo | sakumisu |
| 2024-10-30 | fix: rename class to class_code, for c++ compatibility (#269) | electretmike |
| 2024-09-28 | update(class/wireless/usbh_rndis): reduce rndis control buffer | sakumisu |
| 2024-09-19 | chore: static code analysis | sakumisu |
| 2024-08-21 | fix: fix -Wunused-parameter warning with -Wextra cflag | sakumisu |
| 2024-07-13 | fix: fix typo | sakumisu |
| 2024-06-25 | refactor(platform): add usbh_xxx_get_eth_txbuf api, especially for lwip pbuf ... | sakumisu |
| 2024-06-23 | update: check class->hport validity | sakumisu |
| 2024-06-16 | fix memcpy to strncpy | sakumisu |
| 2024-06-01 | update: add comments for net process, support len > 16K for ncm/rndis/asix/rt... | sakumisu |
| 2024-05-31 | update(class/wireless/usbd_rndis): print max pkts and size in init msg resp | sakumisu |
| 2024-05-31 | feat: use fast memcpy for net | sakumisu |
| 2024-05-30 | fix(class/wireless/usbd_rndis): change total size to 1558 | sakumisu |
| 2024-05-24 | refactor(platform): update platform support | sakumisu |
| 2024-05-20 | update(class/wireless/usbd_rndis): remove ununsed speed field | sakumisu |
| 2024-05-17 | update: remove internal configs, you should get config from usb_config.h | sakumisu |
| 2024-05-14 | fix(class): change ifdef to if for LWIP_TCPIP_CORE_LOCKING_INPUT | sakumisu |
| 2024-05-14 | update(usbh_ncm/usbh_rndis): limit read size to 16K | sakumisu |
| 2024-05-14 | update: get mps by usbd_get_ep_mps | sakumisu |
| 2024-05-12 | fix(class/wireless/usbh_rndis): when last data is dummy byte, ignore it | sakumisu |
| 2024-05-11 | change CONFIG_USBDEV_RNDIS_ETH_MAX_FRAME_SIZE to 1580 default | sakumisu |
| 2024-05-04 | fix typo | sakumisu |
| 2024-05-03 | zero copy when enables LWIP_TCPIP_CORE_LOCKING_INPUT | sakumisu |
| 2024-05-03 | check if eth rx packet is overflow | sakumisu |
| 2024-05-03 | support id table for multi vid pid | sakumisu |
| 2024-04-28 | fix rndis msg when mss is larger than rndis rx size | sakumisu |
| 2024-04-24 | add user_data param in host class for users | sakumisu |
| 2024-04-23 | fix rndis send dummy | sakumisu |
| 2024-04-18 | move rndis config macros into template | sakumisu |
| 2024-03-23 | rndis: fix MessageLength check | Zhihong Chen |
| 2024-02-24 | add get_connect_status api for rndis/cdc_ecm/asix | sakumisu |
| 2024-02-22 | remove duplicate class info | sakumisu |
| 2024-02-09 | format code | sakumisu |
| 2024-02-06 | support multi port api for device | sakumisu |
| 2024-01-30 | update log tag | sakumisu |
| 2024-01-29 | add zephyr bluetooth submodule | sakumisu |
| 2024-01-25 | support hci usb h4 for usb bluetooth | sakumisu |
| 2024-01-23 | fix actual len position | sakumisu |
| 2024-01-09 | update bluetooth rx callback, add zephyr bluetooth stack porting | sakumisu |
| 2024-01-06 | support usb ble host | sakumisu |
| 2023-12-19 | create lwip rx thread by user | sakumisu |
| 2023-12-05 | add usb errno, do not use system errno | sakumisu |
| 2023-12-01 | add config for rndis & ecm thread | sakumisu |
| 2023-11-24 | delete lwip rx thread in self | sakumisu |
| 2023-11-22 | reset rx length when pbuf allocs failed | sakumisu |
| 2023-11-22 | add some delay to avoid too much error log when device is disconnected | sakumisu |
| 2023-11-22 | add ecm and rndis thread delete for dynamic netif | sakumisu |
| 2023-11-16 | refactor urb, add ep & hport in urb to make hardware pipe more reusable | sakumisu |
| 2023-11-13 | fix rndis query & set msg wLength, only support one rndis device | sakumisu |
| 2023-08-30 | fix warning | sakumisu |