zephyr/kernel/microkernel
Peter Mitsis f8619b4181 Refactor _Cget() to invoke _NanoFatalErrorHandler()
It is a fatal error if the microkernel is configured with either too few
command packets or too few timer packets.

NOTE: During this refactoring of _Cget(), not only is it renamed to
_nano_fiber_lifo_get_panic(), but it is moved into "nano_lifo.c".

Change-Id: I1d866cda1b444da04877f7eda03762b6e83c9a6f
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:13 -05:00
..
include
cmdPkt.c
global.c
idle.c
k_event.c
k_irq.c
k_mbox.c
k_memmap.c
k_mempool.c
k_mutex.c
k_nop.c
k_offload.c
k_pipe_buffer.c
k_pipe_get.c
k_pipe_put.c
k_pipe_util.c
k_pipe_xfer.c
k_pipe.c
k_queue.c
k_sema.c
k_task.c
k_timer.c
Kconfig
Makefile
movedata.c
server.c
task_monitor.c
ticker.c