zephyr/kernel/nanokernel
Allan Stephens 103e84abcb Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS
The revised option name more accurately describes its purpose, and
avoids potential confusion with the microkernel's tickless idle
capability. Also, inverting the "polarity" of the option means that
conditional code that references it does not have to use negative
logic, which make the code easier to comprehend.

Change-Id: I0c6f82f077a87a28544048d214efa7020939e566
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:55 -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_context_data.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -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 Rename __defaultEsf to _default_esf 2016-02-05 20:13:54 -05:00
nanofiber.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -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