summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Expand)Author
2014-03-18rename errors.c/h to tusb_errors.c/hhathach
2014-03-18clean uphathach
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-17remove hardfault handlerhathach
2014-03-17refrator, replace osal_tick_get / osal_tick_tock by tusb_tick_gethathach
2014-03-17doxygeninghathach
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-14clean up more warningshathach
2014-03-14Suppress Keil warnings #66-D: enumeration value is out of "int" rangehathach
2014-03-14more warning clean uphathach
2014-03-14more warnings clean uphathach
2014-03-14clean more warningshathach
2014-03-14clean up warning in lpcxpressohathach
2014-03-14zero warnings compiling host os none on keilhathach
2014-03-14clean up compiler warning transfer of control bypasses initializationhathach
2014-03-13suppres compiler warning transfer of control bypasses initializationhathach
2014-03-13clean up more warningshathach
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
2014-03-13fix some warningshathach
2014-03-13fix a problem with dcd 13uxx dcd_pipe_clear_stall that should clear toggle fo...hathach
2014-03-12fix build error with lpcxpresso device os nonehathach
2014-03-12fix IAR alignment OHCI hcca will occupies the whole 256 (instead of just 252 ...hathach
2014-03-12change dcd 176x alignment placement to work with IARhathach
2014-03-12clean up IAR ending warninghathach
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-12added scatter file for lpc11u & lpc13u for it to run with keilhathach
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
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-03-09rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cbhathach
2014-03-06refractor app_os_prio.hhathach
2014-03-05IAR host os none work well with ea4357hathach
2014-03-04added support for IAR retarget but not yet succeeded. lpc17xx have problem co...hathach
2014-03-04change lpc17xx cmsis file & ohci to be able to build with IARhathach
2014-02-28refractor remove tusbh_msc_is_failedhathach
2014-02-28EHCI: immediately reset port when device connected. This proves to help preve...hathach
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach