zephyr/kernel/nanokernel
Anas Nashif 29d0d234e1 device: add missing license header
Change-Id: Ice01a19373ad17a9f8080f93c066d8be31a3b115
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-03-02 12:56:17 +00:00
..
include kernel: record when a fiber is removed from a wait queue 2016-02-25 11:06:09 -05:00
Kconfig kconfig: Fix INT_LATENCY_BENCHMARK description 2016-02-05 20:25:13 -05:00
Makefile x86: streamline irq_lock()/irq_unlock() 2016-02-05 20:25:13 -05:00
compiler_stack_protect.c remove redundant checking for CONFIG_STACK_CANARIES 2016-02-11 18:48:45 +00:00
device.c device: add missing license header 2016-03-02 12:56:17 +00:00
event_logger.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
idle.c idle: add support for nanokernel tickless idle 2016-02-05 20:25:13 -05:00
int_latency_bench.c x86: streamline irq_lock()/irq_unlock() 2016-02-05 20:25:13 -05:00
kernel_event_logger.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
nano_context.c arm: Enable support for sys_thread_busy_wait() 2016-02-11 14:13:05 +00:00
nano_fiber.c nanokernel: Change fiber_start() return type 2016-02-23 10:48:54 -05:00
nano_fifo.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_init.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_lifo.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_sema.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_sleep.c kernel: add fiber_wakeup() 2016-02-25 11:06:09 -05:00
nano_stack.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_sys_clock.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_timer.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
ring_buffer.c checkpatch: error - spacing 2016-02-05 20:24:31 -05:00
version.c