summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Expand)Author
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
2014-02-20fix the duplicated plug connection status change with lpc17xx by using immedi...hathach
2014-02-20use hcd_pipe_is_busy instead of hcd_pipe_is_idlehathach
2014-02-19re-enable blocking waiting in ehci controller reset (otherwise it wont works)hathach
2014-02-19some code clean uphathach
2014-01-24clean up warningshathach
2014-01-24refractor __n2be_16hathach
2013-12-27add device_os_none keil project for all boardshathach
2013-12-19remove immediately reset when device plug.hathach
2013-12-19fix plug & unplug issue by reseting port immediately instead of waiting for u...hathach
2013-12-19refractor ohci.chathach
2013-12-19able to run ohci hid mouse demohathach
2013-12-18implement hcd_pipe_close, able to plug & unplug device from ohci lpc17xxhathach
2013-12-18able to run MSC host demo on lpc17xxhathach
2013-12-17add in hcd_pipe_open & hcd_pipe_xferhathach
2013-12-16implement ohcihathach
2013-12-13using PINSEL_ConfigPin for setting pinselhathach
2013-12-13able to get connect status change interrupt occuredhathach
2013-12-12implement inline bit manipulation functionhathach
2013-12-11add structure & define for ohcihathach
2013-12-11fix error in dcd_lpc175x_6x (still has problem with control transfer)hathach
2013-12-10add some doxygenhathach
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-02refractor hid device driverhathach
2013-12-02add board lpclink2, able to run device stack without any problemshathach
2013-12-01fix potential wrong endpoint handle for stalling unsupported scsi commandhathach
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-01add some document for msc_device APIhathach
2013-12-01tested with lpc13uhathach
2013-11-30code clean uphathach
2013-11-30completely change the dcd for lpc11u & lpc13u to overcome the fact that lpc11...hathach