From df49bb7c0fbfa716cdc3ad164913c33c2db8390b Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Sat, 9 Nov 2024 11:55:59 +0100 Subject: [PATCH] samples: dap: drop 'sample.dap.bulk.nrf' 'nrf52840dk/nrf52840' is already listed under "generic" 'sample.dap.bulk', so keeping 'sample.dap.bulk.nrf' has no value. The only difference is dependency on 'gpio' instead of 'arduino_gpio', but 'nrf52840dk_nrf52840.overlay' references arduino header gpios only. Signed-off-by: Marcin Niestroj --- samples/subsys/dap/sample.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/samples/subsys/dap/sample.yaml b/samples/subsys/dap/sample.yaml index 65264fa242943..541e576031eae 100644 --- a/samples/subsys/dap/sample.yaml +++ b/samples/subsys/dap/sample.yaml @@ -8,9 +8,3 @@ tests: - nrf52840dk/nrf52840 - frdm_k64f tags: dap - sample.dap.bulk.nrf: - build_only: true - depends_on: gpio usb_device - platform_allow: - - nrf52840dk/nrf52840 - tags: dap