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>
This commit is contained in:
Luca Burelli 2025-02-19 11:53:53 +01:00 committed by Fabio Baltieri
commit 904ec026b5
5 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,8 @@ toolchain:
- zephyr - zephyr
supported: supported:
- netif - netif
ram: 262144
flash: 32768
testing: testing:
default: true default: true
ignore_tags: ignore_tags:

View file

@ -9,6 +9,8 @@ toolchain:
supported: supported:
- netif - netif
- smp - smp
ram: 262144
flash: 32768
testing: testing:
default: true default: true
ignore_tags: ignore_tags:

View file

@ -8,6 +8,8 @@ toolchain:
- zephyr - zephyr
supported: supported:
- netif - netif
ram: 262144
flash: 32768
testing: testing:
default: true default: true
ignore_tags: ignore_tags:

View file

@ -8,6 +8,8 @@ toolchain:
- zephyr - zephyr
supported: supported:
- netif - netif
ram: 262144
flash: 32768
testing: testing:
default: true default: true
ignore_tags: ignore_tags:

View file

@ -9,6 +9,8 @@ toolchain:
supported: supported:
- netif - netif
- smp - smp
ram: 262144
flash: 32768
testing: testing:
default: true default: true
ignore_tags: ignore_tags: