blob: 19df89b3829a251647d3ea16724760956bbe8cbd [file] [log] [blame]
Allan Stephens43609402016-11-15 14:38:39 -05001.. _kernel_apis:
2
3Kernel APIs
4###########
5
6This section contains APIs for the kernel's core services,
Anas Nashifebe97712016-12-22 08:24:02 -05007as described in the :ref:`kernel`.
Allan Stephens43609402016-11-15 14:38:39 -05008
9.. important::
10 Unless otherwise noted these APIs can be used by threads, but not by ISRs.
11
12.. contents::
13 :depth: 1
14 :local:
15 :backlinks: top
16
David B. Kinder621ac8f2017-11-30 14:44:16 -080017.. comment
18 not documenting
19 .. doxygengroup:: kernel_apis
20
Allan Stephens43609402016-11-15 14:38:39 -050021
Chunlin Hane9c97022017-07-07 20:29:30 +080022
Anas Nashif69c75842018-12-07 09:17:59 -050023Kernel Version
24**************
25Kernel version handling and APIs related to kernel version being used.
26
27.. doxygengroup:: version_apis
28 :project: Zephyr
29 :content-only:
30