zephyr/samples/bluetooth/central_hr/sample.yaml
Jonathan Rico 6e2bf1bf10 Bluetooth: Enable CI central_hr/peripheral_hr on bbc_microbit
Building for this target ensures we keep in mind resource-constrained
microcontrollers when making changes in Bluetooth.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2024-05-30 05:31:21 -07:00

47 lines
1.3 KiB
YAML

sample:
name: Bluetooth Central HR
tests:
sample.bluetooth.central_hr:
arch_allow: x86
harness: bluetooth
tags: bluetooth
sample.bluetooth.central_hr.minimal:
harness: bluetooth
platform_allow:
- bbc_microbit
integration_platforms:
- bbc_microbit
extra_args: EXTRA_CONF_FILE=prj_minimal.conf
tags: bluetooth
sample.bluetooth.central_hr.bt_ll_sw_split.extended:
harness: bluetooth
platform_allow:
- nrf52_bsim
- nrf5340bsim/nrf5340/cpuapp
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf52_bsim
- nrf5340bsim/nrf5340/cpuapp
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
extra_args: EXTRA_CONF_FILE=overlay-extended.conf
tags: bluetooth
sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded:
harness: bluetooth
platform_allow:
- nrf52_bsim
- nrf5340bsim/nrf5340/cpuapp
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf52_bsim
- nrf5340bsim/nrf5340/cpuapp
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
extra_args: EXTRA_CONF_FILE=overlay-phy_coded.conf
tags: bluetooth