Skip to content

Commit 749e324

Browse files
committed
tests: lib: cmsis_dsp: transform: Update Ram Size
Updating the minimum Ram Size for failing tests that require more ram memory for heap allocations. Signed-off-by: Emilio Benavente <[email protected]>
1 parent 4300a4c commit 749e324

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/lib/cmsis_dsp/transform/testcase.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tests:
7070
- native_sim
7171
tags: cmsis-dsp
7272
min_flash: 1024
73-
min_ram: 64
73+
min_ram: 80
7474
extra_args: CONF_FILE=prj_base.conf
7575
extra_configs:
7676
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y
@@ -81,7 +81,7 @@ tests:
8181
- cmsis-dsp
8282
- fpu
8383
min_flash: 1024
84-
min_ram: 64
84+
min_ram: 80
8585
extra_args: CONF_FILE=prj_base.conf
8686
extra_configs:
8787
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y
@@ -256,7 +256,7 @@ tests:
256256
- native_sim
257257
tags: cmsis-dsp
258258
min_flash: 1024
259-
min_ram: 64
259+
min_ram: 80
260260
extra_args: CONF_FILE=prj_base.conf
261261
extra_configs:
262262
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF64=y
@@ -267,7 +267,7 @@ tests:
267267
- cmsis-dsp
268268
- fpu
269269
min_flash: 1024
270-
min_ram: 64
270+
min_ram: 80
271271
extra_args: CONF_FILE=prj_base.conf
272272
extra_configs:
273273
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF64=y

0 commit comments

Comments
 (0)