zephyr/samples/subsys/usb
Tomasz Moń d3e1bc8b59 samples: usb: add UAC2 implicit feedback sample
The sample illustates how to achieve bidirectional asynchronous audio.
Implicit feedback is the only way to achieve asynchronous USB headset
on devices that have only one isochronous IN and one isochronous OUT
endpoint.

The sample implements stereo playback and mono recording. While it would
be possible to have stereo recording, the commonly available headsets
are mono only. The number of channels can differ between audio sink and
source because the only requirement is that the two run on same clock.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-08-26 11:27:30 -04:00
..
audio doc: fix incorrect bullet lists 2024-06-20 14:07:32 -04:00
cdc_acm sample: usb: cdc_acm: remove configuration overlays 2024-08-05 16:28:09 +02:00
common usb: device_next: rename usbd_device_set_bcd() 2024-08-01 09:11:44 +01:00
console samples: usb: fix API references 2024-07-10 14:36:46 +02:00
dfu samples: usb: fix API references 2024-07-10 14:36:46 +02:00
hid-keyboard usb: device_next: add device configuration change notification 2024-08-16 08:50:25 -04:00
hid-mouse input: add a user_data pointer to the callback 2024-07-31 12:55:11 +02:00
inf
mass samples: fix adafruit_feather board name 2024-08-01 14:56:25 +02:00
shell sample: usb: allow samples to be built on all platforms with 'usbd' 2024-07-08 12:13:54 -04:00
testusb samples/subsys: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
uac2_explicit_feedback usb: device_next: introduce UDC_BUF_POOL_*_DEFINE macros 2024-07-30 18:26:04 +01:00
uac2_implicit_feedback samples: usb: add UAC2 implicit feedback sample 2024-08-26 11:27:30 -04:00
webusb samples: usb: fix API references 2024-07-10 14:36:46 +02:00
usb.rst