zephyr/kernel/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
..
include Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_command_packet.c microkernel: Don't initialize packets in a command packet set 2016-02-05 20:24:29 -05:00
k_event.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_fifo.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_idle.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_init.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_irq.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_mailbox.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_memory_map.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_memory_pool.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_move_data.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_mutex.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_nop.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_offload.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe_buffer.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe_get.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe_put.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe_util.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe_xfer.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_semaphore.c microkernel: Don't initialize packets in a command packet set 2016-02-05 20:24:29 -05:00
k_server.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_task_monitor.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_task.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_ticker.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_timer.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile Rename microkernel's global.c to k_init.c 2016-02-05 20:14:25 -05:00