From c1bb577f28fe98f0a655e75540cca27cfccd37c0 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 10 Jun 2023 01:05:31 +0000 Subject: [PATCH] samples: bluetooth: remove duplicate entry in test Also remove platforms where we overflow on RAM. Signed-off-by: Anas Nashif --- samples/bluetooth/hci_uart/sample.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/samples/bluetooth/hci_uart/sample.yaml b/samples/bluetooth/hci_uart/sample.yaml index 2e41621cccc..c24ae0f68f5 100644 --- a/samples/bluetooth/hci_uart/sample.yaml +++ b/samples/bluetooth/hci_uart/sample.yaml @@ -2,21 +2,9 @@ sample: name: Bluetooth HCI UART description: Allows Zephyr to provide Bluetooth connectivity via UART tests: - sample.bluetooth.hci_uart.arm: - harness: bluetooth - platform_allow: - - 96b_nitrogen - - nrf51dk_nrf51422 - - nrf52dk_nrf52832 - - bbc_microbit - tags: - - uart - - bluetooth sample.bluetooth.hci_uart.nrf5: harness: bluetooth platform_allow: - - 96b_nitrogen - - nrf51dk_nrf51422 - nrf52dk_nrf52832 tags: - uart