zephyr/include/microkernel
Allan Stephens f330d5adfe microkernel: Don't initialize packets in a command packet set
Reworks the internal design of a command packet set so that
the command packet array is split out into a separate variable
lying in uninitialized memory. This shrinks the command packet's
data section footprint to almost nothing.

Note: A side effect of this change is that it is no longer possible
to define a command packet set as a "static" variable since the
CMD_PKT_SET_INSTANCE() macro now generates two variables.

Change-Id: I9c7ebe637edf879758589ff4a26ace1303790bf7
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:24:29 -05:00
..
base_api.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
command_packet.h microkernel: Don't initialize packets in a command packet set 2016-02-05 20:24:29 -05:00
event.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
fifo.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
mailbox.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -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 Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
task_irq.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
task.h toolchain: change section macro to support external c libraries 2016-02-05 20:24:29 -05:00
ticks.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00