zephyr/kernel/microkernel
Jesus Sanchez-Palencia bb91977835 Kconfig: Fix EXPERIMENTAL features dependency
Features displayed with "[EXPERIMENTAL]" should depend on
CONFIG_EXPERIMENTAL.

Change-Id: I0a86dff442014caa2fa4629138dbe29e69d5b853
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
2016-02-05 20:24:17 -05:00
..
include Rename microkernel struct field 'MovedReq' to 'moved_req'. 2016-02-05 20:15:31 -05:00
k_command_packet.c doxygen: move command_packet documentation to header 2016-02-05 20:15:34 -05:00
k_event.c Rename microkernel struct field 'Count' to 'count'. 2016-02-05 20:15:29 -05:00
k_fifo.c Rename microkernel struct field 'Hmark' to 'high_watermark'. 2016-02-05 20:15:29 -05:00
k_idle.c doxygen: microkernel timer header doxygenation 2016-02-05 20:15:34 -05:00
k_init.c microkernel: rename _k_init_node() to _k_init_dynamic() 2016-02-05 20:15:36 -05:00
k_irq.c doxygen: microkernel irq header doxygenation 2016-02-05 20:15:34 -05:00
k_mailbox.c Rename microkernel struct field 'MovedReq' to 'moved_req'. 2016-02-05 20:15:31 -05:00
k_memory_map.c Rename microkernel struct field 'Free' to 'free'. 2016-02-05 20:15:30 -05:00
k_memory_pool.c doc: document memorypool API in header file 2016-02-05 20:15:33 -05:00
k_move_data.c Rename microkernel struct field 'MovedReq' to 'moved_req'. 2016-02-05 20:15:31 -05:00
k_mutex.c mutex: fix comments still containing the 'node' concept 2016-02-05 20:15:36 -05:00
k_nop.c microkernel: rename K_swapper to _k_server 2016-02-05 20:15:21 -05:00
k_offload.c doxygen: move task public api docs to header 2016-02-05 20:15:34 -05:00
k_pipe_buffer.c Rename microkernel struct field 'iSize' to 'size'. 2016-02-05 20:15:31 -05:00
k_pipe_get.c pipes: remove lingering mentions of 'remote nodes' 2016-02-05 20:15:36 -05:00
k_pipe_put.c pipes: remove lingering mentions of 'remote nodes' 2016-02-05 20:15:36 -05:00
k_pipe_util.c Rename microkernel struct field 'iSize' to 'size'. 2016-02-05 20:15:31 -05:00
k_pipe_xfer.c Rename microkernel struct field 'MovedReq' to 'moved_req'. 2016-02-05 20:15:31 -05:00
k_pipe.c doc: document pipe API in header file 2016-02-05 20:15:34 -05:00
k_semaphore.c Rename microkernel struct field 'Count' to 'count'. 2016-02-05 20:15:29 -05:00
k_server.c Rename microkernel struct field 'Head' to 'head'. 2016-02-05 20:15:30 -05:00
k_task_monitor.c Rename microkernel struct field 'Args' to 'args'. 2016-02-05 20:15:29 -05:00
k_task.c microkernel: add task pointer list 2016-02-05 20:15:58 -05:00
k_ticker.c doxygen: microkernel timer header doxygenation 2016-02-05 20:15:34 -05:00
k_timer.c doxygen: microkernel timer header doxygenation 2016-02-05 20:15:34 -05:00
Kconfig Kconfig: Fix EXPERIMENTAL features dependency 2016-02-05 20:24:17 -05:00
Makefile Rename microkernel's global.c to k_init.c 2016-02-05 20:14:25 -05:00