summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_host.h
AgeCommit message (Expand)Author
2024-11-26add TUH_EPBUF_DEF for cdc hosthathach
2024-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2024-01-19- add new API tuh_cdc_set_data_format()hathach
2023-11-22fix typo in cdc line coding enumhathach
2023-04-28more update to host serial APIhathach
2023-04-28allow call tuh cdc with blocking (callback = NULL)hathach
2023-04-28improve host serial drivershathach
2023-04-27add tuh_cdc_set_baudrate()hathach
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_i...hathach
2023-03-21add tuh_set_interfacehathach
2023-03-17fix trailing space and new linehathach
2022-12-24add tuh_cdc_peek()hathach
2022-12-22add tuh_cdc_get_local_line_coding()hathach
2022-12-22cdc host, add set line coding APIhathach
2022-12-22minor clean uphathach
2022-12-21add tuh_cdc_write_clear, rename read_flush() to read_clear()hathach
2022-12-21add tuh_cdc_tx_complete_cb() callbackhathach
2022-12-21add more host cdc APIhathach
2022-12-21finalizing cdc host, has a working read/writehathach
2022-12-16add common EPSIZE for bulk/iso in full and highspeedhathach
2022-12-16minor renamehathach
2022-12-16adding tuh_cdc_mount_cb/tuh_cdc_umount_cbhathach
2022-03-17rename tuh_control_xfer_t to tuh_xfer_thathach
2022-03-11rework usbh control xferhathach
2021-08-20change host driver open return type to boolhathach
2021-06-28change usbh open driver to have max_len and return driver lenhathach
2021-05-27more include clean uphathach
2020-11-02remove legacy blocking usbh_control_xfer()hathach
2020-09-06change xfer_cb return type from void to boolhathach
2020-09-05defer xfer_isr to xfer_cbhathach
2020-01-15Normalize line endingsNathan Conrad
2019-05-14update license year to 2019hathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-10usbh name changehathach
2018-12-10host msc built but got hardfault with inquiry commandhathach
2018-12-10add tuh_mount_cb/tuh_umount_cbhathach
2018-12-10add ep addr to host cdchathach
2018-12-10usbh clean uphathach
2018-12-10removing pipe handlehathach
2018-12-09change usbh class driver open signaturehathach
2018-12-07simple cdc host demo workhathach
2018-12-06clean up hubhathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-06-18rename subfolder source to srchathach