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:
parent
296ba9a7d0
commit
3091bddafa
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue