Configurations for additional smp_svr sanity builds have been added to limit possibility of getting not compilable smp_svr sample. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
sample:
|
|
description: Simple Management Protocol sample
|
|
name: smp svr
|
|
common:
|
|
harness: bluetooth
|
|
tags: bluetooth
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
tests:
|
|
sample.mcumg.smp_svr.bt_tiny:
|
|
extra_args: OVERLAY_CONFIG="overlay-bt-tiny.conf"
|
|
platform_allow: nrf51dk_nrf51422
|
|
sample.mcumg.smp_svr.bt:
|
|
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
|
|
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840
|
|
sample.mcumg.smp_svr.udp:
|
|
extra_args: OVERLAY_CONFIG="overlay-udp.conf"
|
|
platform_allow: frdm_k64f
|
|
sample.mcumg.smp_svr.cdc:
|
|
extra_args: OVERLAY_CONFIG="overlay-cdc.conf"
|
|
platform_allow: nrf52833dk_nrf52820 nrf52833dk_nrf52833 nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp
|
|
sample.mcumg.smp_svr.serial:
|
|
extra_args: OVERLAY_CONFIG="overlay-serial.conf"
|
|
platform_allow: nrf52840dk_nrf52840
|
|
sample.mcumg.smp_svr.serial:
|
|
extra_args: OVERLAY_CONFIG="overlay-serial-console.conf"
|
|
platform_allow: nrf52840dk_nrf52840
|
|
sample.mcumg.smp_svr.shell:
|
|
extra_args: OVERLAY_CONFIG="overlay-shell.conf"
|
|
platform_allow: nrf52840dk_nrf52840
|
|
sample.mcumg.smp_svr.shell_mgmt:
|
|
extra_args: OVERLAY_CONFIG="overlay-shell-mgmt.conf"
|
|
platform_allow: nrf52840dk_nrf52840
|
|
sample.mcumg.smp_svr.fs:
|
|
extra_args: OVERLAY_CONFIG="overlay-fs.conf"
|
|
platform_allow: nrf52840dk_nrf52840
|