summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_device.c
AgeCommit message (Expand)Author
2018-03-06move class fileshathach
2018-03-06rename to hal_dcd_pipe_xfer()hathach
2018-03-06change hal_dcd_pipe_open() signature to return boolhathach
2018-03-06remove class code in pipe open()hathach
2018-03-06rename to hal_dcd_control_xfer() and hal_dcd_control_stall()hathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01device API renamehathach
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