zephyr/kernel/nanokernel
Allan Stephens ffdbe7d691 Consolidate the nanokernel's context manipulation APIs
Moves all general purpose context manipulation routines into a
single nanokernel file, since they are all conceptually related.
(This also eliminates the anomaly of having APIs that could be
used with a task in a fiber-specific file.)

Change-Id: Idb862175e8795962dd78d31b66151f7b14936df0
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:58 -05:00
..
include Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
compiler_stack_protect.c Rename __defaultEsf to _default_esf 2016-02-05 20:13:54 -05:00
ctors.c Eliminate kernel/common/bsp sub-directory 2016-02-05 20:13:51 -05:00
idle.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
init.c Eliminate kernel/common/bsp sub-directory 2016-02-05 20:13:51 -05:00
int_latency_bench.c Eliminate nanokernel/core sub-directory 2016-02-05 20:13:51 -05:00
nano_lifo.c nano objects: standardize on if(ptr), not if(ptr != NULL) 2016-02-05 20:13:53 -05:00
nano_mwfifo.c nano objects: rename fiber/ISR 'give' routines 2016-02-05 20:13:53 -05:00
nano_sema.c nano objects: standardize on if(ptr), not if(ptr != NULL) 2016-02-05 20:13:53 -05:00
nano_stack.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nano_timer.c nano_lifo: allow multiple fibers to pend 2016-02-05 20:13:53 -05:00
nanocontextentry.c Consolidate the nanokernel's context manipulation APIs 2016-02-05 20:13:58 -05:00
nanofiber.c Consolidate the nanokernel's context manipulation APIs 2016-02-05 20:13:58 -05:00
nanoinit.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nanometrics.c Eliminate nanokernel/core sub-directory 2016-02-05 20:13:51 -05:00
nanotime.c Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
string_s.c Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:54 -05:00
version.c Eliminate kernel/common sub-directory 2016-02-05 20:13:51 -05:00