zephyr/arch
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
..
arc arm/arc: fix typos 2016-02-05 20:25:14 -05:00
arm nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
x86 nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
Kconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Makefile arc: add missing Kconfig/Makefiles to architecture 2016-02-05 20:14:26 -05:00