zephyr/drivers/bluetooth
Peter Mitsis cd6db374de nano_fifo: Simplify nano_xxx_fifo_get() API family
Changes the nanokernel FIFO API so that the timeout parameter must be
specified when invoking nano_isr_fifo_get(), nano_fiber_fifo_get(),
nano_task_fifo_get() and nano_fifo_get().

This obsoletes the following APIs:
	nano_fiber_fifo_get_wait()
	nano_fiber_fifo_get_wait_timeout()
	nano_task_fifo_get_wait()
	nano_task_fifo_get_wait_timeout()
	nano_fifo_get_wait()
	nano_fifo_get_wait_timeout()

Change-Id: Icbd2909292f1ced0bad8a70a075478536a141ef2
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:14 -05:00
..
h4.c Bluetooth: trivial: Correct style 2016-02-05 20:25:08 -05:00
h5.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
Kconfig Bluetooth: Add three-wire (H5) uart driver 2016-02-05 20:25:08 -05:00
Makefile Bluetooth: Add three-wire (H5) uart driver 2016-02-05 20:25:08 -05:00
uart.h bluetooth/uart: register driver at boot if enabled 2016-02-05 20:24:48 -05:00
uart_static_irq_stubs.S bluetooth/uart: use device name instead of index 2016-02-05 20:24:56 -05:00