From 5f8fae1f4d736f4dc60c1664ea4a3f628cbbee61 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Fri, 14 Feb 2025 13:14:53 +0100 Subject: [PATCH] Add a sample config --- sample.yaml | 81 +++++++++-------------------------------------------- 1 file changed, 13 insertions(+), 68 deletions(-) diff --git a/sample.yaml b/sample.yaml index c626906..4af2e9c 100644 --- a/sample.yaml +++ b/sample.yaml @@ -2,80 +2,25 @@ sample: name: Bluetooth HCI UART description: Allows Zephyr to provide Bluetooth connectivity via UART tests: - sample.bluetooth.hci_uart.nrf5: - harness: bluetooth - platform_allow: - - nrf52dk/nrf52832 - tags: - - uart - - bluetooth - sample.bluetooth.hci_uart.nrf52833.df: - harness: bluetooth - platform_allow: nrf52833dk/nrf52833 - extra_args: - - DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay - - SNIPPET="bt-ll-sw-split" - extra_configs: - - CONFIG_BT_CTLR_DF=y - tags: - - uart - - bluetooth - sample.bluetooth.hci_uart.nrf5340_netcore.df: - harness: bluetooth - platform_allow: nrf5340dk/nrf5340/cpunet - extra_args: - - DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay - - SNIPPET="bt-ll-sw-split" - extra_configs: - - CONFIG_BT_CTLR_DF=y - tags: - - uart - - bluetooth - sample.bluetooth.hci_uart.nrf52833.df.iq_report: - harness: bluetooth - platform_allow: nrf52833dk/nrf52833 - extra_args: - - DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay - - SNIPPET="bt-ll-sw-split" - extra_configs: - - CONFIG_BT_CTLR_DF=y - - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y - tags: - - uart - - bluetooth - sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report: - harness: bluetooth - platform_allow: nrf5340dk/nrf5340/cpunet - extra_args: - - DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay - - SNIPPET="bt-ll-sw-split" - extra_configs: - - CONFIG_BT_CTLR_DF=y - - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y - tags: - - uart - - bluetooth - sample.bluetooth.hci_uart.nrf52833.all: - harness: bluetooth - platform_allow: nrf52833dk/nrf52833 - integration_platforms: - - nrf52833dk/nrf52833 - extra_args: - - OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf - - DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay - - SNIPPET="bt-ll-sw-split" - tags: - - uart - - bluetooth sample.bluetooth.hci_uart.nrf54l15.all: harness: bluetooth platform_allow: nrf54l15dk/nrf54l15/cpuapp integration_platforms: - nrf54l15dk/nrf54l15/cpuapp extra_args: - - OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf - - DTC_OVERLAY_FILE=./boards/nrf54l15dk_nrf54l15_cpuapp_df.overlay - - SNIPPET="bt-ll-sw-split" + - CONFIG=prj_auracaster.config + tags: + - uart + - bluetooth + + sample.bluetooth.hci_uart.nrf52840.all: + harness: bluetooth + platform_allow: nrf52840dongle/nrf52840 + integration_platforms: + - nrf52840dongle/nrf52840 + extra_args: + - CONFIG=prj_auracaster.config + - OVERLAY_CONFIG=boards/nrf52840dongle_nrf52840.conf tags: - uart - bluetooth