boards: nsim: for smp testing, using mdb

This board require a special setup and does not work with standalone
nsim.

Fixes #24363

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-04-20 14:18:41 -04:00
commit 56aac64bae
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
identifier: nsim_hs_smp
name: Multi-core HS nSIM simulator
type: mcu
simulation: nsim
simulation: mdb
arch: arc
toolchain:
- zephyr

View file

@ -20,7 +20,7 @@ mapping:
enum: [ 'mcu', 'qemu', 'sim', 'unit', 'native']
"simulation":
type: str
enum: [ 'qemu', 'simics', 'xt-sim', 'renode', 'nsim']
enum: [ 'qemu', 'simics', 'xt-sim', 'renode', 'nsim', 'mdb']
"arch":
type: str
"toolchain":