Failed to build tests/kernel/mem_protect/syscalls on fvp_baser_aemv8r_smp because the default value of CONFIG_MAX_THREAD_BYTES is too low. So manually set the value to 5 in test case's prj.conf file. Signed-off-by: Lixin Guo <lixinx.guo@intel.com>
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_TIMESLICING=y
|
|
CONFIG_TIMESLICE_SIZE=20
|
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
|
CONFIG_MAX_THREAD_BYTES=5
|