summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_device.c
AgeCommit message (Expand)Author
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
2014-04-17clean up STATIC_VARhathach
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...hathach
2014-03-21clean up some device warningshathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2013-12-09complete dcd 17xx control xfer with soft DMAhathach
2013-12-09add keyboard led maskhathach
2013-12-01change class_ixr to class_cbhathach
2013-11-21clean uphathach
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-11remove xfer_type in endpoint_handle_thathach
2013-11-08add tusbd_cdc_is_busyhathach
2013-11-08add windows driver for cdchathach