mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:42:24 +00:00
Added the NVS capability to the QEMU x86 board description. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
15 lines
194 B
YAML
15 lines
194 B
YAML
identifier: qemu_x86
|
|
name: QEMU Emulation for X86
|
|
type: qemu
|
|
simulation: qemu
|
|
arch: x86
|
|
toolchain:
|
|
- zephyr
|
|
- xtools
|
|
supported:
|
|
- pci
|
|
- nvs
|
|
- netif:serial-net
|
|
testing:
|
|
default: true
|