From 3091bddafa513142595f532a73ec1917c6df2574 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Sat, 2 Oct 2021 21:09:41 +0200 Subject: [PATCH] tests: drivers: gpio: 1pin: exclude neorv32 The GPIO block of the NEORV32 contains fully independent inputs and outputs (inputN is fully independent of outputN). This scenario is not handled by the 1pin GPIO test case, so exclude the neorv32 for now. Signed-off-by: Henrik Brix Andersen --- tests/drivers/gpio/gpio_api_1pin/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drivers/gpio/gpio_api_1pin/testcase.yaml b/tests/drivers/gpio/gpio_api_1pin/testcase.yaml index e97f73f7e42..1824f0db604 100644 --- a/tests/drivers/gpio/gpio_api_1pin/testcase.yaml +++ b/tests/drivers/gpio/gpio_api_1pin/testcase.yaml @@ -4,5 +4,5 @@ tests: depends_on: gpio min_flash: 48 # Fix exclude when we can exclude just sim run - platform_exclude: mps2_an385 mps2_an521 + platform_exclude: mps2_an385 mps2_an521 neorv32 filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds")