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>
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACK_SIZE=4096
|
|
CONFIG_LOG=y
|
|
CONFIG_LLEXT=y
|
|
CONFIG_LLEXT_HEAP_SIZE=32
|
|
CONFIG_LLEXT_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|