mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 13:11:57 +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
175 B
YAML
13 lines
175 B
YAML
identifier: qemu_x86
|
|
name: QEMU Emulation for X86
|
|
type: qemu
|
|
simulation: qemu
|
|
arch: x86
|
|
toolchain:
|
|
- zephyr
|
|
supported:
|
|
- pci
|
|
- netif:slip
|
|
testing:
|
|
default: true
|