summaryrefslogtreecommitdiff
path: root/tinyusb/device
AgeCommit message (Expand)Author
2014-03-31refractor usbd_task as wrapper for body taskhathach
2014-03-25more doxygen stuffshathach
2014-03-24doxygenhathach
2014-03-24more doxygen workshathach
2014-03-24doxygen documentinghathach
2014-03-23tested with IAR & keil for device ea4357, fix some warningshathach
2014-03-23clean IAR warninghathach
2014-03-23use internal buffer for hid report descriptor as well.hathach
2014-03-23finished using usbd_enum_buffer for all std descriptorshathach
2014-03-23remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNThathach
2014-03-23adding usbd_enum_buffer to usbdhathach
2014-03-23remove IAD_DESC_REQUIREDhathach
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...hathach
2014-03-21some doxygenhathach
2014-03-21clean up some device warningshathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-18finish descriptor refractor for hid keyboard & mousehathach
2014-03-18refractor descriptor passing for device with user-friendly structureshathach
2014-03-18app descriptor renamehathach
2014-03-18clean up tusb_descriptorshathach
2014-03-16doxygen documenthathach
2014-03-14fix out of range array in usbdhathach
2014-03-14clean all device os none warningshathach
2014-03-14fix warning for device os nonehathach
2014-03-13fix a problem with dcd 13uxx dcd_pipe_clear_stall that should clear toggle fo...hathach
2014-03-12change dcd 176x alignment placement to work with IARhathach
2014-03-12able to build lpc11u with IARhathach
2014-03-12IAR line ending warninghathach
2014-03-12fix iar warninghathach
2014-03-12added scatter file for lpc11u & lpc13u for it to run with keilhathach
2014-03-10try to port lpc11uxx device demo with IARhathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with I...hathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-10clean up dcd_lpc175x_6x.chathach
2014-03-10refractor dcd_lpc175x_6xhathach
2014-02-19some code clean uphathach
2014-01-24clean up warningshathach
2013-12-11fix error in dcd_lpc175x_6x (still has problem with control transfer)hathach
2013-12-09complete dcd 17xx control xfer with soft DMAhathach
2013-12-09house keeping, lpc43xx works okiehathach
2013-12-09refractor dcd lpc43xx control xfer (with int on complete)hathach
2013-12-09minor refractorhathach
2013-12-09add keyboard led maskhathach
2013-12-02add board lpclink2, able to run device stack without any problemshathach
2013-12-01adjust packet per TD for lpc13u is 1023, 11u is 64hathach
2013-12-01correct stall & clear stall behavior for non-control pipehathach
2013-12-01change class_ixr to class_cbhathach
2013-12-01tested with lpc13uhathach
2013-11-30code clean uphathach