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 <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2021-10-02 21:09:41 +02:00 committed by Christopher Friedt
commit 3091bddafa

View file

@ -4,5 +4,5 @@ tests:
depends_on: gpio depends_on: gpio
min_flash: 48 min_flash: 48
# Fix exclude when we can exclude just sim run # 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") filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds")