summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Expand)Author
2013-04-09add test & code for TUSB_EVENT_INTERFACE_OPEN for tusbh_hid_keyboard_isr tusb...hathach
2013-04-09add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...hathach
2013-04-07- fix HID_MOUSEBUTTON right & lefthathach
2013-04-07refractor extract hidh_interface_get_report from keyboard_get_reporthathach
2013-04-07add complete isr for hidh mousehathach
2013-04-07add test code & implementhathach
2013-04-07add test for mouse_openhathach
2013-04-07remove hcd_port_reset before set address in enumerationhathach
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-04-07fix compiling error for tests projecthathach
2013-03-27add test for pipe_interrupt_xferhathach
2013-03-26add code & test for hidh_isr (set status for keyboard)hathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26add code for hidh closehathach
2013-03-26add field to endpoint maxpacketsize (mult)hathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
2013-03-26start merge hidh_keyboard back to hidhhathach
2013-03-26add flag_supported_class to usbh_deviceshathach
2013-03-25remove multiple instances per device for hidh keyboard (no needed)hathach
2013-03-25refractor hidh_keyboard_openhathach
2013-03-25fix const discard warninghathach
2013-03-25add more test and complete keyboard openhathach
2013-03-25add several helper functionhathach
2013-03-25remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZEhathach
2013-03-25able to build test hidhhathach
2013-03-25separate hidh_keyboard from hid_hosthathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
2013-03-24add class flagshathach
2013-03-24refractorhathach
2013-03-24clean up:hathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23refractorhathach
2013-03-23refractorhathach
2013-03-13add hard fault handler to bsp.chathach
2013-03-12add project file for keilhathach
2013-03-10add isr empty function for hidh and msch and usbhhathach
2013-03-09- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIChathach
2013-03-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-03-05add test & code for open bulk transfer to hcd_pipe_open()hathach
2013-03-04replace TUSB_CFG_HOST by MODE_HOST_SUPPORTEDhathach
2013-02-27house keepinghathach
2013-02-27correct error using local p_interface_desc with subtask invoke (require static)hathach
2013-02-27add parsing configuration desc & invoke driver install subtaskhathach
2013-02-26add osal subtask supporthathach
2013-02-08updating usbh init with class inithathach
2013-02-06refractor move test enum to its own filehathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04rename usbd_host to usbhhathach