summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Collapse)Author
2021-09-01revert previous changes, edpt stall also clear any pending (not complete) ↵hathach
transfer
2021-08-31fix rp2040 chapter 9 TD 9.6 testhathach
2021-08-31UAC2: Add ring buffer support for dcd_transdimension.MasterPhi
Add ring buffer ON/OFF switch.
2021-08-31fix HID_LOGICAL_MAX overflow.MasterPhi
2021-08-29responding with status per-spec in test case 4hathach
2021-08-29passed all USBCV bot complaince testhathach
2021-08-29msc handle more test, passed Command Self Test complianthathach
2021-08-29update msc to be more robusehathach
add more log, pass more complaint test
2021-08-27fix msc test case 8 and 10hathach
2021-08-27fix msc case 3 complaint testhathach
2021-08-27more msc refactoringhathach
2021-08-27fix BOT case 2 test complianthathach
2021-08-27refactor msc devicehathach
2021-08-27minor clean uphathach
2021-08-27update msc driver to pass MSC BOT error recovery compliant testhathach
2021-08-26slightly change the keyboard descriptor template to pass usb compliant testhathach
2021-08-25Merge pull request #1041 from HiFiPhile/vdcHa Thach
Fix vendor fifo deadlock, add tud_vendor_n_read_flush
2021-08-24add tuh_vid_pid_get()hathach
complete Sony PS4 dualshock controller example
2021-08-24exclude dev0 from usbh devices poolhathach
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
separate dev0 from _usbh_devices pool to save sram
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
the descriptor len used by driver will be calculated by usbh
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
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support
2021-08-10correct newline usage keycode (ENTER 0x28)hathach
2021-08-07Use linear buffer for GD32VF103Stefan Kerkmann
As the peripheral is the same as on the STM32F1 and STM32F4 lines we do the same.
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
Adaptations for Renesas CCRX toolchain and Rx72N controller performed
2021-07-27Fix IAR warningMasterPhi
2021-07-22clean up compilerhathach
2021-07-22rename bit filed orderhathach
clean up packed/bit order begin end
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into ↵hathach
Wini-Buh-CCRX_Port
2021-07-22Merge pull request #950 from HiFiPhile/dfuHa Thach
DFU improvements
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