zephyr/net/ip
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
..
contiki net: Fix include path of fragmentation.h in null_fragmentation.h 2016-02-05 20:25:00 -05:00
er-coap
rest-engine
tinydtls
dummy_15_4_radio.c
dummy_15_4_radio.h
ip_buf.c net: buf: Fix compilation if net buf debugging is turned off 2016-02-05 20:24:57 -05:00
Kconfig net: Network driver for Bluetooth 6LoWPAN connections 2016-02-05 20:24:59 -05:00
l2_buf.c
Makefile build: Remove PROJECTINCLUDE from application makefiles 2016-02-05 20:25:04 -05:00
net_context.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
net_core.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
net_driver_15_4.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
net_driver_15_4.h
net_driver_bt.c Bluetooth: Make use of BT_UUID_DECLARE_16 for services 2016-02-05 20:25:07 -05:00
net_driver_bt.h net: Network driver for Bluetooth 6LoWPAN connections 2016-02-05 20:24:59 -05:00
net_driver_ethernet.c
net_driver_ethernet.h
net_driver_loopback.c net: Fix not setting loopback address in loopback driver 2016-02-05 20:25:09 -05:00
net_driver_loopback.h
net_driver_slip.c
net_driver_slip.h