summaryrefslogtreecommitdiff
path: root/src/host/usbh.h
AgeCommit message (Expand)Author
2020-09-01add more logging to host stackhathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2019-11-21adding tud_isr/tuh_isr with lpc18/43hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-03-27more clean uphathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-13remove task void* paramhathach
2018-12-10usbh name changehathach
2018-12-10add tuh_mount_cb/tuh_umount_cbhathach
2018-12-10usbh clean uphathach
2018-12-10removing pipe handlehathach
2018-12-10refactor usbh class driverhathach
2018-12-09change usbh class driver open signaturehathach
2018-12-07change usbh_control_xfer name and signaturehathach
2018-12-06clean up hubhathach
2018-12-06clean up usbh, rename doxygen folder to docshathach
2018-12-05fix more host build errorhathach
2018-12-05fixing build error with host stackhathach
2018-12-05change usbd_init() return to bool for simplicityhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-06-18rename subfolder source to srchathach