zephyr/samples
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
..
bluetooth nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
build_test/drivers update tests due to recent board files shuffle 2016-02-05 20:25:12 -05:00
crypto build: Remove PROJECTINCLUDE from application makefiles 2016-02-05 20:25:04 -05:00
include irq_offload: API to run a function in IRQ context 2016-02-05 20:24:55 -05:00
microkernel nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
nanokernel nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
net nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00