Added overlay file to support nRF5340 audio dk + nRF21540
FEM.
Build the hci_ipc with corresponding overlay file to use the
nRF21540 FEM with the bap_broadcast_source sample on nRF5340
audio kit.
Use the below commandline:
$ west build -b nrf5340_audio_dk/nrf5340/cpuapp --sysbuild \
samples/bluetooth/bap_broadcast_source \
-DDTC_OVERLAY_FILE= \
boards/nrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay \
-Dhci_ipc_DTC_OVERLAY_FILE= \
boards/nrf5340_audio_dk_nrf5340_cpunet_nrf21540_ek.overlay
Related to commit 35ad653038 ("samples: Bluetooth:
hci_uart/hci_ipc: CI coverage for nRF53+nRF21 FEM").
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
sample:
|
|
description: Bluetooth Low Energy Broadcast Audio Source sample
|
|
name: Bluetooth Low Energy Broadcast Audio Source sample
|
|
tests:
|
|
sample.bluetooth.bap_broadcast_source:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
integration_platforms:
|
|
- qemu_x86
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
tags: bluetooth
|
|
sysbuild: true
|
|
sample.bluetooth.bap_broadcast_source.nrf5340_audio_dk_cpuapp.fem:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf5340_audio_dk/nrf5340/cpuapp
|
|
integration_platforms:
|
|
- nrf5340_audio_dk/nrf5340/cpuapp
|
|
extra_args:
|
|
- DTC_OVERLAY_FILE=boards/nrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay
|
|
- hci_ipc_DTC_OVERLAY_FILE=boards/nrf5340_audio_dk_nrf5340_cpunet_nrf21540_ek.overlay
|
|
tags: bluetooth
|
|
sysbuild: true
|
|
sample.bluetooth.bap_broadcast_source.bt_ll_sw_split:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf52_bsim
|
|
- nrf52833dk/nrf52820
|
|
- nrf52833dk/nrf52833
|
|
- nrf52840dongle/nrf52840
|
|
integration_platforms:
|
|
- nrf52_bsim
|
|
- nrf52833dk/nrf52833
|
|
- nrf52840dongle/nrf52840
|
|
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
|
|
tags: bluetooth
|