summaryrefslogtreecommitdiff
path: root/include/microkernel.h
AgeCommit message (Expand)Author
2016-09-13unified: include kernel.h via major top-level header filesBenjamin Walsh
2016-09-06microkernel: remove deprecated task IRQsAndrew Boie
2016-08-05Revert "microkernel: remove deprecated task IRQs"Andrew Boie
2016-08-05microkernel: remove deprecated task IRQsAndrew Boie
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05doxygen: add defgroups to kernel servicesAnas Nashif
2016-02-05timers: consolidate task_timer_start/restart()Benjamin Walsh
2016-02-05Rename microkernel/sema.h to semaphore.hAllan Stephens
2016-02-05Rename microkernel/pool.h to memory_pool.hAllan Stephens
2016-02-05Rename microkernel/mmap.h to memory_map.hAllan Stephens
2016-02-05Rename microkernel/mail.h to mailbox.hAllan Stephens
2016-02-05Rename microkernel/k_types.h to base_api.hAllan Stephens
2016-02-05Eliminate VxMicro branding in kernel codeAllan Stephens
2016-02-05Eliminate needless #includesAllan Stephens
2016-02-05Remove task monitoring symbols from microkernel public APIAllan Stephens
2016-02-05Reorganize dependencies for the 2 major public include filesAllan Stephens
2016-02-05Add __stack tag for aligning task/fiber stacksPeter Mitsis
2016-02-05Introduce public APIs for random number generationDmitriy Korovkin
2016-02-05Rename microkernel/chan.h to microkernel/pipe.hAllan Stephens
2016-02-05Relocate misplaced items in main microkernel API include fileAllan Stephens
2016-02-05Eliminate non-public structures from public microkernel APIAllan Stephens
2016-02-05Limit exposure of non-public microkernel APIs needed by sysgenAllan Stephens
2016-02-05Limit exposure of non-public microkernel APIs defined by sysgenAllan Stephens
2016-02-05Limit exposure of non-public microkernel variablesAllan Stephens
2016-02-05Limit exposure of non-public microkernel "no-op" APIAllan Stephens
2016-02-05Fix checkpatch issue - WARNING:SPACINGYonattan Louise
2016-02-05Relocate definition of microkernel server's stack areaAllan Stephens
2016-02-05Removing _k_this_nodeAllan Stephens
2016-02-05Delete KS_MemCpy() and KS_MemCpyA() APIsAllan Stephens
2016-02-05Rename K_StackSize to _k_server_stack_sizeYonattan Louise
2016-02-05Rename K_max_eventnr to _k_num_eventsYonattan Louise
2016-02-05Rename K_PipeCount to _k_pipe_countYonattan Louise
2016-02-05Rename K_PoolCount to _k_mem_pool_countYonattan Louise
2016-02-05Rename K_MapCount to _k_mem_map_countYonattan Louise
2016-02-05Rename K_TaskCount to _k_task_countYonattan Louise
2016-02-05Rename K_ThisNode to _k_this_nodeYonattan Louise
2016-02-05Remove references to obsolete K_PrioCountPeter Mitsis
2016-02-05Remove references to obsolete K_MbxCountPeter Mitsis
2016-02-05Remove references to obsolete DefaultHostDriver()Peter Mitsis
2016-02-05Remove references to obsolete K_NodeCountPeter Mitsis
2016-02-05Remove references to obsolete K_MutexCountPeter Mitsis
2016-02-05Remove references to obsolete K_SemCountPeter Mitsis
2016-02-05Remove references to obsolete K_QueCountPeter Mitsis
2016-02-05Remove references to obsolete symbol ppdrvPeter Mitsis
2016-02-05Remove references to host communication objectsPeter Mitsis
2016-02-05Remove references to obsolete MTS_xxx symbolsPeter Mitsis
2016-02-05Remove references to obsolete symbol _minik_stckpPeter Mitsis
2016-02-05Remove references to obsolete symbol K_TimerBlockPtrPeter Mitsis
2016-02-05Remove references to obsolete symbol K_ArgsBlockPtrPeter Mitsis