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 Refactor _Cget() to invoke _NanoFatalErrorHandler() 2016-02-05 20:14:13 -05:00
cmdPkt.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
global.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
idle.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
k_event.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_irq.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
k_mbox.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_memmap.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_mempool.c Fix coding style of control statements 2016-02-05 20:13:59 -05:00
k_mutex.c Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
k_nop.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_offload.c Renaming K_offload to _k_offload_to_fiber 2016-02-05 20:13:48 -05:00
k_pipe_buffer.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_pipe_get.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_pipe_put.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_pipe_util.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_pipe_xfer.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_pipe.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_queue.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_sema.c Fix checkpatch issue - ERROR:ELSE_AFTER_BRACE 2016-02-05 20:13:59 -05:00
k_task.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_timer.c _k_timer_alloc() to use GETTIMER() instead of _Cget() 2016-02-05 20:14:13 -05:00
Kconfig Kbuild: Remove old API ksymbol disclaimer. 2016-02-05 20:14:10 -05:00
Makefile Remove channel/ 2016-02-05 20:14:10 -05:00
movedata.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
server.c Refactor _Cget() to invoke _NanoFatalErrorHandler() 2016-02-05 20:14:13 -05:00
task_monitor.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
ticker.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00