zephyr/include/microkernel
Allan Stephens 0c8965fd99 kernel: Specify alignment of microkernel server command stack items
The microkernel server now relies on the fact that the command packets,
events, and semaphores passed to it via its command stack are 32 bit
aligned. This change explicitly ensures this alignment, rather than
leaving it to the compiler's discretion.

Change-Id: Ied7a0a0b4cc504c924520b72ef2b207b49470448
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:24:42 -05:00
..
base_api.h kernel: Specify alignment of microkernel server command stack items 2016-02-05 20:24:42 -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