Skip to content

Commit 40cca60

Browse files
thomas-m-johansennordicjm
authored andcommitted
samples: bluetooth: switch from hci_ipc to ipc_radio in cs samples
Changed further samples to use the ipc_radio application for multicore builds. This was done to align with NCS and changes made to other multicore samples, as this is the common practice. Signed-off-by: Thomas Johansen <[email protected]>
1 parent b4058d7 commit 40cca60

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ Bluetooth samples
245245
* :ref:`bluetooth_iso_combined_bis_cis`
246246
* :ref:`bluetooth_isochronous_time_synchronization`
247247
* :ref:`bt_scanning_while_connecting`
248+
* :ref:`channel_sounding_ras_initiator`
249+
* :ref:`channel_sounding_ras_reflector`
248250

249251
The :ref:`ipc_radio` application is commonly used for multicore builds in other |NCS| samples and projects.
250252
Hence, this is to align with the common practice.

samples/bluetooth/channel_sounding_ras_initiator/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/channel_sounding_ras_reflector/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)