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>
17 lines
257 B
YAML
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
|