zephyr/kernel/microkernel
Daniel Leung 851c6f8f60 microkernel: introduce private event objects
This patch enables defining microkernel events within source code.
This is similar to other private kernel object patches.

The test has been modified a little bit due to the fact that
the event ID is now a memory address, instead of numeric ID.

Change-Id: Ie3c8d4f4e459d9c631e50bb242cf7a05ca8ea82c
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:35 -05:00
..
include microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
k_command_packet.c
k_event.c microkernel: introduce private event objects 2016-02-05 20:24:35 -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 - line_spacing 2016-02-05 20:24:33 -05:00
k_memory_map.c
k_memory_pool.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_move_data.c
k_mutex.c
k_nop.c
k_offload.c
k_pipe_buffer.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_pipe_get.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_pipe_put.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_pipe_util.c checkpatch: warning - line_spacing 2016-02-05 20:24:33 -05:00
k_pipe_xfer.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_pipe.c
k_semaphore.c
k_server.c microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
k_task_monitor.c microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
k_task.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_ticker.c
k_timer.c
Kconfig
Makefile