summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_host.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2025-12-11refactor usbh_class_driver_t's open() to return number of driver len instead ...hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-09-17Update weak callbacks to new syntaxHiFiPhile
2025-06-20cdch clean up and refactor, add explicit sync() APIhathach
2025-06-19rename tuh_cdc_get_local_line_coding to tuh_cdc_get_line_coding_localhathach
2025-06-16Merge branch 'master' into fork/IngHK/cdch_upgradehathach
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
2024-11-26add TUH_EPBUF_DEF for cdc hosthathach
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2024-03-10added line control function using cdc_line_control_state_tIngHK
2024-02-24fixed CFG_TUH_CDC_LINE_CONTROL_ON_ENUM handling. only set if defined. value 0...IngHK
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