Skip to content

Commit 3e6a909

Browse files
committed
samples: bluetooth: iso_time_sync: Update configuration
Since the dependencies of `BT_ISO_CENTRAL/PERIPHERAL` options have changed and they no longer select `BT_CENTRAL/PERIPHERAL` options but rather depend on them, the latter must be explicitly enabled. Also enable the nrfx_gppi helper explicitly as the sample uses it (see controller_time_*.c). For nRF54H it will not be enabled by the UART driver like it happens for nRF52 and nRF53. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 82efa17 commit 3e6a909

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/bluetooth/iso_time_sync/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CONFIG_BT_ISO_SYNC_RECEIVER=y
44
CONFIG_BT_ISO_CENTRAL=y
55
CONFIG_BT_ISO_PERIPHERAL=y
66
CONFIG_BT_OBSERVER=y
7+
CONFIG_BT_CENTRAL=y
8+
CONFIG_BT_PERIPHERAL=y
79
CONFIG_BT_DEVICE_NAME="Nordic_ISO"
810

911
CONFIG_BT_MAX_CONN=5
@@ -18,6 +20,8 @@ CONFIG_BT_CTLR_CONN_ISO_STREAMS=4
1820
CONFIG_BT_ISO_TX_MTU=6
1921
CONFIG_BT_ISO_RX_MTU=23
2022

23+
CONFIG_NRFX_GPPI=y
24+
2125
CONFIG_CONSOLE=y
2226
CONFIG_CONSOLE_SUBSYS=y
2327
CONFIG_CONSOLE_HANDLER=y

0 commit comments

Comments
 (0)