zephyr/samples/bluetooth/beacon/sample.yaml
Vinayak Kariappa Chettimada f59c3fafe8 Bluetooth: Controller: Preliminary support for nRF54L15 SoC
Add preliminary support for nRF54L15 SoC. This commit does
not support Controller Random Number Generation and
Controller Cryptography (AES-128 encryption) commands, nor
does it support encrypted connections.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-06-07 18:07:48 +01:00

26 lines
612 B
YAML

sample:
name: Bluetooth Beacon
tests:
sample.bluetooth.beacon:
harness: bluetooth
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf54l15pdk/nrf54l15/cpuapp
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf54l15pdk/nrf54l15/cpuapp
sample.bluetooth.beacon-coex:
extra_args: CONF_FILE="prj-coex.conf"
harness: bluetooth
platform_allow:
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
tags: bluetooth