Skip to content

Commit 51cd1fc

Browse files
Lixin Guocfriedt
authored andcommitted
tests: syscall: fix low value of CONFIG_MAX_THREAD_BYTES
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 <[email protected]>
1 parent 6787566 commit 51cd1fc

File tree

1 file changed

+1
-0
lines changed
  • tests/kernel/mem_protect/syscalls

1 file changed

+1
-0
lines changed

tests/kernel/mem_protect/syscalls/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CONFIG_TEST_USERSPACE=y
33
CONFIG_TIMESLICING=y
44
CONFIG_TIMESLICE_SIZE=20
55
CONFIG_APPLICATION_DEFINED_SYSCALL=y
6+
CONFIG_MAX_THREAD_BYTES=5

0 commit comments

Comments
 (0)