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
7b86a9194f
zephyr
/
tests
/
arch
/
arm
/
arm_ramfunc
/
prj.conf
3 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: kernel: add simple test for the ramfunc feature This commit contributes a simple test for the ARM RAMFUNC feature. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-06-26 16:40:09 +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