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:
Anas Nashif 2020-04-21 06:54:15 -07:00 committed by Andrew Boie
parent 100187cb64
commit 20fc4f0ccb
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@ supported:
- spi
- gpio
testing:
default: true
ignore_tags:
- net
- bluetooth

View file

@ -6,6 +6,7 @@ arch: arc
toolchain:
- zephyr
testing:
default: true
ignore_tags:
- net
- bluetooth