Update the new API to use K_USER as the flags for both CONFIG_USERSPACE and CONFIG_TEST_USERSPACE. Also, fix the linker script to properly include the suites, tests, and rules. Fixes #44108 Signed-off-by: Yuval Peress <peress@google.com>
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
CONFIG_HEAP_MEM_POOL_SIZE=256
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_MP_NUM_CPUS=1
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_MINIMAL=y
|
|
CONFIG_THREAD_NAME=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|