zephyr/samples/microkernel/test
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
..
test_aes sanity: run sha256 on select platforms only 2016-02-05 20:24:28 -05:00
test_bluetooth initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_cbc samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_critical Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_ctr samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_events Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_fifo Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_fifo_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_fp_sharing Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_hmac samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_libs Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_mail Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_mail_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_map Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_map_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_mutex Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_pipe Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_pipe_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_pool Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_prng samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_rand32 Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_sema microkernel: Don't initialize packets in a command packet set 2016-02-05 20:24:29 -05:00
test_sema_priv test_sema: fix initialization race 2016-02-05 20:24:26 -05:00
test_sha256 sanity: run sha256 on select platforms only 2016-02-05 20:24:28 -05:00
test_sprintf Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_stackprot Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_static_idt samples: disable exception debug for test_static_idt 2016-02-05 20:24:29 -05:00
test_task Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_task_irq Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_task_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_tickless Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_timer Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_xip Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00