Add west invocation for nRF5340 Audio DK with USB-CDC

This commit is contained in:
Matthias Ringwald
2024-10-22 15:53:10 +02:00
parent 0d05856518
commit 27883f997a

View File

@@ -22,6 +22,12 @@ _HCI over UART and timesync not tested._
## nRF5340 Audio DK
### HCI over USB CDC
```sh
west build -b nrf5340_audio_dk_nrf5340_cpuapp -- -DEXTRA_DTC_OVERLAY_FILE=usb.overlay -DOVERLAY_CONFIG=overlay-usb.conf
```
### HCI over UART 0 connected to Virtual UART in J-Link Probe
```sh