summaryrefslogtreecommitdiff
path: root/class/cdc/usbh_cdc_acm.h
AgeCommit message (Collapse)Author
2025-12-12refactor(serial): add host serial frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2024-04-24add user_data param in host class for userssakumisu
2024-02-03make serial driver standard for cdc acm, ftdi, cp210x, ch34xsakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2022-11-26add host class run and stop callbacksakimisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-04-04Standardized function parameter with xxx_classsakumisu
2022-04-04add class driver export macro controlsakumisu
2022-03-23update class driver info,support class driver exportjzlv
2022-03-19update host class driver struct: add hport.aozima
2022-02-24use hport setup to replace class setup,move out test demosakumisu
2022-02-08format codessakimisu
2022-02-01add usb host stack(class not release completely)sakimusu