boards: sparc: add netif capability
Allows for network related tests to run on the SPARC board configurations. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
parent
9ec8aec794
commit
cd0418e5a9
3 changed files with 6 additions and 3 deletions
|
@ -8,3 +8,5 @@ flash: 2048
|
|||
toolchain:
|
||||
- zephyr
|
||||
- xtools
|
||||
supported:
|
||||
- netif
|
||||
|
|
|
@ -6,6 +6,5 @@ arch: sparc
|
|||
toolchain:
|
||||
- zephyr
|
||||
- xtools
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
supported:
|
||||
- netif
|
||||
|
|
|
@ -8,5 +8,7 @@ flash: 524288
|
|||
toolchain:
|
||||
- zephyr
|
||||
- xtools
|
||||
supported:
|
||||
- netif
|
||||
testing:
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue