Skip to content

Commit 25500c6

Browse files
Thalleykartben
authored andcommitted
samples: Bluetooth: hci_uart: Add board files for nRF5340ADK
Add board file for nrf5340_audio_dk_nrf5340_cpuapp identical to the ones for nrf5340dk_nrf5340_cpuapp Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent 478fad8 commit 25500c6

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Host and Controller common dependencies
2+
CONFIG_BT_EXT_ADV=y
3+
CONFIG_BT_PER_ADV=y
4+
CONFIG_BT_PER_ADV_SYNC=y
5+
CONFIG_BT_PER_ADV_SYNC_MAX=2
6+
7+
# Broadcast and Connected ISO
8+
CONFIG_BT_ISO_BROADCASTER=y
9+
CONFIG_BT_ISO_SYNC_RECEIVER=y
10+
CONFIG_BT_ISO_CENTRAL=y
11+
CONFIG_BT_ISO_PERIPHERAL=y
12+
13+
# ISO Streams
14+
CONFIG_BT_ISO_MAX_CHAN=4
15+
CONFIG_BT_ISO_TX_BUF_COUNT=18
16+
CONFIG_BT_ISO_RX_BUF_COUNT=1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&uart0 {
4+
compatible = "nordic,nrf-uarte";
5+
current-speed = <1000000>;
6+
status = "okay";
7+
hw-flow-control;
8+
};

0 commit comments

Comments
 (0)