zephyr/doc/kernel/usermode/index.rst
Anas Nashif 6ccc614abe doc: move usermode under kernel
Move this section under the kernel and alongside other core and low
level features that are tied to the kernel.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-04-07 16:35:19 +02:00

22 lines
454 B
ReStructuredText

.. _usermode_api:
User Mode
#########
Zephyr offers the capability to run threads at a reduced privilege level
which we call user mode. The current implementation is designed for devices
with MPU hardware.
For details on creating threads that run in user mode, please see
:ref:`lifecycle_v2`.
.. toctree::
:maxdepth: 2
overview.rst
memory_domain.rst
kernelobjects.rst
syscalls.rst
mpu_stack_objects.rst
mpu_userspace.rst