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:
Luca Burelli 2024-06-11 14:36:31 +02:00 committed by Anas Nashif
parent d25563f59a
commit 87e1ab83c9

View file

@ -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