mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 14:32:35 +00:00
Some boards are supported natively by qemu. This option will allow us to run tests using those platforms directly without having to go via a dedicated qemu board definition. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
187 B
YAML
13 lines
187 B
YAML
identifier: qemu_riscv32
|
|
name: QEMU Emulation for RISC V
|
|
type: qemu
|
|
simulation: qemu
|
|
arch: riscv32
|
|
toolchain:
|
|
- zephyr
|
|
testing:
|
|
default: true
|
|
ignore_tags:
|
|
- net
|
|
- bluetooth
|