boards: arc: make nsim_em a default platform
Given that nsim_em can run the tests instead of just building them as with em_starterkit_em7d, make it a default platform instead of em_starterkit_em7d to get most of the testing when nsim simulator is installed on the developer machine. Tests run are 1000x more useful than just building them, even if we do not have a large installed base of nsim. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
100187cb64
commit
20fc4f0ccb
|
@ -10,7 +10,6 @@ supported:
|
|||
- spi
|
||||
- gpio
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -6,6 +6,7 @@ arch: arc
|
|||
toolchain:
|
||||
- zephyr
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
Loading…
Reference in a new issue