summaryrefslogtreecommitdiff
path: root/class/cdc
AgeCommit message (Expand)Author
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-12update: rename ecm and asix eth macro namesakumisu
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-29add config for cdc ncm transfer sizesakumisu
2024-04-24add user_data param in host class for userssakumisu
2024-03-11fix warningsakumisu
2024-03-10support cdc ncm hostsakumisu
2024-02-24add get_connect_status api for rndis/cdc_ecm/asixsakumisu
2024-02-06support multi port api for devicesakumisu
2024-02-03make serial driver standard for cdc acm, ftdi, cp210x, ch34xsakumisu
2024-01-30update log tagsakumisu
2024-01-14add ecm device write and read apisakumisu
2024-01-09fix cdc ecm zlp checksakumisu
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-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-15fix ecm mac buffer sizesakumisu
2023-11-13add ecm host demosakumisu
2023-11-04add cdc ecm hostsakumisu
2023-11-04add cdc ecm devicesakumisu
2023-08-05fix function namesakimisu
2023-07-13remove ununsed codesakumisu
2023-07-12use static memory to malloc & free classsakimisu
2023-06-21add cdc send break requestsakimisu
2023-06-21export cdc/msc/rndis/mtp mps, configured by usersakimisu
2023-05-24check with last to reduce set line coding repeatlysakumisu
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-03-22add usbd_event_handler for userssakumisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2022-12-31rename class info namesakimisu
2022-11-26add host class run and stop callbacksakimisu
2022-10-20remove intf mallocsakumisu
2022-10-06update rndis device driver and templatesakumisu
2022-10-01remove irq protect when allocates devnumsakumisu
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-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-19get linecoding by userssakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu