summaryrefslogtreecommitdiff
path: root/tinyusb/device
AgeCommit message (Expand)Author
2015-05-01formattinghathach
2015-05-01formattinghathach
2015-05-01replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)hathach
2014-05-13add lpcxpresso spifi flash settinghathach
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
2014-04-24added all assert check to osal_queue_send and osal_semaphore_posthathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
2014-04-21clean up code at usbd_setup_received_isrhathach
2014-04-21minor adjustment to dcd_lpc43xx.chathach
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17clean up STATIC_VARhathach
2014-04-09remove OSAL_VAR for the simplicityhathach
2014-04-04remove RF1GHZNODE from board/readme.mdhathach
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