zephyr/tests/kernel/stack/stack_api
Andrew Boie f3bee951b1 kernel: stacks: add k_stack_alloc() init
Similar to what has been done with pipes and message queues,
user mode can't be trusted to provide a buffer for the kernel
to use. Remove k_stack_init() as a syscall and offer
k_stack_alloc_init() which allocates a buffer from the caller's
resource pool.

Fixes #7285

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-16 17:32:59 -07:00
..
src kernel: stacks: add k_stack_alloc() init 2018-05-16 17:32:59 -07:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
prj.conf kernel: stacks: add k_stack_alloc() init 2018-05-16 17:32:59 -07:00
testcase.yaml tests: kernel: stop relying on path for naming 2018-02-18 09:16:40 -05:00