summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2024-12-17Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170hathach
2024-12-13Merge pull request #2897 from shdeb/hid_pid_defsHa Thach
2024-12-11Merge branch 'master' into fork/HiFiPhile/rt1170hathach
2024-12-06Merge pull request #2656 from lijunru-hub/feat/uvc_support_frame_basedHa Thach
2024-12-06Adding HID Usage Table Physical Input Device Page (0x0F)shdeb
2024-11-30Reformat audio class.HiFiPhile
2024-11-30Fix typo.HiFiPhile
2024-11-30Update audio class with dcache support.HiFiPhile
2024-11-28Merge branch 'master' into fork/pschatzmann/rp2040-isohathach
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-11-27minor clean uphathach
2024-11-27fix multiple flag on compilinghathach
2024-11-26add TUH_EPBUF_DEF for cdc hosthathach
2024-11-26msc host, use usbh_get_enum_buf() for set_config() processhathach
2024-11-26add buffer note for host msc apihathach
2024-11-26add TUH_EPBUF_DEF for hid hosthathach
2024-11-26msc host work ok with p4 dmahathach
2024-11-25try to fix circleci with kinetishathach
2024-11-22fix ncm incorrect length for notify connectionhathach
2024-11-22add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, use...hathach
2024-11-22TUD_EPBUF_TYPE_DEF video_device.chathach
2024-11-22update epnotif endpoint for ncm_device.chathach
2024-11-22TUD_EPBUF_TYPE_DEF usbtmc_device.c and vendor_device.chathach
2024-11-22TUD_EPBUF_TYPE_DEF ncm_devicehathach
2024-11-22apply TUD_EPBUF_DEF for device: bth, dfu, hid, mschathach
2024-11-22msc_device.c declare and separate epbuf from interface struct, make cbw and c...hathach
2024-11-21use TUD_EPBUF_DEF to declare buffer memory for midihathach
2024-11-21- move freertos_hooks to board.chathach
2024-11-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
2024-11-18Merge pull request #2866 from HiFiPhile/uac_fixHa Thach
2024-11-02Improve EP IN flow control.HiFiPhile
2024-11-02Fix align issue of _audiod_fct.alt_setting.HiFiPhile
2024-11-01Merge pull request #2713 from rgrr/ncm-fix-in-tud_network_recv_renewHiFiPhile
2024-10-29Extend callback informationBollen Nico
2024-10-16Merge branch 'hathach:master' into rp2040-isoPhil Schatzmann
2024-10-15RP2040 Compile Errorspschatzmann
2024-10-15RP2040 New ISO APIpschatzmann
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-07Merge pull request #2720 from YixingShen/masterHa Thach
2024-10-01Fix vendor class reset.HiFiPhile
2024-09-11Merge pull request #2450 from HiFiPhile/vendor_fifoHa Thach
2024-09-10remove vendor ep_addr, use stream api insteadhathach
2024-09-10update vendor device to use edpt stream which also support non-buffereed (no ...hathach
2024-09-10change edpt stream api to take hwid from API to reduce memory footprinthathach
2024-09-10change vendor device to use edpt stream APIhathach
2024-08-30Bluetooth Device: Issue ZLP on ACL IN ep when transfer is multiple of endpoin...Donatien Garnier
2024-08-27Merge remote-tracking branch 'tinyusb/master' into vendor_fifoMengsk
2024-08-09Marked the keycode parameter of the keyboard_report functions as const since ...Hjalmar
2024-08-02Merge branch 'master' into vendor_fifoHiFiPhile
2024-07-28audiod_function_t clean up.HiFiPhile