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
861fc23d70
zephyr
/
tests
/
kernel
/
mem_protect
/
syscalls
/
prj.conf
4 lines
71 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: mem_protect: syscalls: set CONFIG_USERSPACE in prj.conf Set CONFIG_USERSPACE in the prj.conf to ensure its set, right now getting CONFIG_USERSPACE depends on tests/Kconfig setting it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-09-19 01:45:31 +08:00
CONFIG_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