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>
96 lines
2.7 KiB
YAML
96 lines
2.7 KiB
YAML
sample:
|
|
name: Bluetooth Peripheral HR
|
|
description: Demonstrates the HR (Heart Rate) GATT Service
|
|
tests:
|
|
sample.bluetooth.peripheral_hr:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
- nrf52_bsim
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
- ophelia4ev/nrf54l15/cpuapp
|
|
integration_platforms:
|
|
- qemu_cortex_m3
|
|
- nrf52_bsim
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
- ophelia4ev/nrf54l15/cpuapp
|
|
tags: bluetooth
|
|
sysbuild: true
|
|
sample.bluetooth.peripheral_hr.minimal:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- bbc_microbit
|
|
integration_platforms:
|
|
- bbc_microbit
|
|
extra_args: EXTRA_CONF_FILE=prj_minimal.conf
|
|
tags: bluetooth
|
|
sample.bluetooth.peripheral_hr.bt_ll_sw_split.extended:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf52_bsim
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
integration_platforms:
|
|
- nrf52_bsim
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
extra_args: EXTRA_CONF_FILE=overlay-extended.conf
|
|
tags: bluetooth
|
|
sample.bluetooth.peripheral_hr.multicore.bt_ll_sw_split.extended:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
integration_platforms:
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
extra_args: CONFIG_BT_EXT_ADV=y
|
|
tags: bluetooth
|
|
sysbuild: true
|
|
sample.bluetooth.peripheral_hr.bt_ll_sw_split.phy_coded:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf52_bsim
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
integration_platforms:
|
|
- nrf52_bsim
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
extra_args: EXTRA_CONF_FILE=overlay-phy_coded.conf
|
|
tags: bluetooth
|
|
sysbuild: true
|
|
sample.bluetooth.peripheral_hr.multicore.bt_ll_sw_split.phy_coded:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
integration_platforms:
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
extra_args:
|
|
- CONFIG_BT_EXT_ADV=y
|
|
- CONFIG_BT_AUTO_PHY_UPDATE=n
|
|
tags: bluetooth
|
|
sysbuild: true
|
|
sample.bluetooth.peripheral_hr_rv32m1_vega_openisa_rv32m1_ri5cy:
|
|
platform_allow: rv32m1_vega/openisa_rv32m1/ri5cy
|
|
tags: bluetooth
|
|
build_only: true
|
|
sample.bluetooth.peripheral_hr.frdm_kw41z_shield:
|
|
harness: bluetooth
|
|
depends_on: arduino_serial
|
|
tags: bluetooth
|
|
extra_args: SHIELD=frdm_kw41z
|