Allan Stephens | 4360940 | 2016-11-15 14:38:39 -0500 | [diff] [blame] | 1 | .. _kernel_apis: |
| 2 | |
| 3 | Kernel APIs |
| 4 | ########### |
| 5 | |
| 6 | This section contains APIs for the kernel's core services, |
Anas Nashif | ebe9771 | 2016-12-22 08:24:02 -0500 | [diff] [blame] | 7 | as described in the :ref:`kernel`. |
Allan Stephens | 4360940 | 2016-11-15 14:38:39 -0500 | [diff] [blame] | 8 | |
| 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. Kinder | 621ac8f | 2017-11-30 14:44:16 -0800 | [diff] [blame] | 17 | .. comment |
| 18 | not documenting |
| 19 | .. doxygengroup:: kernel_apis |
| 20 | |
Allan Stephens | 4360940 | 2016-11-15 14:38:39 -0500 | [diff] [blame] | 21 | |
Chunlin Han | e9c9702 | 2017-07-07 20:29:30 +0800 | [diff] [blame] | 22 | |
Anas Nashif | 69c7584 | 2018-12-07 09:17:59 -0500 | [diff] [blame] | 23 | Kernel Version |
| 24 | ************** |
| 25 | Kernel version handling and APIs related to kernel version being used. |
| 26 | |
| 27 | .. doxygengroup:: version_apis |
| 28 | :project: Zephyr |
| 29 | :content-only: |
| 30 | |