From e75e04d2d2181f3c30af6dbfe64c60c10a86a2cb Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Wed, 25 Oct 2023 17:07:40 +0200 Subject: [PATCH] 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 --- samples/bluetooth/hci_rpmsg/sample.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/samples/bluetooth/hci_rpmsg/sample.yaml b/samples/bluetooth/hci_rpmsg/sample.yaml index 7cecb12be6749f..2ca7ce52b63eee 100644 --- a/samples/bluetooth/hci_rpmsg/sample.yaml +++ b/samples/bluetooth/hci_rpmsg/sample.yaml @@ -8,6 +8,7 @@ tests: platform_allow: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet + - nrf5340bsim_nrf5340_cpunet integration_platforms: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet @@ -18,6 +19,7 @@ tests: platform_allow: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet + - nrf5340bsim_nrf5340_cpunet integration_platforms: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet @@ -28,6 +30,7 @@ tests: platform_allow: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet + - nrf5340bsim_nrf5340_cpunet integration_platforms: - nrf5340dk_nrf5340_cpunet sample.bluetooth.hci_rpmsg.bis.bt_ll_sw_split: @@ -37,6 +40,7 @@ tests: platform_allow: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet + - nrf5340bsim_nrf5340_cpunet integration_platforms: - nrf5340dk_nrf5340_cpunet sample.bluetooth.hci_rpmsg.iso_central.bt_ll_sw_split: @@ -46,6 +50,7 @@ tests: platform_allow: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet + - nrf5340bsim_nrf5340_cpunet integration_platforms: - nrf5340dk_nrf5340_cpunet sample.bluetooth.hci_rpmsg.iso_peripheral.bt_ll_sw_split: @@ -55,6 +60,7 @@ tests: platform_allow: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet + - nrf5340bsim_nrf5340_cpunet integration_platforms: - nrf5340dk_nrf5340_cpunet sample.bluetooth.hci_rpmsg.cis.bt_ll_sw_split: @@ -64,13 +70,16 @@ tests: platform_allow: - nrf5340dk_nrf5340_cpunet - nrf5340_audio_dk_nrf5340_cpunet + - nrf5340bsim_nrf5340_cpunet integration_platforms: - nrf5340dk_nrf5340_cpunet sample.bluetooth.hci_rpmsg.iso.bt_ll_sw_split: harness: bluetooth tags: bluetooth 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: - nrf5340dk_nrf5340_cpunet sample.bluetooth.hci_rpmsg.df.bt_ll_sw_split: