samples: Bluetooth: Audio: Add missing board/conf
Add missing configuration files for the nRF5340DK and missing configuration values for the unicast samples w.r.t. buffer sizes and encryption. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
771afc34a5
commit
a66672885d
7 changed files with 65 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
zephyr_udc0: &usbd {
|
||||
compatible = "nordic,nrf-usbd";
|
||||
status = "okay";
|
||||
|
||||
hs_0: hs_0 {
|
||||
compatible = "usb-audio-hs";
|
||||
mic-feature-mute;
|
||||
mic-channel-l;
|
||||
mic-channel-r;
|
||||
|
||||
hp-feature-mute;
|
||||
hp-channel-l;
|
||||
hp-channel-r;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue