summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
AgeCommit message (Expand)Author
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
2024-05-11Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-10Allow feedback EP size change.HiFiPhile
2024-05-09Switch to weak default implementation.HiFiPhile
2024-05-09Merge branch 'master' into patch-5HiFiPhile
2024-05-08Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-04-30Add missing capability bit for CDC ACM serial break supportTrevor
2024-04-26Fix up TUD_AUDIO_SPEAKER_MONO_FB_DESCRIPTOR.HiFiPhile
2024-04-08add class driver deinithathach
2024-04-08Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode.Felix "xq" Queißner
2024-04-01UAC2: refactor interrupt endpoint support.HiFiPhile
2024-03-14IAR Warning: Fixed due to an boolean operation between enum (Pa089)henneboi
2024-01-12- change tuh_event_hook_cb, tud_event_hook_cb to weak default implementationhathach
2023-11-24Merge pull request #2303 from projectgus/feature/isr_event_hookHa Thach
2023-11-24add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb()hathach
2023-11-24rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT t...hathach
2023-10-24Update audio_4_channel_mic example for HS device.HiFiPhile
2023-09-14Incorrect commentRocky04
2023-09-14SOF ISR controlRocky04
2023-08-18- update nrf52 bsp for cmakehathach
2023-08-08Remove port from SOF callbackRocky04
2023-08-08Adding support for a SOF callbackRocky04
2023-06-08Fix typosEugene Kliuchnikov
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach