zephyr/samples/microkernel/apps
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
..
hello_world samples: micro: add a true hello world sample 2016-02-05 20:25:11 -05:00
kernel_event_logger nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
net rebranding: Remove stray references to VxMicro 2016-02-05 20:25:12 -05:00
nfc_hello
pci_enum drivers: pci: struct pci_dev_info rename class 2016-02-05 20:25:12 -05:00
philosophers nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
synchronization