commit | 3091bddafa513142595f532a73ec1917c6df2574 | [log] [tgz] |
---|---|---|
author | Henrik Brix Andersen <henrik@brixandersen.dk> | Sat Oct 02 21:09:41 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Oct 15 09:46:53 2021 -0400 |
tree | 061a0dae37c4088383ba2411c857f56e2304c9f2 | |
parent | 296ba9a7d0c0a9302d4dc56802764713a18a302d [diff] |
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>