zephyr/boards/qemu/riscv32e/qemu_riscv32e.yaml
Luca Burelli 904ec026b5 qemu/riscv: define RAM and Flash sizes
Define RAM and Flash sizes for QEMU boards in the board YAML. This is
needed to ensure those boards are considered by Twister for tests that
require a minimum amount of RAM and Flash.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2025-02-24 20:19:29 +00:00

17 lines
257 B
YAML

identifier: qemu_riscv32e
name: QEMU Emulation for RISC-V (RV32E) 32-bit
type: qemu
simulation:
- name: qemu
arch: riscv
toolchain:
- zephyr
supported:
- netif
ram: 262144
flash: 32768
testing:
default: true
ignore_tags:
- net
- bluetooth