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:
parent
f63bb9cafa
commit
904ec026b5
5 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue