summaryrefslogtreecommitdiff
path: root/demos/device/src
AgeCommit message (Expand)Author
2014-04-17remove TUSB_CFG_DEVICE_FULLSPEEDhathach
2014-04-04clean uphathach
2014-04-03added rtos to greeting for easy testinghathach
2014-03-31update xpresso host cmsis rtx to build with ngx4330hathach
2014-03-31complete all available boards with device_freertos keil/iar/xpressohathach
2014-03-31all classes work well with lpcxpresso device freertoshathach
2014-03-31device_freertos lpcxpresso work with msc keyboard mousehathach
2014-03-31code beautifyhathach
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-31device_freertos/.cproject works well with msc & keyboardhathach
2014-03-26markdown documentinghathach
2014-03-25added board lpcxpresso 11u14hathach
2014-03-25clean uphathach
2014-03-24fix build for lpcxpreso hosthathach
2014-03-24fix build problem with lpcxrepssohathach
2014-03-24rename demo app filehathach
2014-03-23tested with IAR & keil for device ea4357, fix some warningshathach
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-23rename msc device app functionhathach
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-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-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
2014-03-17doxygeninghathach
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-13fix build for host freertos xpressohathach
2014-03-12fix build error with lpcxpresso device os nonehathach
2014-03-12seems like 43xx code requires an terminal (uart,SWO) connected to be able to runhathach
2014-03-12all device work with all mcu & toolshathach
2014-03-12change dcd 176x alignment placement to work with IARhathach
2014-03-12able to build lpc11u with IARhathach
2014-03-12a fix to IAR's incapability to force struct's member on specified alignmenthathach
2014-03-12IAR line ending warninghathach
2014-03-12fix iar warninghathach
2014-03-12remove host config from device demohathach
2014-03-11NGX4330 device os none work well with lpcxpressohathach
2014-03-11fix device typo build errorhathach
2014-03-10try to port lpc11uxx device demo with IARhathach
2014-03-10cannot get IAR work with lpc1769 device demohathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with I...hathach