summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2023-05-25fix issue with ftdi host driver with status byteshathach
2023-05-16EHCI: fix xfer failed with disconnected device as stalledhathach
2023-05-16correct EHCI reporting failed xfer (instead of stalled) when device is unpluggedhathach
2023-04-28more update to host serial APIhathach
2023-04-28allow call tuh cdc with blocking (callback = NULL)hathach
2023-04-28improve host serial drivershathach
2023-04-28add aligned(4) for cdc_line_coding_thathach
2023-04-27cdc: fix line_coding aligmentJean-Baptiste Theou
2023-04-27add tuh_cdc_set_baudrate()hathach
2023-04-27add code to calculate divisor from baudrate for ftdihathach
2023-04-27clean uphathach
2023-04-27forgot to add cp210x headerhathach
2023-04-27more refactorhathach
2023-04-27cp210x seems to work wellhathach
2023-04-27more host serial refactorhathach
2023-04-27refactor acm functionhathach
2023-04-27refactor ftdi driverhathach
2023-04-27rename ftdi_host to ftdi_siohathach
2023-04-26hacky, but ftdi work with hard code baudrate = 9600hathach
2023-04-18Merge pull request #1920 from mikee47/fix/midi-definitionHa Thach
2023-04-06implement tuh_hid_receive_ready() and tuh_hid_send_ready()hathach
2023-04-06add define for vendor_flush() to write_flush() for backward compatiblehathach
2023-03-31Remove trailing whitespaceepatstarkey
2023-03-28Update vendor_device.cepatstarkey
2023-03-28Update vendor_device.cepatstarkey
2023-03-28Update vendor_device.hepatstarkey
2023-03-24Merge pull request #1979 from hathach/fix-cdc-host-unsupported-line-requestHa Thach
2023-03-24fix shadow warninghathach
2023-03-24fix cdc host enumeration issue when device does not support line requesthathach
2023-03-24Merge pull request #1971 from MattMills/class_net_net_device_mac_address_shou...Ha Thach
2023-03-24Merge pull request #1969 from hathach/fix-tmc488-bit-order-1658Ha Thach
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
2023-03-22Update net_device.hMatt Mills
2023-03-22more updatehathach
2023-03-22fix bitorder in usbtmc_response_capabilities_488_thathach
2023-03-22Merge pull request #1968 from hathach/refactor-hid-hostHa Thach
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_i...hathach
2023-03-21change meaning of CFG_TUH_HID to total number of HID interfaces supported.hathach
2023-03-21relax hid host enumeration, allow set protocol to be stalledhathach
2023-03-21Merge pull request #1965 from HiFiPhile/alignHa Thach
2023-03-21UAC2: fix feedback EP buffer alignment.Mengsk
2023-03-21add tuh_set_interfacehathach
2023-03-18more clean uphathach
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-13Updated host hid_controller example to demo tuh_hid_send_reportJames Smith
2023-03-13Implemented tuh_hid_send_reportJames Smith
2023-03-05fix: Fix wrong destsz used with tu_memcpy_sNathaniel Brough