zephyr/drivers/console
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
..
console_handler_shell.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
ipm_console_receiver.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
ipm_console_sender.c ipi: rename to ipm 2016-02-05 20:25:04 -05:00
Kconfig drivers: set default priority for drivers 2016-02-05 20:25:11 -05:00
Makefile ipi: rename to ipm 2016-02-05 20:25:04 -05:00
ram_console.c init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
uart_console_static_irq_stubs.S uart: check for MVIC when creating stubs 2016-02-05 20:24:57 -05:00
uart_console.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
uart_pipe.c irq: removes priority parameter from IRQ_CONFIG macro 2016-02-05 20:24:57 -05:00