zephyr/kernel/microkernel
Allan Stephens 9e675cf581 Rename private microkernel APIs
The following APIs now use an approved Zephyr OS prefix:

_pipe_init
_mem_map_init
_mem_pools_init (also loses plural aspect)
init_node
init_drivers
kernel_init
kernel_idle

Change-Id: Ic380c56b09cb870d44c51fd12c6c0e0a13e9b4e3
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:19 -05:00
..
include Rename private microkernel APIs 2016-02-05 20:14:19 -05:00
cmdPkt.c Ensure k_args fields are properly aligned and packed 2016-02-05 20:14:16 -05:00
global.c Rename private microkernel APIs 2016-02-05 20:14:19 -05:00
idle.c Rename private microkernel APIs 2016-02-05 20:14:19 -05:00
k_event.c
k_irq.c Rename VXMICRO_ARCH_x86 -> CONFIG_X86_32 2016-02-05 20:14:16 -05:00
k_mbox.c Add missing #includes required to reference non-kernel APIs 2016-02-05 20:14:14 -05:00
k_memmap.c Rename private microkernel APIs 2016-02-05 20:14:19 -05:00
k_mempool.c Rename private microkernel APIs 2016-02-05 20:14:19 -05:00
k_mutex.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
k_nop.c
k_offload.c
k_pipe_buffer.c Eliminate non-standard boolean type support 2016-02-05 20:14:14 -05:00
k_pipe_get.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_pipe_put.c Eliminate non-standard boolean type support 2016-02-05 20:14:14 -05:00
k_pipe_util.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_pipe_xfer.c Add missing #includes required to reference non-kernel APIs 2016-02-05 20:14:14 -05:00
k_pipe.c Rename private microkernel APIs 2016-02-05 20:14:19 -05:00
k_queue.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_sema.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
k_task.c Remove microkernel task routines from private API 2016-02-05 20:14:19 -05:00
k_timer.c k_timer optimization: INVALID_OBJECT can not be returned 2016-02-05 20:14:13 -05:00
Kconfig Kbuild: Remove old API ksymbol disclaimer. 2016-02-05 20:14:10 -05:00
Makefile Use ccflags-y and asflags-y instead of EXTRA_CFLAGS 2016-02-05 20:14:14 -05:00
movedata.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
server.c Refactor _Cget() to invoke _NanoFatalErrorHandler() 2016-02-05 20:14:13 -05:00
task_monitor.c Don't expose APIs for experimental task monitoring capability 2016-02-05 20:14:15 -05:00
ticker.c Rename scheduler_time_slice_set() to sys_scheduler_time_slice_set() 2016-02-05 20:14:19 -05:00