index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
demo
/
audio_v2_mic_multichan_template.c
Age
Commit message (
Expand
)
Author
2026-04-07
update(demo): change string index max to sizeof(string_descriptors) / sizeof(...
sakumisu
2026-01-24
update(demo): remove all old desc api
sakumisu
2025-12-05
update(demo): format uac demos with macros
sakumisu
2025-12-01
update(demo): add comment for uac
sakumisu
2025-05-30
update(demo): add usbd_audio_set_sampling_freq and usbd_audio_get_sampling_fr...
sakumisu
2025-04-12
update(demo): use largest frequence from table
sakumisu
2025-02-01
update(demo): add CONFIG_USBDEV_ADVANCE_DESC template
sakumisu
2024-12-28
feat(demo): add feedback for audio v2 speaker template
sakumisu
2024-09-09
update(demo): set bNumConfigurations with zero in Device Qualifier Descriptor...
sakumisu
2024-08-09
update(demo): change uint32_t to uintptr_t for 64bit cpu register
sakumisu
2024-04-16
add missing license
sakumisu
2024-02-18
config busid and regbase in usbh_initialize and usbd_initialize
sakumisu
2024-02-06
support multi port api for device
sakumisu
2023-06-21
use usbd_event_handler instead of usbd_configure_done_callback
sakimisu
2023-06-21
refactor audio device class
sakimisu
2023-06-02
audio: fix descriptor endpoint attribute error and add audiov2 feedback descr...
Zhihong Chen
2023-01-02
update audio class and demo template
Zhihong Chen
2022-10-20
remove intf malloc
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-10
add usbd_configure_done_callback for templates
sakumisu
2022-06-04
replace printf with USB_LOG_DBG for templates
sakumisu
2022-04-16
fix spelling error
sakumisu