summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc.h
AgeCommit message (Collapse)Author
2013-07-05adding subclass RNDIS-CDC driver APIhathach
- implement init - close - xfer_isr - open adding waiting for notification after send rndis_initalize_msg
2013-07-03rename cdc descriptor typehathach
add tusbh_cdc_mounted_isr & tusbh_cdc_unmounted_isr
2013-07-02add cdc_rndis enum & structhathach
2013-07-01add acm_capability saving to host data & its testhathach
2013-07-01add & pass a first few test for cdc hosthathach
implement cdch_open_subtask
2013-06-29test refractorhathach
2013-06-29adding descriptor, structure, enum support for cdchathach
2013-05-06add stub for msc host & hub driverhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-19change error type to lower case for more consistencyhathach
change Error Enum to TUSB prefix for more consistency start to add check for OS configure
2012-12-04able to build with lpc43xx demohathach
2012-12-03fix some doxygen settings and stuffs add prepacked for IAR compilerhathach
2012-12-02add overview.md and license.md and tinyUSB overview.pnghathach
2012-11-29change license email to websitehathach
added support for cdc devices