zephyr/doc/kernel
Peter Mitsis 54b782a88b nano_sema: Simplify nano_xxx_sem_take() API family
Changes the nanokernel semaphore API so that the timeout parameter must be
specified when invoking nano_isr_sem_take(), nano_fiber_sem_take(),
nano_task_sem_take() and nano_sem_take().

This obsoletes the following APIs:
	nano_fiber_sem_take_wait()
	nano_fiber_sem_take_wait_timeout()
	nano_task_sem_take_wait()
	nano_task_sem_take_wait_timeout()
	nano_sem_take_wait()
	nano_sem_take_wait_timeout()

Change-Id: If7a4bce1bd8ec8d6410d04f3c16ff1922ff0910e
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:14 -05:00
..
common update documentation to use boards where applicable 2016-02-05 20:25:11 -05:00
devices device: Provide generic API to handle synchronous calls in drivers 2016-02-05 20:24:57 -05:00
microkernel fifo: Simplify task_fifo_get() API family 2016-02-05 20:25:06 -05:00
nanokernel nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
networking Bluetooth: Rename LE scan & advertising APIs for consistency 2016-02-05 20:25:00 -05:00
overview update documentation to use boards where applicable 2016-02-05 20:25:11 -05:00
kernel.rst device: Provide generic API to handle synchronous calls in drivers 2016-02-05 20:24:57 -05:00