Skip to content

Commit 9da89ed

Browse files
bjarki-andreasenkartben
authored andcommitted
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>
1 parent 816a7a0 commit 9da89ed

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

boards/arm/mps2/mps2_an385.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ supported:
1717
testing:
1818
default: true
1919
vendor: arm
20+
ram: 4096
21+
flash: 4096

boards/qemu/cortex_a53/qemu_cortex_a53.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ arch: arm64
77
toolchain:
88
- zephyr
99
- cross-compile
10-
ram: 128
10+
ram: 131072
11+
flash: 65536
1112
testing:
1213
default: true
1314
ignore_tags:

boards/qemu/xtensa/qemu_xtensa_dc233c.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ testing:
1212
- net
1313
- bluetooth
1414
vendor: cdns
15+
ram: 16384
16+
flash: 32768

0 commit comments

Comments
 (0)