zephyr/include/microkernel
Dmitriy Korovkin 661d2f3a16 microkernel: Add support for *_sleep() during initialization
Add support for task_sleep() and fiber_sleep() during the
system initialization. When CONFIG_NANO_TIMEOUTS defined,
before the k_server() starts, kernel uses nanokernel
system clock announce and task sleep functionality.

To give device drivers early sleep functionality, the system
clock has to start on SECONDARY initialization level, same
as most of the drivers.

Change-Id: Ie1d391945cd1cfb9a5dc199783c2d224eb1b0ef3
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-03-26 10:17:15 +00:00
..
base_api.h debug: add debug tracing support for task initialization 2016-03-11 22:13:30 +00:00
command_packet.h kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
event.h doc: API doc edits for microkernel event.h 2016-02-11 20:12:31 +00:00
fifo.h doc: Edit the microkernel FIFO 2016-02-11 01:21:19 +00:00
mailbox.h doc: Edit microkernel mailbox 2016-02-11 01:21:51 +00:00
memory_map.h doc: Migrating API edit on microkernel memory_map.h 2016-02-11 01:15:43 +00:00
memory_pool.h memory_pool_heap: malloc/free access over a heap memory pool 2016-03-10 23:19:59 +00:00
mutex.h doc: Edit API documentation on microkernel mutex.h 2016-02-11 01:15:43 +00:00
pipe.h doc: Edit API documentation on microkernel pipe.h 2016-02-11 01:46:17 +00:00
semaphore.h doc: API edits for microkernel semaphore.h 2016-02-11 12:16:23 +00:00
task_irq.h doc: Edit API documentation on microkernel task_irq.h 2016-02-11 01:46:17 +00:00
task.h doc: Edit API documentation on microkernel task.h 2016-02-11 01:46:42 +00:00
ticks.h microkernel: Add support for *_sleep() during initialization 2016-03-26 10:17:15 +00:00