From d2e08319bd17d41ccaea9c86aff86ba8441dd13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20G=C5=82=C4=85b?= Date: Fri, 10 May 2024 16:09:17 +0200 Subject: [PATCH] boards: nordic: nrf54h20dk: Disable watchdog tests on Radio core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is enough to test watchdog driver on the application core. Otherwise, at least three samples/tests fail due to missing overlay file for nrf54h20dk/nrf54h20/cpurad. Signed-off-by: Sebastian Głąb --- boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.yaml b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.yaml index 68d169331ef..53bbff4a460 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.yaml +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.yaml @@ -15,4 +15,3 @@ supported: - gpio - pwm - spi - - watchdog