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
36d83a5156
zephyr
/
tests
/
kernel
/
mem_protect
/
obj_validation
/
prj.conf
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: obj_validation: cleanup Improved test coverage to reflect current policy and converted to ztest. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-13 03:11:49 +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 support for dynamic kernel objects A red-black tree is maintained containing the metadata for all dynamically created kernel objects, which are allocated out of the system heap. Currently, k_object_alloc() and k_object_free() are supervisor-only. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-11-09 08:38:03 +08:00
CONFIG_DYNAMIC_OBJECTS=y
CONFIG_HEAP_MEM_POOL_SIZE=8192