summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Expand)Author
2013-11-11adding support for lpc13uxxhathach
2013-11-08add tusbd_cdc_is_busyhathach
2013-11-08add windows driver for cdchathach
2013-11-07clean up tusb_descriptorshathach
2013-11-06added hid device hidd_isr callbackhathach
2013-11-06fix a bug with USB1, but still cannot get interrupt occurred on USB1hathach
2013-11-06refractor for device able to work on usb1 of lpc43xx. But could not get it wo...hathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-05msc add supporthathach
2013-11-01added support forhathach
2013-11-01add dcd pipe clear stallhathach
2013-11-01implement msc device classhathach
2013-10-30clean uphathach
2013-10-30refractor hid devicehathach
2013-10-30add dcd control pipe stall protocolhathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
2013-10-29able to enumerate mouse + keyboard (missing timing at set configured though)hathach
2013-10-29change device driver init to open (when configured)hathach
2013-10-29temporarily implementation of dcd_pipe_is_busyhathach
2013-10-29able to fully enumerated with keyboardhathach
2013-10-29implementing sw device stackhathach
2013-10-27make device keyboard buildable & runnable with ea4357hathach
2013-10-27document cdchathach
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach
2013-10-27fix osal_none timeout, instant return with OSAL_TIMEOUT_NOTIMEOUThathach
2013-10-27rndis documenthathach
2013-10-27rndis documenthathach
2013-10-26rndis documenthathach
2013-10-26more documenthathach
2013-10-26cdc documenthathach
2013-10-26document mschathach
2013-10-26doxygen document for mschathach
2013-10-26update doxygenhathach
2013-10-25more doxygen workhathach
2013-10-25move descriptor to common folderhathach
2013-10-25more doxygen workhathach
2013-10-24partially document CDC & RNDIShathach
2013-10-24document hubhathach
2013-10-24document msc hosthathach
2013-10-24refractor HID documenthathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-10-16clean uphathach
2013-10-16refractor hub apihathach
2013-10-02clean up warnings here and therehathach
2013-10-02enhacne msc demo, update IAR project filehathach
2013-10-02update freertos projecthathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-10-01ignore multiple level of hubhathach
2013-10-01handle unplug the hub itselfhathach
2013-10-01refractor hubhathach