summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd.h
AgeCommit message (Expand)Author
2018-03-09rename coreid to porthathach
2018-03-08enhance cdc device APIhathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01device API renamehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2018-02-28osal clean uphathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-03-25more doxygen stuffshathach
2014-03-24doxygenhathach
2014-03-24more doxygen workshathach
2014-03-23use internal buffer for hid report descriptor as well.hathach
2014-03-23remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNThathach
2014-03-21some doxygenhathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-18refractor descriptor passing for device with user-friendly structureshathach
2014-03-16doxygen documenthathach
2014-03-12able to build lpc11u with IARhathach
2013-12-09add keyboard led maskhathach
2013-11-26change endian conversion to native to be & be to nativehathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-11-22clean uphathach
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-18get lpc17xx running through enumeration (with control data < 64)hathach
2013-11-11adding support for lpc13uxxhathach
2013-11-08add windows driver for cdchathach
2013-11-01implement msc device classhathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
2013-10-29change device driver init to open (when configured)hathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-16clean up some & add code for managing control request targeting interfacehathach
2013-06-03add TUSB_CFG_PROUDCT_ID checkhathach
2013-06-03refractor tusb_descriptorshathach
2013-06-01rename romdriver handlehathach
2013-05-31refractor change tusbd_hid_keyboard_send_report APIhathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach