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 <emilio.benavente@nxp.com>
This commit is contained in:
parent
b2c9db7606
commit
5c9d6f1dba
|
@ -70,7 +70,7 @@ tests:
|
||||||
- native_sim
|
- native_sim
|
||||||
tags: cmsis-dsp
|
tags: cmsis-dsp
|
||||||
min_flash: 1024
|
min_flash: 1024
|
||||||
min_ram: 64
|
min_ram: 80
|
||||||
extra_args: CONF_FILE=prj_base.conf
|
extra_args: CONF_FILE=prj_base.conf
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y
|
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y
|
||||||
|
@ -81,7 +81,7 @@ tests:
|
||||||
- cmsis-dsp
|
- cmsis-dsp
|
||||||
- fpu
|
- fpu
|
||||||
min_flash: 1024
|
min_flash: 1024
|
||||||
min_ram: 64
|
min_ram: 80
|
||||||
extra_args: CONF_FILE=prj_base.conf
|
extra_args: CONF_FILE=prj_base.conf
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y
|
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y
|
||||||
|
@ -256,7 +256,7 @@ tests:
|
||||||
- native_sim
|
- native_sim
|
||||||
tags: cmsis-dsp
|
tags: cmsis-dsp
|
||||||
min_flash: 1024
|
min_flash: 1024
|
||||||
min_ram: 64
|
min_ram: 80
|
||||||
extra_args: CONF_FILE=prj_base.conf
|
extra_args: CONF_FILE=prj_base.conf
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF64=y
|
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF64=y
|
||||||
|
@ -267,7 +267,7 @@ tests:
|
||||||
- cmsis-dsp
|
- cmsis-dsp
|
||||||
- fpu
|
- fpu
|
||||||
min_flash: 1024
|
min_flash: 1024
|
||||||
min_ram: 64
|
min_ram: 80
|
||||||
extra_args: CONF_FILE=prj_base.conf
|
extra_args: CONF_FILE=prj_base.conf
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF64=y
|
- CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF64=y
|
||||||
|
|
Loading…
Reference in New Issue