mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 06:36:57 +00:00
Add first set of boards which can be built with xtools, this will include all boards at some point, so we might need a better way to whitelist toolchains that does not include changing every single board definition file. For now enabling those needed for testing the new toolchain. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
180 B
YAML
14 lines
180 B
YAML
identifier: qemu_x86
|
|
name: QEMU Emulation for X86
|
|
type: qemu
|
|
simulation: qemu
|
|
arch: x86
|
|
toolchain:
|
|
- zephyr
|
|
- xtools
|
|
supported:
|
|
- pci
|
|
- netif:slip
|
|
testing:
|
|
default: true
|