zephyr/kernel/unified
Anas Nashif cfbe9b05a1 kernel: rename NANOKERNEL_TICKLESS_IDLE_SUPPORTED
rename NANOKERNEL_TICKLESS_IDLE_SUPPORTED to
TICKLESS_IDLE_SUPPORTED and remove nanokernel occurances in Kconfig
files.

Make TICKLESS_IDLE depend on hardware that supports it.

Change-Id: I6a2e4fb0f7cf4b45475b48e71823ea089ee98759
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-19 19:58:35 +00:00
..
include kernel: remove nano/micro wording and usage 2016-12-19 19:58:03 +00:00
alert.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
atomic_c.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
compiler_stack_protect.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
device.c kernel: Add ARG_UNUSED macro to avoid compiler warnings 2016-12-12 20:02:31 +00:00
errno.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
event_logger.c kernel: Ensure event logger APIs convert timeouts to millseconds 2016-11-18 23:17:49 +00:00
fifo.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
idle.c kernel: add k_cpu_idle/k_cpu_atomic_idle() 2016-12-15 16:17:38 -05:00
init.c kernel: remove nano/micro wording and usage 2016-12-19 19:58:03 +00:00
int_latency_bench.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
Kconfig kernel: rename NANOKERNEL_TICKLESS_IDLE_SUPPORTED 2016-12-19 19:58:35 +00:00
kernel_event_logger.c kernel: Minor optimization to kernel event logger timestamping 2016-11-18 23:17:51 +00:00
legacy_offload.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
legacy_timer.c kernel: remove K_TIMING thread flag 2016-11-26 14:04:18 +00:00
lifo.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
mailbox.c kernel/mbox: add missing dummy thread timeout init 2016-11-23 00:27:43 +00:00
Makefile unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00
mem_pool.c kernel/mem_pool: Use the right data-type 2016-12-12 20:01:31 +00:00
mem_slab.c kernel/mem_slab: Use the right data-type 2016-12-12 20:01:31 +00:00
msg_q.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
mutex.c kernel: fix obsolete access to fields in K_DEBUG() calls 2016-11-18 23:08:47 +00:00
pipes.c kernel: Add ARG_UNUSED macro to avoid compiler warnings 2016-12-12 20:02:31 +00:00
sched.c kernel: fix warnings when CONFIG_MULTITHREADING=n 2016-12-17 16:54:45 +00:00
sem.c kernel: remove nano/micro wording and usage 2016-12-19 19:58:03 +00:00
stack.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
sys_clock.c kernel: enhance realtime-ness when handling timeouts 2016-12-15 16:17:22 -05:00
system_work_q.c kernel: initialize system work queue after kernel is up 2016-12-17 16:24:34 +00:00
thread_abort.c kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORT 2016-12-17 22:44:40 +00:00
thread.c kernel: fix warnings when CONFIG_MULTITHREADING=n 2016-12-17 16:54:45 +00:00
timer.c kernel: enhance realtime-ness when handling timeouts 2016-12-15 16:17:22 -05:00
version.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
work_q.c work_q: delayed work cancel returns incorrect status 2016-12-02 12:50:51 +00:00