summaryrefslogtreecommitdiff
path: root/src/class/cdc
AgeCommit message (Expand)Author
2020-08-21Merge pull request #434 from gh2o/masterHa Thach
2020-08-20Slight optimization for cdc tx refillGavin Li
2020-08-20Smarter CDC TX refill logicGavin Li
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16add tud_speed_get()hathach
2020-07-10Improve comment on CDC tud_cdc_write_available()Craig Hutchinson
2020-07-01fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUShathach
2020-06-20Call tud_cdc_tx_cb right after flush to keep tx fifo fullGavin Li
2020-06-18Add tx callback to cdc deviceGavin Li
2020-05-28rename to drv_len to be consistenthathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-27changing usbd driver open() return type, add max_lenhathach
2020-04-26add usbd edpt openhathach
2020-04-17fix typohathach
2020-04-17correct return for write flushhathach
2020-04-17add a bit of document for cdc device API. also improve cdc write flush when c...hathach
2020-04-17Merge pull request #260 from majbthrd/cdczlpHa Thach
2020-04-15use IAD to assign itf2drv mapping correctlyhathach
2020-04-15change cdc template protocol to Nonehathach
2020-04-15test ok with cdc and mschathach
2020-03-15following suggestion by @kasjerPeter Lawrence
2020-03-15merge with current masterPeter Lawrence
2020-03-14Use CRLF on UART.Nathan Conrad
2020-02-07more log for debugginghathach
2020-01-15Normalize line endingsNathan Conrad
2020-01-11CDC device: help ensure code is consistent with the size of the buffers it op...Peter Lawrence
2020-01-11CDC device: fix behavior for transfers that are a whole multiple of endpoint ...Peter Lawrence
2019-12-28implement multiple interfaces supportPeter Lawrence
2019-11-27fix #229hathach
2019-09-11fix #132hathach
2019-08-01add vendor peek, change cdc peek signature, change cdc read_char() return fro...hathach
2019-07-19more house keepinghathach
2019-07-16add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ...hathach
2019-07-12clean up, rename internal driver control_request_complete to simply control_c...hathach
2019-07-04remove tud_midi_write_flush() send asap. rename tud_midi_connected() to tud_m...hathach
2019-07-03tested midi examplehathach
2019-07-02clean uphathach
2019-07-02clean uphathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-22fix tud_cdc_read_char()/tud_cdc_peek() to return signed charhathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-05-01text clean uphathach
2019-05-01clean uphathach
2019-05-01adding optional ep out for hidhathach
2019-04-19move interface descriptor template to usbd.h, update exmaplehathach