summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid_device.h
AgeCommit message (Expand)Author
2018-03-06move class fileshathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
2018-03-01device API renamehathach
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-12able to build lpc11u with IARhathach
2013-12-10add some doxygenhathach
2013-12-09add keyboard led maskhathach
2013-12-02refractor hid device driverhathach
2013-12-01change class_ixr to class_cbhathach
2013-11-22clean uphathach
2013-11-21clean uphathach
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-11adding support for lpc13uxxhathach
2013-11-06added hid device hidd_isr callbackhathach
2013-11-01implement msc device classhathach
2013-10-30add dcd control pipe stall protocolhathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
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-25more doxygen workhathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-06-16clean up some & add code for managing control request targeting interfacehathach
2013-06-12add coreid to hidd_inithathach
2013-06-04re-create ngx4330.hhathach
2013-06-03refractor device mouse main.c & tusbd_hid_mouse_send_reporthathach
2013-06-03refractor tusb_descriptorshathach
2013-06-01rename romdriver handlehathach
2013-05-31refractor change tusbd_hid_keyboard_send_report APIhathach
2013-05-29fix lpcxpresso1347 board_ledshathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-06change format of file header & license spacinghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-09- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIChathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add ASSERT POINTER supporthathach