zephyr/kernel/unified
Benjamin Walsh 179fd3a80c unified/legacy: disable clock-based work_q APIs when no system clock
Change-Id: I15e76499a8425539a631819960976801356d8fa6
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-10-10 21:27:33 +00:00
..
include unified: cache the next thread to run 2016-10-10 21:27:31 +00:00
legacy unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
atomic_c.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
compiler_stack_protect.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
device.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
errno.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
event.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
event_logger.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
fifo.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
idle.c unified: Add tickless idle support for x86 and ARM 2016-10-04 20:02:50 +00:00
init.c unified: Add tickless idle support for x86 and ARM 2016-10-04 20:02:50 +00:00
int_latency_bench.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
Kconfig kernel: boot banner requires early console, so select it 2016-10-07 14:07:25 +00:00
kernel_event_logger.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
lifo.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
mailbox.c unified: Eliminate k_mem_pool_t typedef 2016-10-03 20:17:02 +00:00
Makefile unified: Add tickless idle support for x86 and ARM 2016-10-04 20:02:50 +00:00
mem_map.c unified: Invoke kernel object initialization with SYS_INIT macro 2016-09-28 19:13:35 +00:00
mem_pool.c unified: Eliminate k_mem_pool_t typedef 2016-10-03 20:17:02 +00:00
msg_q.c unified: Simplify k_msgq_purge() 2016-10-04 20:04:46 +00:00
mutex.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
offload.c unified: Add legacy task_offload_to_fiber() routine 2016-09-23 18:51:06 +00:00
pipes.c unified: Invoke kernel object initialization with SYS_INIT macro 2016-09-28 19:13:35 +00:00
ring_buffer.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
sched.c unified: cache the next thread to run 2016-10-10 21:27:31 +00:00
sem.c unified: Add support for semaphore groups 2016-09-20 11:45:28 -04:00
stack.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
sys_clock.c unified: cache the next thread to run 2016-10-10 21:27:31 +00:00
thread.c unified: Rename k_thread_static_init structure 2016-10-04 19:57:58 +00:00
thread_abort.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
timer.c unified: Invoke kernel object initialization with SYS_INIT macro 2016-09-28 19:13:35 +00:00
version.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
work_q.c unified/legacy: disable clock-based work_q APIs when no system clock 2016-10-10 21:27:33 +00:00