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:
parent
816a7a09ac
commit
9da89edb10
3 changed files with 6 additions and 1 deletions
|
@ -17,3 +17,5 @@ supported:
|
|||
testing:
|
||||
default: true
|
||||
vendor: arm
|
||||
ram: 4096
|
||||
flash: 4096
|
||||
|
|
|
@ -7,7 +7,8 @@ arch: arm64
|
|||
toolchain:
|
||||
- zephyr
|
||||
- cross-compile
|
||||
ram: 128
|
||||
ram: 131072
|
||||
flash: 65536
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
|
|
|
@ -12,3 +12,5 @@ testing:
|
|||
- net
|
||||
- bluetooth
|
||||
vendor: cdns
|
||||
ram: 16384
|
||||
flash: 32768
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue