zephyr/tests/kernel/pipe
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
..
pipe tests: fixed doxygen comments 2018-04-30 17:15:29 -04:00
pipe_api kernel: pipes: add k_pipe_alloc_init() 2018-05-16 17:32:59 -07:00