summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Expand)Author
2020-01-15Normalize line endingsNathan Conrad
2019-11-22fix segger host examplehathach
2019-11-21adding tud_isr/tuh_isr with lpc18/43hathach
2019-11-21rename lpc 17/18 irq to dcd_isr/hcd_isrhathach
2019-07-19rename CFG_TUSB_HOST_CUSTOM_CLASS to CFG_TUH_VENDORhathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-23host fix address alloc when it reach max deviceshathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
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
2019-01-29add tusb_inited() API, check for inited() before running device/host taskhathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-14clean up compiler attributehathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-13remove task void* paramhathach
2018-12-13osal clean uphathach
2018-12-12clean uphathach
2018-12-12clean uphathach
2018-12-12rename descriptor_* helper to tu_desc_*hathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-12rename hcd_device_remove to hcd_device_closehathach
2018-12-12clean uphathach
2018-12-12update ohci for hcd_device_removehathach
2018-12-12clean up ehci warningshathach
2018-12-12replace all hcd pipe close by hcd_device_removehathach
2018-12-11more clean uphathach
2018-12-11ehci clean uphathach
2018-12-11more ohci clean uphathach
2018-12-11fix build error with ohcihathach
2018-12-11more hcd_pipe to hcd_edpt renamehathach
2018-12-11rename to hcd_edpt_open()hathach
2018-12-11clean uphathach
2018-12-11ehci struct renamehathach
2018-12-11ehci periodichathach
2018-12-11clean uphathach
2018-12-11remove pipe handle in host mschathach
2018-12-11completely remove pipe handle for cdc/hub/ehcihathach
2018-12-10fix msc hosthathach
2018-12-10usbh name changehathach
2018-12-10host msc built but got hardfault with inquiry commandhathach
2018-12-10clean up host pipe apihathach
2018-12-10ehci clean uphathach
2018-12-10add tuh_mount_cb/tuh_umount_cbhathach
2018-12-10add ep addr to host cdchathach
2018-12-10remove pipe handle.dev_addrhathach
2018-12-10usbh clean uphathach
2018-12-10rename usbh_xfer_isr to hcd_event_xfer_completehathach