boards: add missing ram/flash entries to board .yaml

Boards used for testing need to specify the available ram and
flash to be effectively filtered. If the entries are missing,
they default to 0, so any test which specifies minimum
ram or flash excludes them. This is especially an issue if
a board is specified as an integration platform.

Added entries for:

- qemu_cortex_a53
- qemu_xtensa_dc233c
- mps2_an385

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
This commit is contained in:
Bjarki Arge Andreasen 2025-02-04 09:34:17 +01:00 committed by Benjamin Cabé
commit 9da89edb10
3 changed files with 6 additions and 1 deletions

View file

@ -17,3 +17,5 @@ supported:
testing: testing:
default: true default: true
vendor: arm vendor: arm
ram: 4096
flash: 4096

View file

@ -7,7 +7,8 @@ arch: arm64
toolchain: toolchain:
- zephyr - zephyr
- cross-compile - cross-compile
ram: 128 ram: 131072
flash: 65536
testing: testing:
default: true default: true
ignore_tags: ignore_tags:

View file

@ -12,3 +12,5 @@ testing:
- net - net
- bluetooth - bluetooth
vendor: cdns vendor: cdns
ram: 16384
flash: 32768