mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 10:35:21 +00:00
This commit replaces several CONFIG_USERSPACE=y settings with CONFIG_TEST_USERSPACE=y. This allows the test sub-system Kconfig structure to control the settings of USERSPACE and HW_STACK_PROTECTION in the various tests suites. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=8192
|