summaryrefslogtreecommitdiff
path: root/src/class/cdc
AgeCommit message (Expand)Author
2024-11-27minor clean uphathach
2024-11-26add TUH_EPBUF_DEF for cdc hosthathach
2024-11-22apply TUD_EPBUF_DEF for device: bth, dfu, hid, mschathach
2024-11-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
2024-10-29Extend callback informationBollen Nico
2024-09-10change edpt stream api to take hwid from API to reduce memory footprinthathach
2024-07-19- add tud_cdc_n_ready() though not usedhathach
2024-07-19revert changes to usbds configuration_reset() (deal with it in separated PR)hathach
2024-07-19Check tud ready check for OUT xfer.HiFiPhile
2024-07-17follow up to #2253hathach
2024-07-12- add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFFhathach
2024-05-08Add option to make CDC TX buffer persistent.Andrew Leech
2024-04-22fix print lu format warnings with clanghathach
2024-04-22fix nrfx v3 spim freq when inithathach
2024-04-08add class driver deinithathach
2024-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2024-01-31fix #2444 and other small thingsIngHK
2024-01-30cdch: de-configure when closing, rename configured to mountedhathach
2024-01-29fixed #2437IngHK
2024-01-20accumulated review changesIngHK
2024-01-20make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34xhathach
2024-01-19- add new API tuh_cdc_set_data_format()hathach
2024-01-19move code aroundhathach
2024-01-19- add ch34x_set_data_format()hathach
2024-01-19refactor process_internal_control_complete()hathach
2024-01-19- add requested line coding to make update data format easierhathach
2024-01-19- revert the use of serial init for set line codinghathach
2024-01-17implemented ch34x_set_line_coding() and some code cleanupIngHK
2024-01-17more clean uphathach
2024-01-16change code style and code cleanupIngHK
2024-01-16change code stylehathach
2024-01-16merge and cherry pick changeshathach
2024-01-16fix number of endpoint for ch340x, also open notification even not used for nowhathach
2024-01-16Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into cdc...IngHK
2024-01-16CDCh host: further work on CH340/CH341 supportIngHK
2024-01-16Merge remote-tracking branch 'remotes/hathach/master' into cdc_ch34x_supportIngHK
2024-01-16move open() ad vid_pid_list into serial driver structhathach
2024-01-16Merge branch 'master' into cdc_ch34x_supporthathach
2024-01-16change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to CFG_TUH_CDC_FTDI/CP210X_VID_PID_LI...hathach
2024-01-15fix conflict of BIT() macrohathach
2024-01-15fix sign-conversion warninghathach
2024-01-15change code stylehathach
2024-01-15Merge branch 'master' into cdc_ch34x_supporthathach
2024-01-11bInterfaceClass number replaced by defineIngHK
2024-01-09[CDC] host: moved acm_open to other acm prototypesIngHK
2023-12-26initial support of CH34x CDC deviceIngHK
2023-12-12Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.hOliver Larsson
2023-12-11Merge pull request #2296 from LarssonOliver/masterHa Thach
2023-11-25Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.hOliver Larsson