Following the update of the schema, this updates all boards with the new structure. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
21 lines
263 B
YAML
21 lines
263 B
YAML
identifier: qemu_x86
|
|
name: QEMU Emulation for X86
|
|
type: qemu
|
|
simulation:
|
|
- name: qemu
|
|
arch: x86
|
|
ram: 3000
|
|
toolchain:
|
|
- zephyr
|
|
- xtools
|
|
- llvm
|
|
supported:
|
|
- pci
|
|
- nvs
|
|
- netif:serial-net
|
|
- eeprom
|
|
- can
|
|
- rtc
|
|
testing:
|
|
default: true
|
|
vendor: qemu
|