zephyr/tests/kernel/pipe/pipe_api
Andrew Boie 44fe81228d kernel: pipes: add k_pipe_alloc_init()
User mode can't be trusted to provide the kernel buffers for
internal use. The syscall for k_pipe_init() has been removed
in favor of a new API to draw the buffer memory from the
calling thread's resource pool.

K_PIPE_DEFINE() now properly locates the allocated buffer into
kernel memory.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-16 17:32:59 -07:00
..
src kernel: pipes: add k_pipe_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: pipes: add k_pipe_alloc_init() 2018-05-16 17:32:59 -07:00
testcase.yaml tests: kernel: pipe_api: Run test with userspace enabled. 2018-03-19 18:18:00 -04:00