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
2182178bae
zephyr
/
tests
/
kernel
/
mem_protect
/
obj_validation
/
prj.conf
5 lines
90 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: add object validation test case Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-08-27 08:11:29 +08:00
CONFIG_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