zephyr/boards/riscv/qemu_riscv64/qemu_riscv64.yaml
Nicolas Pitre 7f74825958 riscv: add a qemu_riscv64 board
This emulates a RISC-V in 64-bit mode on a SiFive FE310 dev board.
Memory is tight so a few tests had to be disabled due to the extra
memory usage compared to qemu_riscv32.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-08-09 09:11:45 -05:00

14 lines
202 B
YAML

identifier: qemu_riscv64
name: QEMU Emulation for RISC V 64-bit
type: qemu
simulation: qemu
arch: riscv64
ram: 16
toolchain:
- zephyr
testing:
default: true
ignore_tags:
- net
- bluetooth