From 87e1ab83c99f7013dece61d78bb3af5eb2a73ca3 Mon Sep 17 00:00:00 2001 From: Luca Burelli Date: Tue, 11 Jun 2024 14:36:31 +0200 Subject: [PATCH] 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 --- tests/subsys/llext/simple/prj.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/subsys/llext/simple/prj.conf b/tests/subsys/llext/simple/prj.conf index 2105b798cab..5ad4b4e1f4b 100644 --- a/tests/subsys/llext/simple/prj.conf +++ b/tests/subsys/llext/simple/prj.conf @@ -2,7 +2,7 @@ CONFIG_ZTEST=y CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_LOG=y CONFIG_LLEXT=y -CONFIG_LLEXT_HEAP_SIZE=16 +CONFIG_LLEXT_HEAP_SIZE=32 CONFIG_LLEXT_LOG_LEVEL_DBG=y CONFIG_APPLICATION_DEFINED_SYSCALL=y