summaryrefslogtreecommitdiff
path: root/demo/audio_v1_mic_multichan_template.c
AgeCommit message (Expand)Author
2026-05-27fix(demo): change const to macrosakumisu
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-18update(demo): format with macrosakumisu
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-03-28fix: fix wformat warningssakumisu
2025-02-01update(demo): add CONFIG_USBDEV_ADVANCE_DESC 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-03-23reset flag in USBD_EVENT_CONFIGUREDsakumisu
2024-02-18config busid and regbase in usbh_initialize and usbd_initializesakumisu
2024-02-06support multi port api for devicesakumisu
2023-09-30remove ununsed input variablesakumisu
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-04-22update audio testsakimisu
2023-01-02update audio class and demo templateZhihong Chen
2022-10-20remove intf mallocsakumisu
2022-08-21update dwc2 iso transfersakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-10add usbd_configure_done_callback for templatessakumisu
2022-06-07add uac1.0 multichan configsakumisu