zephyr/kernel/microkernel
Allan Stephens 16504c27c1 kernel: Revise microkernel server's recognition of command types
Revises microkernel server command stack processing to allow the
server to support more than 2 types of commands. The lowest 2 bits
of the command now indicate the command's type:

0 - process specified command packet
1 - give specified event (from ISR or fiber)
2 - give specified semaphore (from ISR or fiber)
3 - reserved for future use

Note: Support for type 2 will be provided in a future commit.

Change-Id: I9f83f92a301fb5df3dd479b5d43b187371e11ad8
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:24:41 -05:00
..
include kernel: Revise microkernel server's recognition of command types 2016-02-05 20:24:41 -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 kernel: Revise microkernel server's recognition of command types 2016-02-05 20:24:41 -05:00
k_fifo.c checkpatch: warning - suspect_code_indent 2016-02-05 20:24:33 -05:00
k_idle.c checkpatch: warning - line_spacing 2016-02-05 20:24:33 -05:00
k_init.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_irq.c microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
k_mailbox.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -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 checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_move_data.c checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
k_mutex.c checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
k_nop.c checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
k_offload.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe_buffer.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe_get.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe_put.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe_util.c checkpatch: warning - line_spacing 2016-02-05 20:24:33 -05:00
k_pipe_xfer.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe.c checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
k_semaphore.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_server.c kernel: Revise microkernel server's recognition of command types 2016-02-05 20:24:41 -05:00
k_task_monitor.c kernel: Revise microkernel server's recognition of command types 2016-02-05 20:24:41 -05:00
k_task.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_ticker.c checkpatch: error - global_initialisers 2016-02-05 20:24:33 -05:00
k_timer.c checkpatch: error - global_initialisers 2016-02-05 20:24:33 -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