summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_host.h
AgeCommit message (Expand)Author
2013-07-19add implementation forhathach
2013-07-05adding subclass RNDIS-CDC driver APIhathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-07-04change class (hid/cdc) _mounted_isr to _mounted_cbhathach
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach
2013-07-03rename cdc descriptor typehathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
2013-07-02add tusbh_cdc_serial_is_mounted APIhathach
2013-07-01rename usbh_isr to usbh_xfer_isrhathach
2013-07-01add acm_capability saving to host data & its testhathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-29[CDC]hathach