Browse Source

samples: bluetooth: hci_uart: Fix wrong named files

Fixes an issue whereby some overlay filenames were wrongly
updated in a prior commit

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
d6e0d27efe
  1. 10
      samples/bluetooth/hci_uart/sample.yaml

10
samples/bluetooth/hci_uart/sample.yaml

@ -12,7 +12,7 @@ tests:
sample.bluetooth.hci_uart.nrf52833.df: sample.bluetooth.hci_uart.nrf52833.df:
harness: bluetooth harness: bluetooth
platform_allow: nrf52833dk/nrf52833 platform_allow: nrf52833dk/nrf52833
extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_df.overlay extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_dk.overlay
extra_configs: extra_configs:
- CONFIG_BT_CTLR_DF=y - CONFIG_BT_CTLR_DF=y
tags: tags:
@ -21,7 +21,7 @@ tests:
sample.bluetooth.hci_uart.nrf5340_netcore.df: sample.bluetooth.hci_uart.nrf5340_netcore.df:
harness: bluetooth harness: bluetooth
platform_allow: nrf5340dk/nrf5340/cpunet platform_allow: nrf5340dk/nrf5340/cpunet
extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk/nrf5340_cpunet_df.overlay extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk/nrf5340_cpunet_dk.overlay
extra_configs: extra_configs:
- CONFIG_BT_CTLR_DF=y - CONFIG_BT_CTLR_DF=y
tags: tags:
@ -30,7 +30,7 @@ tests:
sample.bluetooth.hci_uart.nrf52833.df.iq_report: sample.bluetooth.hci_uart.nrf52833.df.iq_report:
harness: bluetooth harness: bluetooth
platform_allow: nrf52833dk/nrf52833 platform_allow: nrf52833dk/nrf52833
extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_df.overlay extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_dk.overlay
extra_configs: extra_configs:
- CONFIG_BT_CTLR_DF=y - CONFIG_BT_CTLR_DF=y
- CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
@ -40,7 +40,7 @@ tests:
sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report: sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report:
harness: bluetooth harness: bluetooth
platform_allow: nrf5340dk/nrf5340/cpunet platform_allow: nrf5340dk/nrf5340/cpunet
extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk/nrf5340_cpunet_df.overlay extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk/nrf5340_cpunet_dk.overlay
extra_configs: extra_configs:
- CONFIG_BT_CTLR_DF=y - CONFIG_BT_CTLR_DF=y
- CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
@ -54,7 +54,7 @@ tests:
- nrf52833dk/nrf52833 - nrf52833dk/nrf52833
extra_args: extra_args:
- OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf - OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf
- DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_df.overlay - DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_dk.overlay
tags: tags:
- uart - uart
- bluetooth - bluetooth

Loading…
Cancel
Save