1.. _usermode_api: 2 3User Mode 4######### 5 6Zephyr offers the capability to run threads at a reduced privilege level 7which we call user mode. The current implementation is designed for devices 8with MPU hardware. 9 10For details on creating threads that run in user mode, please see 11:ref:`lifecycle_v2`. 12 13.. toctree:: 14 :maxdepth: 2 15 16 overview.rst 17 memory_domain.rst 18 kernelobjects.rst 19 syscalls.rst 20 mpu_stack_objects.rst 21 mpu_userspace.rst 22