summaryrefslogtreecommitdiff
path: root/demo/audio_v2_mic_multichan_template.c
AgeCommit message (Expand)Author
2026-04-07update(demo): change string index max to sizeof(string_descriptors) / sizeof(...sakumisu
2026-01-24update(demo): remove all old desc apisakumisu
2025-12-05update(demo): format uac demos with macrossakumisu
2025-12-01update(demo): add comment for uacsakumisu
2025-05-30update(demo): add usbd_audio_set_sampling_freq and usbd_audio_get_sampling_fr...sakumisu
2025-04-12update(demo): use largest frequence from tablesakumisu
2025-02-01update(demo): add CONFIG_USBDEV_ADVANCE_DESC templatesakumisu
2024-12-28feat(demo): add feedback for audio v2 speaker templatesakumisu
2024-09-09update(demo): set bNumConfigurations with zero in Device Qualifier Descriptor...sakumisu
2024-08-09update(demo): change uint32_t to uintptr_t for 64bit cpu registersakumisu
2024-04-16add missing licensesakumisu
2024-02-18config busid and regbase in usbh_initialize and usbd_initializesakumisu
2024-02-06support multi port api for devicesakumisu
2023-06-21use usbd_event_handler instead of usbd_configure_done_callbacksakimisu
2023-06-21refactor audio device classsakimisu
2023-06-02audio: fix descriptor endpoint attribute error and add audiov2 feedback descr...Zhihong Chen
2023-01-02update audio class and demo templateZhihong Chen
2022-10-20remove intf mallocsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-10add usbd_configure_done_callback for templatessakumisu
2022-06-04replace printf with USB_LOG_DBG for templatessakumisu
2022-04-16fix spelling errorsakumisu