summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
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
2023-03-01add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32hathach
2023-02-28Merge pull request #1828 from HiFiPhile/stm32_fsdevHa Thach
2023-02-28rename ep_num to ep_idx, minor clean uphathach
2023-02-27Merge pull request #1852 from silvergasp/mem_sHa Thach
2023-02-27minor clean uphathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-02-15Fix issue 1909rppicomidi
2023-02-12Correct bitfields for cdc_desc_func_telephone_call_state_reporting_capabiliti...Jeff Trull
2023-02-10Adjust reserved bitfields to make SDCC happyJeff Trull
2023-02-04change length in tud_hid_report_complete_cb() from uint8 to uint16hathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2023-01-20fix warnings with arithmetic on void* pointerhathach
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2023-01-07Merge pull request #1820 from Staacks/masterHa Thach
2023-01-06Merge pull request #1837 from pete-pjb/masterHa Thach
2023-01-04More warning fixesMengsk
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
2023-01-02Fix IAR warning: Warning[Pe381]: extra ";" ignoredMengsk
2022-12-31Optimize descriptor looping.Mengsk
2022-12-30Add ISO buffer allocation.Mengsk