From 27883f997a50f8a3e971cb3292023285dc230a4f Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 22 Oct 2024 15:53:10 +0200 Subject: [PATCH] Add west invocation for nRF5340 Audio DK with USB-CDC --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f5e9a7..a932bb4 100644 --- a/README.md +++ b/README.md @@ -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