summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-05-12midi2: align descriptors with USB-MIDI 2.0 specSaulo Veríssimo
2026-05-12fix: address PR review feedback for MIDI 2.0 driversSaulo Veríssimo
2026-05-12feat: add MIDI 2.0 Device class driver (USB-MIDI 2.0)Saulo Veríssimo
2026-05-08Merge remote-tracking branch 'tinyusb/master' into ncm_packet_filterHiFiPhile
2026-05-01ncm: implement GetNtbInputSize requestZixun LI
2026-04-30refactor capabilityZixun LI
2026-04-27NCM caps enumnminaylov
2026-04-24NCM packet filter supportnminaylov
2026-03-22net: upgrade net_lwip_webserver to separate FS/HS descriptors and add bInterv...copilot-swe-agent[bot]
2026-03-06update printer class: enhance descriptors, buffer sizes, and callbackshathach
2026-03-06Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printerhathach
2026-02-13use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more valuehathach
2026-02-13add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vb...hathach
2026-02-13Merge branch 'refs/heads/master' into dwc2_vbushathach
2026-02-03Fix DFU descriptor version from 1.0.1 (0x0101) to 1.1.0 (0x0110)copilot-swe-agent[bot]
2026-01-31dwc2: add vbus sense configHiFiPhile
2026-01-07Adjust printer device class to 0.20.0 and fix compilation warningsRémi Berthoz
2026-01-04Implement Printer Device ClassRémi Berthoz
2025-12-15Merge pull request #3364 from hathach/hcd_fsdevHa Thach
2025-11-30Update noteHiFiPhile
2025-11-21Apply suggestions from code reviewZixun LI
2025-11-21dcd/dwc2: add IN fifo configureHiFiPhile
2025-11-21dcd: add tud_configure()HiFiPhile
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-10-30Merge branch 'master' into uac1HiFiPhile
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-24Merge remote-tracking branch 'upstream/master' into uac1HiFiPhile
2025-10-16fix some warnings detected by pvs-studiohathach
2025-10-03Merge remote-tracking branch 'tinyusb/master' into uac1Mengsk
2025-10-02mtp example work with highspeed devicehathach
2025-09-30Add UAC1 support to speaker exampleMengsk
2025-09-30Update TUD_AUDIO_EP_SIZE macroMengsk
2025-09-30Implement UAC1 IN flow controlHiFiPhile
2025-09-30Add basic UAC1 supportHiFiPhile
2025-09-30More descriptors workingHiFiPhile
2025-09-29Add UAC1.0 definesHiFiPhile
2025-09-15Merge branch 'master' into fork/ennebi/mtphathach
2025-09-12add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to...hathach
2025-08-06Add MTP class deviceMaurizio Pesce
2025-07-03reduce bInterval for default CDC descriptor from 16ms to 1mshathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-19also migrate tud_descriptor_device_qualifier_cb() / tud_descriptor_other_spee...hathach
2024-07-19Additional fix related to issue #1018. Corrects the usage of TU_ATTR_WEAK for...Frank Voorburg
2024-05-31Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-05-27Merge branch 'master' into additional_dcd_sof_enableHiFiPhile
2024-05-27Fix tud_sof_cb_enable() return type.HiFiPhile
2024-05-24minor clean uphathach