summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2021-08-25Merge pull request #1041 from HiFiPhile/vdcHa Thach
2021-08-24add tuh_vid_pid_get()hathach
2021-08-24exclude dev0 from usbh devices poolhathach
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-08-22Fix vendor fifo deadlock, add tud_vendor_n_read_flushMasterPhi
2021-08-20change host driver open return type to boolhathach
2021-08-20hid host skip get report descriptor if too large instead of asserthathach
2021-08-17fix keyboard report reserved is always 0hathach
2021-08-15Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usbHa Thach
2021-08-10correct newline usage keycode (ENTER 0x28)hathach
2021-08-07Use linear buffer for GD32VF103Stefan Kerkmann
2021-08-02fix warninghathach
2021-08-02correct midi available with already stream readhathach
2021-07-29add the entry for RX72Nkkitayam
2021-07-29add RX65Nkkitayam
2021-07-29add a condition regarding OPT_MCU_RX63Nkkitayam
2021-07-29Merge pull request #859 from Wini-Buh/CCRX_PortHa Thach
2021-07-27Fix IAR warningMasterPhi
2021-07-22clean up compilerhathach
2021-07-22rename bit filed orderhathach
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh...hathach
2021-07-22Merge pull request #950 from HiFiPhile/dfuHa Thach
2021-07-22rename CFG_TUD_DFU_TRANSFER_BUFSIZE to CFG_TUD_DFU_XFER_BUFSIZEhathach
2021-07-15rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFUhathach
2021-07-15wrap up DFU updatehathach
2021-07-14update clear status and get statehathach
2021-07-14update dfu aborthathach
2021-07-14simplify upload requesthathach
2021-07-14more rename and updatehathach
2021-07-14rename tud_dfu_reboot_cb() to tud_dfu_detach_cb()hathach
2021-07-14clean uphathach
2021-07-14rename dfu APIhathach
2021-07-13fix midi stream write return value (off by 1)hathach
2021-07-13add option to silent a driver loghathach
2021-07-12rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb()hathach
2021-07-12clean uphathach
2021-07-12clean uphathach
2021-07-12rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTORhathach
2021-07-12add alt to tud_dfu_abort_cb()hathach
2021-07-12update dfu_moded_openhathach
2021-07-12Merge branch 'dfu' of https://github.com/HiFiPhile/tinyusb into HiFiPhile-dfuhathach
2021-07-08Fix wrong blocknum and lengthMengsk
2021-07-08Add bwPollTimeout set callback, postpone download callback after GETSTATUSMengsk
2021-07-07Refactor with one DFU functionnal descriptorHiFiPhile
2021-07-07Reactor to one functional descriptor.Mengsk
2021-07-07TU_ASSERT return 0.Mengsk
2021-07-07Add DFU_DETACH supportMengsk