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:
parent
c523e3606a
commit
56aac64bae
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
identifier: nsim_hs_smp
|
identifier: nsim_hs_smp
|
||||||
name: Multi-core HS nSIM simulator
|
name: Multi-core HS nSIM simulator
|
||||||
type: mcu
|
type: mcu
|
||||||
simulation: nsim
|
simulation: mdb
|
||||||
arch: arc
|
arch: arc
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
|
|
|
@ -20,7 +20,7 @@ mapping:
|
||||||
enum: [ 'mcu', 'qemu', 'sim', 'unit', 'native']
|
enum: [ 'mcu', 'qemu', 'sim', 'unit', 'native']
|
||||||
"simulation":
|
"simulation":
|
||||||
type: str
|
type: str
|
||||||
enum: [ 'qemu', 'simics', 'xt-sim', 'renode', 'nsim']
|
enum: [ 'qemu', 'simics', 'xt-sim', 'renode', 'nsim', 'mdb']
|
||||||
"arch":
|
"arch":
|
||||||
type: str
|
type: str
|
||||||
"toolchain":
|
"toolchain":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue