Browse Source
When compiling with sysbuild and IPC the samples would use the nrf5340_cpunet_iso-bt_ll_sw_split.conf config file, which was incompatible with the sample's host configuration. Instead of using the ISO configuration file, define a hci_ipc overlay in each sample with the necessary configurations that support all host configurations. This commit also updates the sample.yaml files to split configurations for single- and multicore builds, as what needs to be configured for each type is different. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>pull/90351/merge
6 changed files with 77 additions and 20 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
# Configuration file to be used as an overlay to the hci_ipc sample for multi-core boards |
||||
|
||||
CONFIG_BT_EXT_ADV=y |
||||
|
||||
# Enable Coded PHY support |
||||
CONFIG_BT_CTLR_PHY_CODED=y |
||||
|
||||
# Increase Advertising Data Length, as Complete Local Name too needs to be |
||||
# placed in the AUX_ADV_IND PDU compared to when it is placed in ADV_SCAN_IND |
||||
# PDU in the case of legacy advertising. |
||||
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=36 |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
# Configuration file to be used as an overlay to the hci_ipc sample for multi-core boards |
||||
|
||||
CONFIG_BT_EXT_ADV=y |
||||
|
||||
# Enable Coded PHY support |
||||
CONFIG_BT_CTLR_PHY_CODED=y |
||||
|
||||
# Increase Advertising Data Length, as Complete Local Name too needs to be |
||||
# placed in the AUX_ADV_IND PDU compared to when it is placed in ADV_SCAN_IND |
||||
# PDU in the case of legacy advertising. |
||||
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=36 |
Loading…
Reference in new issue