llext: tests: fix "mps2/an385/*_mpu" OOM
With the ztest code added, tests were failing with -ENOMEM on the mps2/an385/*_mpu platform due to alignment requirements. Increase the llext test heap size to 32Kbytes to avoid this. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
This commit is contained in:
parent
d25563f59a
commit
87e1ab83c9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ CONFIG_ZTEST=y
|
||||||
CONFIG_ZTEST_STACK_SIZE=4096
|
CONFIG_ZTEST_STACK_SIZE=4096
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
CONFIG_LLEXT=y
|
CONFIG_LLEXT=y
|
||||||
CONFIG_LLEXT_HEAP_SIZE=16
|
CONFIG_LLEXT_HEAP_SIZE=32
|
||||||
CONFIG_LLEXT_LOG_LEVEL_DBG=y
|
CONFIG_LLEXT_LOG_LEVEL_DBG=y
|
||||||
|
|
||||||
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue