zephyr/include/microkernel
Allan Stephens 7c4b9ce1f7 kernel: Eliminate the need for command packet sets
Revises microkernel semaphore sub-system to allow ISRs and fibers
to give a semaphore without having to define a command packet set.
The microkernel server now supports a 3rd command type on its
command stack, allowing a semaphore to be given in a similar manner
to the one used for the existing "give event" command type.

Change-Id: Ibd7fb1a77949792f72acd20a9ee304d6eabd62f7
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:24:42 -05:00
..
base_api.h microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
command_packet.h kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
event.h microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
fifo.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
mailbox.h checkpatch: code_indent failures 2016-02-05 20:24:31 -05:00
memory_map.h toolchain: change section macro to support external c libraries 2016-02-05 20:24:29 -05:00
memory_pool.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
mutex.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
pipe.h toolchain: change section macro to support external c libraries 2016-02-05 20:24:29 -05:00
semaphore.h kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
task_irq.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
task.h checkpatch: error - function_without_args 2016-02-05 20:24:31 -05:00
ticks.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00