Skip to content

Commit 3cacb4d

Browse files
bjarki-andreasenkartben
authored andcommitted
tests: drivers: build_all: eeprom: increase requirenments
The test case drivers.eeprom.emul.build requires around 48-58kB of RAM and 95-119kB of ROM/flash, increase and add these requirenments to the test case. Similarly add min flash requirenment to drivers.eeprom.build Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent b1b9212 commit 3cacb4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/drivers/build_all/eeprom/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ common:
66
tests:
77
drivers.eeprom.build:
88
min_ram: 32
9+
min_flash: 128
910
platform_exclude: serpente
1011
depends_on:
1112
- gpio
1213
- i2c
1314
- spi
1415

1516
drivers.eeprom.emul.build:
16-
min_ram: 32
17+
min_ram: 64
18+
min_flash: 128
1719
platform_exclude: serpente
1820
depends_on:
1921
- gpio

0 commit comments

Comments
 (0)