summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2019-01-04Add USB Midi support.Scott Shawcroft
2018-12-21white spaceshathach
2018-12-17add dcd_get_microframe()hathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-14clean up compiler attributehathach
2018-12-13clean up error enumhathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-12minor updatehathach
2018-12-12change usbd xfer_cb return type to boolhathach
2018-12-12change class driver open return type to boolhathach
2018-12-12rename descriptor_* helper to tu_desc_*hathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-12replace all hcd pipe close by hcd_device_removehathach
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-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-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-10removing pipe handlehathach
2018-12-09change usbh class driver open signaturehathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-07simple cdc host demo workhathach
2018-12-07add connect to cdc for testinghathach
2018-12-07able to build host hidhathach
2018-12-07able to build with host mschathach
2018-12-06minor clean uphathach
2018-12-06clean up hubhathach
2018-12-06rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSChathach
2018-12-06able to complete enumeration with os none blockinghathach
2018-11-30rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XXhathach
2018-11-28add Auto descriptor endpoint num config to support lpc17xxhathach
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
2018-11-26clean up warningshathach
2018-11-23One tweak to make -Wdiscarded-qualifiers happy.Scott Shawcroft
2018-11-23remove pragma GCC diagnostichathach
2018-11-23rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESShathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-22msc device block count and block numhathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-14Merge pull request #7 from tannewt/tinyusb_samdhathach