samples/bluetooth/hci_rpmsg: Allow building for simulated nrf5340
Allow building these samples for the simulted nrf5340 net core. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
5064df0500
commit
e75e04d2d2
1 changed files with 10 additions and 1 deletions
|
@ -8,6 +8,7 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
@ -18,6 +19,7 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
@ -28,6 +30,7 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
sample.bluetooth.hci_rpmsg.bis.bt_ll_sw_split:
|
sample.bluetooth.hci_rpmsg.bis.bt_ll_sw_split:
|
||||||
|
@ -37,6 +40,7 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
sample.bluetooth.hci_rpmsg.iso_central.bt_ll_sw_split:
|
sample.bluetooth.hci_rpmsg.iso_central.bt_ll_sw_split:
|
||||||
|
@ -46,6 +50,7 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
sample.bluetooth.hci_rpmsg.iso_peripheral.bt_ll_sw_split:
|
sample.bluetooth.hci_rpmsg.iso_peripheral.bt_ll_sw_split:
|
||||||
|
@ -55,6 +60,7 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
sample.bluetooth.hci_rpmsg.cis.bt_ll_sw_split:
|
sample.bluetooth.hci_rpmsg.cis.bt_ll_sw_split:
|
||||||
|
@ -64,13 +70,16 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
- nrf5340_audio_dk_nrf5340_cpunet
|
- nrf5340_audio_dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
sample.bluetooth.hci_rpmsg.iso.bt_ll_sw_split:
|
sample.bluetooth.hci_rpmsg.iso.bt_ll_sw_split:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
extra_args: CONF_FILE="nrf5340_cpunet_iso-bt_ll_sw_split.conf"
|
extra_args: CONF_FILE="nrf5340_cpunet_iso-bt_ll_sw_split.conf"
|
||||||
platform_allow: nrf5340dk_nrf5340_cpunet
|
platform_allow:
|
||||||
|
- nrf5340dk_nrf5340_cpunet
|
||||||
|
- nrf5340bsim_nrf5340_cpunet
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk_nrf5340_cpunet
|
- nrf5340dk_nrf5340_cpunet
|
||||||
sample.bluetooth.hci_rpmsg.df.bt_ll_sw_split:
|
sample.bluetooth.hci_rpmsg.df.bt_ll_sw_split:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue