blob: a897c1b9e33ffb1fcadc96a6312f215eb7ebee19 [file] [edit]
sample:
name: Bluetooth Observer
common:
harness: bluetooth
tags:
- bluetooth
tests:
sample.bluetooth.observer:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk/nrf52840
- cyw920829m2evk_02/cyw20829b0lkml
integration_platforms:
- qemu_cortex_m3
- nrf52840dk/nrf52840
sample.bluetooth.observer.extended:
extra_args:
- CONF_FILE="prj_extended.conf"
platform_allow:
- qemu_cortex_m3
- qemu_x86
integration_platforms:
- qemu_cortex_m3
sample.bluetooth.observer.extended.bt_ll_sw_split:
extra_args:
- CONF_FILE="prj_extended.conf"
- EXTRA_CONF_FILE="overlay-bt_ll_sw_split.conf"
platform_allow:
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
sample.bluetooth.observer.extended.bbc_microbit.bt_ll_sw_split:
extra_args:
- CONF_FILE="prj_extended.conf"
- EXTRA_CONF_FILE="debug.conf;overlay_bbc_microbit-bt_ll_sw_split.conf"
extra_configs:
# debug.conf enables the thread analyzer; shrink the analyzer thread's
# stack so that it fits alongside the dedicated Bluetooth RX thread.
- CONFIG_THREAD_ANALYZER_AUTO_STACK_SIZE=512
platform_allow:
- bbc_microbit
integration_platforms:
- bbc_microbit