zephyr/arch/arm
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
..
core nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
include kernel: add per-thread errno support 2016-02-05 20:24:58 -05:00
soc frdm-k64f: set frequency for SoC 2016-02-05 20:25:12 -05:00
defconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Kbuild Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Kconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Makefile move cflags setting to arch/<arch>/Makefile 2016-02-05 20:24:28 -05:00