Skip to content

Commit 90fc846

Browse files
Mirlenkonordicjm
authored andcommitted
samples: bluetooth: switch from hci_ipc to ipc_radio in sample tests
Changed the network core image application from the bluetooth hci_ipc sample to the ipc_radio application for multicore builds. The ipc_radio application is commonly used for multicore builds in other NCS samples and projects. Align with the common practice. Signed-off-by: Aleksandr Mirlenko <[email protected]>
1 parent f4da4b2 commit 90fc846

File tree

19 files changed

+29
-5
lines changed

19 files changed

+29
-5
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,15 @@ Amazon Sidewalk samples
238238
Bluetooth samples
239239
-----------------
240240

241-
|no_changes_yet_note|
241+
* Updated the network core image applications for the following samples from the :zephyr:code-sample:`bluetooth_hci_ipc` sample to the :ref:`ipc_radio` application for multicore builds:
242+
243+
* :ref:`bluetooth_conn_time_synchronization`
244+
* :ref:`bluetooth_iso_combined_bis_cis`
245+
* :ref:`bluetooth_isochronous_time_synchronization`
246+
* :ref:`bt_scanning_while_connecting`
247+
248+
The :ref:`ipc_radio` application is commonly used for multicore builds in other |NCS| samples and projects.
249+
Hence, this is to align with the common practice.
242250

243251
Bluetooth Mesh samples
244252
----------------------

samples/bluetooth/conn_time_sync/Kconfig.sysbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
source "share/sysbuild/Kconfig"
88

9-
config NRF_DEFAULT_BLUETOOTH
9+
config NRF_DEFAULT_IPC_RADIO
1010
default y
1111

1212
config NETCORE_IPC_RADIO_BT_HCI_IPC

samples/bluetooth/iso_combined_bis_and_cis/Kconfig.sysbuild

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
source "share/sysbuild/Kconfig"
88

9-
config NRF_DEFAULT_BLUETOOTH
9+
config NRF_DEFAULT_IPC_RADIO
10+
default y
11+
12+
config NETCORE_IPC_RADIO_BT_HCI_IPC
1013
default y

samples/bluetooth/iso_time_sync/Kconfig.sysbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
source "share/sysbuild/Kconfig"
88

9-
config NRF_DEFAULT_BLUETOOTH
9+
config NRF_DEFAULT_IPC_RADIO
1010
default y
1111

1212
config NETCORE_IPC_RADIO_BT_HCI_IPC

0 commit comments

Comments
 (0)