zephyr/kernel/nanokernel
Luiz Augusto von Dentz 967f8fb602 nanokernel: Add callback to _nano_timeout once again
It is now safe to introduce the callback since nano_timer_init now
calls _nano_timeout_init which does takes care of initializing all
the fields properly.

Change-Id: I5735eeebef233a0a541ec8b2a354b65da98082fc
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-06-01 00:35:05 +00:00
..
include nanokernel: Add callback to _nano_timeout once again 2016-06-01 00:35:05 +00:00
atomic_c.c
compiler_stack_protect.c
device.c device: add documentation for device_get_binding 2016-05-12 10:57:27 +00:00
errno.c
event_logger.c
idle.c
int_latency_bench.c
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
kernel_event_logger.c kernel event logger: add possibility to use custom timestamp 2016-05-23 21:27:49 +00:00
Makefile nanokernel: Introduce workqueue API 2016-05-12 15:26:39 +00:00
nano_context.c
nano_fiber.c
nano_fifo.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_init.c kernel: _MOVE_INSTR needs to be defined for CONFIG_ARC 2016-05-05 00:06:03 -07:00
nano_lifo.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_sema.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_sleep.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_stack.c
nano_sys_clock.c
nano_timer.c nanokernel: Add callback to _nano_timeout once again 2016-06-01 00:35:05 +00:00
nano_work.c nano_work: Add delayed version 2016-05-31 22:52:51 +00:00
ring_buffer.c
version.c