This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
f8a5f0330d
zephyr
/
tests
/
kernel
/
mem_protect
/
syscalls
/
prj.conf
4 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
userspace: add syscalls test case Test that we can define our own system calls in application code and that fault handling works properly. Additional tests for base system call infrastructure, outside of specific system calls, go here. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-07-11 01:17:51 +08:00
CONFIG_ZTEST=y
tests: kernel: replace CONFIG_USERSPACE with CONFIG_TEST_USERSPACE 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>
2019-08-27 16:26:54 +08:00
CONFIG_TEST_USERSPACE=y
userspace: add syscalls test case Test that we can define our own system calls in application code and that fault handling works properly. Additional tests for base system call infrastructure, outside of specific system calls, go here. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-07-11 01:17:51 +08:00
CONFIG_APPLICATION_DEFINED_SYSCALL=y