summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh.h
AgeCommit message (Expand)Author
2013-04-09add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...hathach
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
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-23- add control_pipe_status for usbh_device_info_t to reflect the status transf...hathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23refractorhathach
2013-03-23refractorhathach
2013-03-23clean uphathach
2013-03-13house keepinghathach
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- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-02-28continue to strengthen include policyhathach
2013-02-27house keepinghathach
2013-02-27rename tusbh_device_mount_succeed_cbhathach
2013-02-27add parsing configuration desc & invoke driver install subtaskhathach
2013-02-26add osal subtask supporthathach
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-04rename device_info_pool to usbh_device_info_poolhathach
2013-02-04complete define osal_freeRTOS for semaphore and queuehathach
2013-02-04resolve conflict between usbh & hcdhathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04rename usbd_host to usbhhathach