summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh.h
AgeCommit message (Expand)Author
2018-06-18rename subfolder source to srchathach
2018-03-23shorten descriptor typehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2015-05-01tusbh_device_ to tuh_device_hathach
2014-03-25more doxygen stuffshathach
2014-03-24doxygenhathach
2014-03-24doxygen documentinghathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-16doxygen documenthathach
2014-03-14more warnings clean uphathach
2013-09-19starting to add support for IAR workbenchhathach
2013-07-19add implementation forhathach
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...hathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-21add api for hcd: hcd_pipe_is_idlehathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-06change format of file header & license spacinghathach
2013-04-24- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...hathach
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