zephyr/doc/kernel
Peter Mitsis 836eaee18a nanokernel: Add generic semaphore routines
Adds the following generic semaphore routines:
	nano_sem_take()
	nano_sem_take_wait()

Those routines are convenience wrappers for invoking the task, fiber and
ISR (if applicable) specific implementations.

Change-Id: I09d715d07263eb0ee526231120ba65d1e3feebce
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:53 -05:00
..
common doc: Add section on floating point services to Kernel Primer 2016-02-05 20:24:36 -05:00
microkernel doc: Add flags to irq_connect(), IRQ_CONNECT_STATIC() and task_irq_alloc() 2016-02-05 20:24:44 -05:00
nanokernel nanokernel: Add generic semaphore routines 2016-02-05 20:24:53 -05:00
networking doc: Replace bt_init() with bt_enable() 2016-02-05 20:24:32 -05:00
overview doc: Edits to the Overview and kernel primer 2016-02-05 20:24:36 -05:00
kernel.rst doc: remove empty driver model documentation 2016-02-05 20:24:34 -05:00